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.c296 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr()
300 fattr->cf_dtype = DT_LNK; in cifs_unix_basic_to_fattr()
304 fattr->cf_dtype = DT_DIR; in cifs_unix_basic_to_fattr()
308 fattr->cf_dtype = DT_CHR; in cifs_unix_basic_to_fattr()
314 fattr->cf_dtype = DT_BLK; in cifs_unix_basic_to_fattr()
320 fattr->cf_dtype = DT_FIFO; in cifs_unix_basic_to_fattr()
324 fattr->cf_dtype = DT_SOCK; in cifs_unix_basic_to_fattr()
329 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr()
561 fattr->cf_dtype = DT_FIFO; in cifs_sfu_type()
565 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()
848 dirent->fattr.cf_dtype); in emit_cached_dirents()
928 rc = dir_emit(ctx, name, namelen, ino, fattr->cf_dtype); in cifs_dir_emit()
H A Dlink.c214 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
H A Dreparse.c1287 fattr->cf_dtype = S_DT(fattr->cf_mode); in cifs_reparse_point_to_fattr()
H A Dcifsglob.h1184 unsigned int cf_dtype; member