Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dreaddir.c181 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info()
184 fattr->cf_dtype = DT_LNK; in cifs_fill_common_info()
187 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
190 fattr->cf_dtype = DT_SOCK; in cifs_fill_common_info()
193 fattr->cf_dtype = DT_CHR; in cifs_fill_common_info()
196 fattr->cf_dtype = DT_BLK; in cifs_fill_common_info()
199 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
232 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
279 fattr->cf_dtype = DT_DIR; in cifs_posix_to_fattr()
287 fattr->cf_dtype = DT_REG; in cifs_posix_to_fattr()
[all …]
H A Dinode.c259 fattr->cf_dtype = DT_REG;
263 fattr->cf_dtype = DT_LNK;
267 fattr->cf_dtype = DT_DIR;
271 fattr->cf_dtype = DT_CHR;
277 fattr->cf_dtype = DT_BLK;
283 fattr->cf_dtype = DT_FIFO;
287 fattr->cf_dtype = DT_SOCK;
292 fattr->cf_dtype = DT_REG;
466 fattr->cf_dtype = DT_FIFO;
470 fattr->cf_dtype = DT_REG;
[all …]
H A Dlink.c295 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
H A Dcifsglob.h1708 unsigned int cf_dtype; member