Searched refs:EXT4_STATE_NEW (Results 1 – 5 of 5) sorted by relevance
1296 ext4_set_inode_state(inode, EXT4_STATE_NEW); in __ext4_new_inode()
2402 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) { in ext4_xattr_set_handle()2405 ext4_clear_inode_state(inode, EXT4_STATE_NEW); in ext4_xattr_set_handle()
1566 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) in __ext4_ioctl()
4491 if (!ext4_test_inode_state(inode, EXT4_STATE_NEW)) in __ext4_get_inode_loc()5140 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) in ext4_do_update_inode()5166 ext4_clear_inode_state(inode, EXT4_STATE_NEW); in ext4_do_update_inode()
1899 EXT4_STATE_NEW, /* inode is newly created */ enumerator