Home
last modified time | relevance | path

Searched refs:EXT4_STATE_NEW (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dialloc.c1302 ext4_set_inode_state(inode, EXT4_STATE_NEW); in __ext4_new_inode()
H A Dinode.c4941 if (!ext4_test_inode_state(inode, EXT4_STATE_NEW)) in __ext4_get_inode_loc()
5676 if (ext4_test_inode_state(inode, EXT4_STATE_NEW)) in ext4_do_update_inode()
5702 ext4_clear_inode_state(inode, EXT4_STATE_NEW); in ext4_do_update_inode()
H A Dext4.h1962 EXT4_STATE_NEW, /* inode is newly created */ enumerator