Lines Matching defs:nfsfattr
560 struct nfsfattr { struct
561 enum nfsftype na_type; /* file type */
562 uint32_t na_mode; /* protection mode bits */
563 uint32_t na_nlink; /* # hard links */
564 uint32_t na_uid; /* owner user id */
565 uint32_t na_gid; /* owner group id */
566 uint32_t na_size; /* file size in bytes */
567 uint32_t na_blocksize; /* preferred block size */
568 uint32_t na_rdev; /* special device # */
569 uint32_t na_blocks; /* Kb of disk used by file */
570 uint32_t na_fsid; /* device # */
571 uint32_t na_nodeid; /* inode # */
572 struct nfs2_timeval na_atime; /* time of last access */
573 struct nfs2_timeval na_mtime; /* time of last modification */
574 struct nfs2_timeval na_ctime; /* time of last change */