Searched defs:nfsfattr (Results 1 – 1 of 1) sorted by relevance
494 struct nfsfattr { struct495 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 …]