Searched refs:EXT4_STATE_NEW (Results 1 – 5 of 5) sorted by relevance
2400 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) { in ext4_xattr_set_handle()2403 ext4_clear_inode_state(inode, EXT4_STATE_NEW); in ext4_xattr_set_handle()
1565 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) in __ext4_ioctl()
1298 ext4_set_inode_state(inode, EXT4_STATE_NEW); in __ext4_new_inode()
4447 if (!ext4_test_inode_state(inode, EXT4_STATE_NEW)) in __ext4_get_inode_loc()5095 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) in ext4_do_update_inode()5121 ext4_clear_inode_state(inode, EXT4_STATE_NEW); in ext4_do_update_inode()
1890 EXT4_STATE_NEW, /* inode is newly created */ enumerator