Searched defs:fileinfo (Results 1 – 11 of 11) sorted by relevance
121 struct fileinfo { struct122 ino_t f_ino; /* inode number of this file */123 long f_d_maj; /* maj dev on which it lives */124 long f_d_min; /* minj dev on which it lives */126 int f_type; /* file/dir/special ... */127 int f_mode; /* protection */128 int f_nlink; /* number of links to file */130 uid_t f_uid; /* owning UID */131 gid_t f_gid; /* owning GID */133 off_t f_size; /* length in bytes */[all …]
109 typedef struct fileinfo { struct117 } fileinfo_t; argument
134 typedef struct fileinfo { struct135 struct fileinfo *fe_nexthash; /* next entry in hash chain */ argument142 } fileinfo_t; argument
232 smb_fileinfo_t fileinfo; in smb_com_search() local418 smb_fileinfo_t fileinfo; in smb_com_find() local639 smb_fileinfo_t fileinfo; in smb_com_find_unique() local
536 smb_fileinfo_t fileinfo; in smb_trans2_find_entries() local741 smb_fileinfo_t *fileinfo, smb_find_args_t *args) in smb_trans2_find_mbc_encode()
598 smb_fileinfo_t *fileinfo, uint16_t *eof) in smb_odir_read_fileinfo()1196 smb_fileinfo_t *fileinfo) in smb_odir_single_fileinfo()1320 smb_odirent_t *odirent, smb_fileinfo_t *fileinfo) in smb_odir_wildcard_fileinfo()
167 smb_fileinfo_t *fileinfo, smb_macinfo_t *mi, in smb2_aapl_get_macinfo()
427 smb_fileinfo_t *fileinfo = &args->fa_fi; in smb2_find_mbc_encode() local
97 struct fileinfo { struct98 FILE *fp;99 char *filename;100 int lineno;101 int failcnt;
602 struct stat fileinfo; in mi_closener() local
313 struct fsys_reiser_fileinfo fileinfo; member