Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dreaddir.c167 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info()
170 fattr->cf_dtype = DT_LNK; in cifs_fill_common_info()
173 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
176 fattr->cf_dtype = DT_SOCK; in cifs_fill_common_info()
179 fattr->cf_dtype = DT_CHR; in cifs_fill_common_info()
182 fattr->cf_dtype = DT_BLK; in cifs_fill_common_info()
185 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
218 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
265 fattr->cf_dtype = DT_DIR; in cifs_posix_to_fattr()
273 fattr->cf_dtype = DT_REG; in cifs_posix_to_fattr()
[all …]
A 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;
458 fattr->cf_dtype = DT_REG;
532 fattr->cf_dtype = DT_REG;
[all …]
A Dlink.c280 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
A Dcifsglob.h1672 unsigned int cf_dtype; member

Completed in 20 milliseconds