Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4.h3063 EXT4_IGET_BAD = 0x0004, /* Allow to iget a bad inode */
3062 EXT4_IGET_BAD = 0x0004, /* Allow to iget a bad inode */ global() enumerator
H A Dinode.c5105 if (is_bad_inode(inode) && !(flags & EXT4_IGET_BAD)) { in check_igot_inode()
5106 err_str = "unexpected bad inode w/o EXT4_IGET_BAD"; in check_igot_inode()