Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dinode.c253 fattr->cf_dtype = DT_REG;
257 fattr->cf_dtype = DT_LNK;
261 fattr->cf_dtype = DT_DIR;
265 fattr->cf_dtype = DT_CHR;
271 fattr->cf_dtype = DT_BLK;
277 fattr->cf_dtype = DT_FIFO;
281 fattr->cf_dtype = DT_SOCK;
286 fattr->cf_dtype = DT_REG;
459 fattr->cf_dtype = DT_FIFO;
463 fattr->cf_dtype = DT_REG;
[all …]
Dreaddir.c150 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info()
153 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
185 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
784 return !dir_emit(ctx, name.name, name.len, ino, fattr.cf_dtype); in cifs_filldir()
Dlink.c292 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
Dcifsglob.h1653 unsigned int cf_dtype; member