Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2.h71 #define IS_REG_FILE(mode) (((mode) & EXT2_S_IFMT) == EXT2_S_IFREG) macro
Dext2_impl.c1292 if ((IS_REG_FILE(inode->i_mode) && inode->i_links_count == 1) || in ext2_inode_unlink()