Searched refs:cf_dtype (Results 1 – 5 of 5) sorted by relevance
282 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 …]
182 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()
661 fattr->cf_dtype = S_DT(fattr->cf_mode); in wsl_to_fattr()730 fattr->cf_dtype = S_DT(fattr->cf_mode); in cifs_reparse_point_to_fattr()
237 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
1181 unsigned int cf_dtype; member