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