Searched refs:DT2IF (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/uapi/linux/ | ||
H A D | gfs2_ondisk.h | 229 #define DT2IF(dt) (((dt) << 12) & S_IFMT) macro |
/openbmc/linux/fs/gfs2/ | ||
H A D | inode.c | 202 inode->i_mode = DT2IF(type); in gfs2_inode_lookup() |