Lines Matching defs:nfsfattr
494 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 */
504 uint32_t na_fsid; /* device # */
505 uint32_t na_nodeid; /* inode # */
506 struct nfs2_timeval na_atime; /* time of last access */
507 struct nfs2_timeval na_mtime; /* time of last modification */
508 struct nfs2_timeval na_ctime; /* time of last change */