Home
last modified time | relevance | path

Searched refs:cf_dtype (Results 1 – 4 of 4) sorted by relevance

/fs/smb/client/
Dreaddir.c168 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info()
171 fattr->cf_dtype = DT_LNK; in cifs_fill_common_info()
174 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
177 fattr->cf_dtype = DT_SOCK; in cifs_fill_common_info()
180 fattr->cf_dtype = DT_CHR; in cifs_fill_common_info()
183 fattr->cf_dtype = DT_BLK; in cifs_fill_common_info()
186 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
219 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
266 fattr->cf_dtype = DT_DIR; in cifs_posix_to_fattr()
274 fattr->cf_dtype = DT_REG; in cifs_posix_to_fattr()
[all …]
Dinode.c264 fattr->cf_dtype = DT_REG;
268 fattr->cf_dtype = DT_LNK;
272 fattr->cf_dtype = DT_DIR;
276 fattr->cf_dtype = DT_CHR;
282 fattr->cf_dtype = DT_BLK;
288 fattr->cf_dtype = DT_FIFO;
292 fattr->cf_dtype = DT_SOCK;
297 fattr->cf_dtype = DT_REG;
498 fattr->cf_dtype = DT_FIFO;
502 fattr->cf_dtype = DT_REG;
[all …]
Dlink.c249 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
Dcifsglob.h1104 unsigned int cf_dtype; member