Searched refs:S_DT (Results 1 – 5 of 5) sorted by relevance
30 #define S_DT(mode) (((mode) & S_IFMT) >> S_DT_SHIFT) macro
79 return fs_ftype_by_dtype[S_DT(mode)]; in fs_umode_to_ftype()
1163 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()
266 fattr->cf_dtype = S_DT(le32_to_cpu(info->Mode)); in cifs_posix_to_fattr()
874 fattr->cf_dtype = S_DT(fattr->cf_mode); in smb311_posix_info_to_fattr()