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.c282 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr()
286 fattr->cf_dtype = DT_LNK; in cifs_unix_basic_to_fattr()
290 fattr->cf_dtype = DT_DIR; in cifs_unix_basic_to_fattr()
294 fattr->cf_dtype = DT_CHR; in cifs_unix_basic_to_fattr()
300 fattr->cf_dtype = DT_BLK; in cifs_unix_basic_to_fattr()
306 fattr->cf_dtype = DT_FIFO; in cifs_unix_basic_to_fattr()
310 fattr->cf_dtype = DT_SOCK; in cifs_unix_basic_to_fattr()
315 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr()
546 fattr->cf_dtype = DT_FIFO; in cifs_sfu_type()
550 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()
921 rc = dir_emit(ctx, name, namelen, ino, fattr->cf_dtype); in cifs_dir_emit()
H A Dlink.c239 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
H A Dreparse.c1258 fattr->cf_dtype = S_DT(fattr->cf_mode); in cifs_reparse_point_to_fattr()
H A Dcifsglob.h1224 unsigned int cf_dtype; member