Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dinode.c260 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr()
264 fattr->cf_dtype = DT_LNK; in cifs_unix_basic_to_fattr()
268 fattr->cf_dtype = DT_DIR; in cifs_unix_basic_to_fattr()
272 fattr->cf_dtype = DT_CHR; in cifs_unix_basic_to_fattr()
278 fattr->cf_dtype = DT_BLK; in cifs_unix_basic_to_fattr()
284 fattr->cf_dtype = DT_FIFO; in cifs_unix_basic_to_fattr()
288 fattr->cf_dtype = DT_SOCK; in cifs_unix_basic_to_fattr()
293 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr()
523 fattr->cf_dtype = DT_FIFO; in cifs_sfu_type()
527 fattr->cf_dtype = DT_REG; in cifs_sfu_type()
[all …]
Dreaddir.c173 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info()
176 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
210 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
257 fattr->cf_dtype = DT_DIR; in cifs_posix_to_fattr()
265 fattr->cf_dtype = DT_REG; in cifs_posix_to_fattr()
862 dirent->fattr.cf_dtype); in emit_cached_dirents()
936 rc = dir_emit(ctx, name, namelen, ino, fattr->cf_dtype); in cifs_dir_emit()
Dlink.c249 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
Dcifsglob.h1117 unsigned int cf_dtype; member