Home
last modified time | relevance | path

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

/openbmc/linux/fs/omfs/
H A Domfs_fs.h10 #define OMFS_DIR 'D' macro
H A Dinode.c121 oi->i_type = OMFS_DIR; in __omfs_write_inode()
242 case OMFS_DIR: in omfs_iget()
H A Ddir.c359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()