Searched refs:EXT4_STATE_NEW (Results 1 – 5 of 5) sorted by relevance
1303 ext4_set_inode_state(inode, EXT4_STATE_NEW); in __ext4_new_inode()
2397 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) { in ext4_xattr_set_handle()2400 ext4_clear_inode_state(inode, EXT4_STATE_NEW); in ext4_xattr_set_handle()
1574 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) in __ext4_ioctl()
4478 if (!ext4_test_inode_state(inode, EXT4_STATE_NEW)) in __ext4_get_inode_loc()5126 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) in ext4_do_update_inode()5152 ext4_clear_inode_state(inode, EXT4_STATE_NEW); in ext4_do_update_inode()
1892 EXT4_STATE_NEW, /* inode is newly created */ enumerator