Home
last modified time | relevance | path

Searched refs:S_DT_MASK (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dfs_dirent.h34 #define S_DT_MASK (S_IFMT >> S_DT_SHIFT) macro
47 #define DT_MAX (S_DT_MASK + 1) /* 16 */
H A Dfs.h3564 unsigned int dt_mask = S_DT_MASK | ctx->dt_flags_mask; in dir_emit()
/linux/fs/
H A Dreaddir.c271 BUILD_BUG_ON(FILLDIR_FLAG_NOINTR & S_DT_MASK); in filldir()
272 d_type &= S_DT_MASK; in filldir()
360 BUILD_BUG_ON(FILLDIR_FLAG_NOINTR & S_DT_MASK); in filldir64()
361 d_type &= S_DT_MASK; in filldir64()
527 BUILD_BUG_ON(FILLDIR_FLAG_NOINTR & S_DT_MASK); in compat_filldir()
528 d_type &= S_DT_MASK; in compat_filldir()