Searched defs:nfs_vattr (Results 1 – 1 of 1) sorted by relevance
337 struct nfs_vattr { struct338 enum vtype nva_type; /* vnode type (for create) */339 mode_t nva_mode; /* file's access mode (and type) */340 uid_t nva_uid; /* owner user id */341 gid_t nva_gid; /* owner group id */342 guid_t nva_uuuid; /* owner user UUID */343 guid_t nva_guuid; /* owner group UUID */344 kauth_acl_t nva_acl; /* access control list */345 nfs_specdata nva_rawdev; /* device the special file represents */346 uint32_t nva_flags; /* file flags (see below) */[all …]