Lines Matching defs:nfs_fattr
44 struct nfs_fattr { struct
45 unsigned int valid; /* which fields are valid */
46 umode_t mode;
47 __u32 nlink;
48 kuid_t uid;
49 kgid_t gid;
50 dev_t rdev;
51 __u64 size;
52 union {
60 } du;
61 struct nfs_fsid fsid;
62 __u64 fileid;
63 __u64 mounted_on_fileid;
64 struct timespec atime;
65 struct timespec mtime;
66 struct timespec ctime;
67 __u64 change_attr; /* NFSv4 change attribute */
68 __u64 pre_change_attr;/* pre-op NFSv4 change attribute */
69 __u64 pre_size; /* pre_op_attr.size */
70 struct timespec pre_mtime; /* pre_op_attr.mtime */
71 struct timespec pre_ctime; /* pre_op_attr.ctime */
72 unsigned long time_start;
73 unsigned long gencount;
74 struct nfs4_string *owner_name;
75 struct nfs4_string *group_name;
76 struct nfs4_threshold *mdsthreshold; /* pNFS threshold hints */