Lines Matching defs:lbuf
185 struct lbuf { struct
186 union {
189 } ln;
190 char ltype; /* filetype */
191 ino_t lnum; /* inode number of file */
192 mode_t lflags; /* 0777 bits used as r,w,x permissions */
193 nlink_t lnl; /* number of links to file */
194 uid_t luid;
195 gid_t lgid;
196 off_t lsize; /* filesize or major/minor dev numbers */
197 blkcnt_t lblocks; /* number of file blocks */
198 timestruc_t lmtime;
199 timestruc_t lat;
200 timestruc_t lct;
201 timestruc_t lmt;
202 char *flinkto; /* symbolic link contents */
203 char acl; /* indicate there are additional acl entries */
204 int cycle; /* cycle detected flag */
228 static int maxfils = 0; /* number of flist/lbuf entries allocated */ argument