Lines Matching defs:fattr
110 struct fattr { struct
111 ftype type; /* file type */
112 unsigned mode; /* protection mode bits */
113 unsigned nlink; /* # hard links */
114 unsigned uid; /* owner user id */
115 unsigned gid; /* owner group id */
116 unsigned size; /* file size in bytes */
117 unsigned blocksize; /* preferred block size */
118 unsigned rdev; /* special device # */
119 unsigned blocks; /* Kb of disk used by file */
120 unsigned fsid; /* device # */
121 unsigned fileid; /* inode # */
122 nfstime atime; /* time of last access */
123 nfstime mtime; /* time of last modification */
124 nfstime ctime; /* time of last change */