Home
last modified time | relevance | path

Searched refs:EXT4_IGET_BAD (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dioctl.c125 EXT4_IGET_SPECIAL | EXT4_IGET_BAD); in swap_inode_boot_loader()
H A Dext4.h2875 EXT4_IGET_BAD = 0x0004, /* Allow to iget a bad inode */ enumerator
H A Dinode.c4777 if (is_bad_inode(inode) && !(flags & EXT4_IGET_BAD)) in check_igot_inode()
4778 return "unexpected bad inode w/o EXT4_IGET_BAD"; in check_igot_inode()
/kernel/linux/linux-6.6/fs/ext4/
H A Dioctl.c375 EXT4_IGET_SPECIAL | EXT4_IGET_BAD); in swap_inode_boot_loader()
H A Dext4.h2965 EXT4_IGET_BAD = 0x0004, /* Allow to iget a bad inode */ enumerator
H A Dinode.c4677 if (is_bad_inode(inode) && !(flags & EXT4_IGET_BAD)) in check_igot_inode()
4678 return "unexpected bad inode w/o EXT4_IGET_BAD"; in check_igot_inode()

Completed in 34 milliseconds