Searched refs:EXT4_STATE_NEW (Results 1 – 5 of 5) sorted by relevance
1298 ext4_set_inode_state(inode, EXT4_STATE_NEW); in __ext4_new_inode()
2391 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) { in ext4_xattr_set_handle()2394 ext4_clear_inode_state(inode, EXT4_STATE_NEW); in ext4_xattr_set_handle()
1567 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) in __ext4_ioctl()
4506 if (!ext4_test_inode_state(inode, EXT4_STATE_NEW)) in __ext4_get_inode_loc()5197 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) in ext4_do_update_inode()5223 ext4_clear_inode_state(inode, EXT4_STATE_NEW); in ext4_do_update_inode()
1905 EXT4_STATE_NEW, /* inode is newly created */ enumerator