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