Lines Matching defs:nfs_fattr
39 struct nfs_fattr { struct
40 unsigned int valid; /* which fields are valid */
41 umode_t mode;
42 __u32 nlink;
43 __u32 uid;
44 __u32 gid;
45 dev_t rdev;
46 __u64 size;
47 union {
55 } du;
56 struct nfs_fsid fsid;
57 __u64 fileid;
58 __u64 mounted_on_fileid;
59 struct timespec atime;
60 struct timespec mtime;
61 struct timespec ctime;
62 __u64 change_attr; /* NFSv4 change attribute */
63 __u64 pre_change_attr;/* pre-op NFSv4 change attribute */
64 __u64 pre_size; /* pre_op_attr.size */
65 struct timespec pre_mtime; /* pre_op_attr.mtime */
66 struct timespec pre_ctime; /* pre_op_attr.ctime */
67 unsigned long time_start;
68 unsigned long gencount;
69 struct nfs4_string *owner_name;
70 struct nfs4_string *group_name;