Home
last modified time | relevance | path

Searched refs:DT2IF (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h229 #define DT2IF(dt) (((dt) << 12) & S_IFMT) macro
/openbmc/linux/fs/gfs2/
H A Dinode.c202 inode->i_mode = DT2IF(type); in gfs2_inode_lookup()