Home
last modified time | relevance | path

Searched defs:nfs_vattr (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h336 struct nfs_vattr { struct
337 enum vtype nva_type; /* vnode type (for create) */
338 mode_t nva_mode; /* file's access mode (and type) */
339 uid_t nva_uid; /* owner user id */
340 gid_t nva_gid; /* owner group id */
341 guid_t nva_uuuid; /* owner user UUID */
342 guid_t nva_guuid; /* owner group UUID */
343 kauth_acl_t nva_acl; /* access control list */
344 nfs_specdata nva_rawdev; /* device the special file represents */
345 uint32_t nva_flags; /* file flags (see below) */
[all …]