Searched refs:cf_dtype (Results 1 – 5 of 5) sorted by relevance
265 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() 526 fattr->cf_dtype = DT_FIFO; in cifs_sfu_type() 530 fattr->cf_dtype in cifs_sfu_type() [all...]
198 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info()201 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()227 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()266 fattr->cf_dtype = S_DT(le32_to_cpu(info->Mode)); in cifs_posix_to_fattr()841 dirent->fattr.cf_dtype); in emit_cached_dirents()915 rc = dir_emit(ctx, name, namelen, ino, fattr->cf_dtype); in cifs_dir_emit()
741 fattr->cf_dtype = S_DT(fattr->cf_mode); in wsl_to_fattr()833 fattr->cf_dtype = S_DT(fattr->cf_mode); in cifs_reparse_point_to_fattr()
237 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
1180 unsigned int cf_dtype; member