Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/nfs/
H A Dnfs.h494 struct nfsfattr { struct
495 enum nfsftype na_type; /* file type */
496 uint32_t na_mode; /* protection mode bits */
497 uint32_t na_nlink; /* # hard links */
498 uint32_t na_uid; /* owner user id */
499 uint32_t na_gid; /* owner group id */
500 uint32_t na_size; /* file size in bytes */
501 uint32_t na_blocksize; /* preferred block size */
502 uint32_t na_rdev; /* special device # */
503 uint32_t na_blocks; /* Kb of disk used by file */
[all …]