Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2.h43 #define EXT2_S_IFDIR 0x4000 /* directory */ macro
66 (EXT2_S_IFDIR | \
72 #define IS_DIR(mode) (((mode) & EXT2_S_IFMT) == EXT2_S_IFDIR)
Dext2_ops.c307 if (!(found_inode->i_mode & EXT2_S_IFDIR)) { in ext2_opendir()
Dext2_impl.c472 if (!(next->i_mode & EXT2_S_IFDIR)) { in ext2_lookup_inode()