Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dinode.c265 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr()
269 fattr->cf_dtype = DT_LNK; in cifs_unix_basic_to_fattr()
273 fattr->cf_dtype = DT_DIR; in cifs_unix_basic_to_fattr()
277 fattr->cf_dtype = DT_CHR; in cifs_unix_basic_to_fattr()
283 fattr->cf_dtype = DT_BLK; in cifs_unix_basic_to_fattr()
289 fattr->cf_dtype = DT_FIFO; in cifs_unix_basic_to_fattr()
293 fattr->cf_dtype = DT_SOCK; in cifs_unix_basic_to_fattr()
298 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr()
530 fattr->cf_dtype = DT_REG; in cifs_sfu_type()
609 fattr->cf_dtype = DT_REG; in cifs_sfu_type()
[all …]
H A Dreaddir.c182 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info()
185 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
211 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
258 fattr->cf_dtype = DT_DIR; in cifs_posix_to_fattr()
266 fattr->cf_dtype = DT_REG; in cifs_posix_to_fattr()
827 dirent->fattr.cf_dtype); in emit_cached_dirents()
901 rc = dir_emit(ctx, name, namelen, ino, fattr->cf_dtype); in cifs_dir_emit()
H A Dreparse.c474 fattr->cf_dtype = S_DT(fattr->cf_mode); in wsl_to_fattr()
537 fattr->cf_dtype = S_DT(fattr->cf_mode); in cifs_reparse_point_to_fattr()
H A Dlink.c237 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
H A Dcifsglob.h1179 unsigned int cf_dtype; member