Home
last modified time | relevance | path

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

/include/uapi/linux/
Dstat.h15 #define S_IFCHR 0020000 macro
24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/include/trace/events/
Df2fs.h170 { S_IFCHR, "character" }, \
/include/linux/
Dfs.h1972 return vfs_mknod(idmap, dir, dentry, S_IFCHR | WHITEOUT_MODE, in vfs_whiteout()