Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dinode.c283 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr()
287 fattr->cf_dtype = DT_LNK; in cifs_unix_basic_to_fattr()
291 fattr->cf_dtype = DT_DIR; in cifs_unix_basic_to_fattr()
295 fattr->cf_dtype = DT_CHR; in cifs_unix_basic_to_fattr()
301 fattr->cf_dtype = DT_BLK; in cifs_unix_basic_to_fattr()
307 fattr->cf_dtype = DT_FIFO; in cifs_unix_basic_to_fattr()
311 fattr->cf_dtype = DT_SOCK; in cifs_unix_basic_to_fattr()
316 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr()
547 fattr->cf_dtype = DT_FIFO; in cifs_sfu_type()
551 fattr->cf_dtype = DT_REG; in cifs_sfu_type()
[all …]
H A Dreaddir.c199 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info()
202 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
228 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
267 fattr->cf_dtype = S_DT(fattr->cf_mode); in cifs_posix_to_fattr()
845 dirent->fattr.cf_dtype); in emit_cached_dirents()
925 rc = dir_emit(ctx, name, namelen, ino, fattr->cf_dtype); in cifs_dir_emit()
H A Dlink.c215 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
H A Dreparse.c1271 fattr->cf_dtype = S_DT(fattr->cf_mode); in cifs_reparse_point_to_fattr()
H A Dcifsglob.h1194 unsigned int cf_dtype; member