Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfs_dirent.h33 #define S_DT(mode) (((mode) & S_IFMT) >> S_DT_SHIFT) macro
/linux/fs/
H A Dfs_dirent.c79 return fs_ftype_by_dtype[S_DT(mode)]; in fs_umode_to_ftype()
/linux/fs/smb/client/
H A Dreparse.c1171 if (S_DT(fattr->cf_mode) != S_DT(le32_to_cpu(*(__le32 *)v))) in wsl_to_fattr()
1272 fattr->cf_dtype = S_DT(fattr->cf_mode); in cifs_reparse_point_to_fattr()
H A Dreaddir.c267 fattr->cf_dtype = S_DT(fattr->cf_mode); in cifs_posix_to_fattr()
H A Dinode.c870 fattr->cf_dtype = S_DT(fattr->cf_mode); in smb311_posix_info_to_fattr()