Home
last modified time | relevance | path

Searched refs:EXT4_STATE_NEWENTRY (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dfsync.c51 if (!ext4_test_inode_state(inode, EXT4_STATE_NEWENTRY)) in ext4_sync_parent()
56 while (ext4_test_inode_state(inode, EXT4_STATE_NEWENTRY)) { in ext4_sync_parent()
57 ext4_clear_inode_state(inode, EXT4_STATE_NEWENTRY); in ext4_sync_parent()
H A Dext4.h1970 EXT4_STATE_NEWENTRY, /* File just added to dir */ enumerator