Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfs_types.h30 #define S_DT(mode) (((mode) & S_IFMT) >> S_DT_SHIFT) macro
/linux/fs/
H A Dfs_types.c79 return fs_ftype_by_dtype[S_DT(mode)]; in fs_umode_to_ftype()
/linux/fs/smb/client/
H A Dreparse.c1163 if (S_DT(fattr->cf_mode) != S_DT(le32_to_cpu(*(__le32 *)v))) in wsl_to_fattr()
1177 fattr->cf_dtype = S_DT(fattr->cf_mode); in wsl_to_fattr()
1268 fattr->cf_dtype = S_DT(fattr->cf_mode); in cifs_reparse_point_to_fattr()
H A Dreaddir.c266 fattr->cf_dtype = S_DT(le32_to_cpu(info->Mode)); in cifs_posix_to_fattr()
H A Dinode.c874 fattr->cf_dtype = S_DT(fattr->cf_mode); in smb311_posix_info_to_fattr()