Home
last modified time | relevance | path

Searched refs:EXT4_STATE_NEWENTRY (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dfsync.c50 if (!ext4_test_inode_state(inode, EXT4_STATE_NEWENTRY)) in ext4_sync_parent()
55 while (ext4_test_inode_state(inode, EXT4_STATE_NEWENTRY)) { in ext4_sync_parent()
56 ext4_clear_inode_state(inode, EXT4_STATE_NEWENTRY); in ext4_sync_parent()
H A Dioctl.c1243 if (ext4_test_inode_state(inode, EXT4_STATE_NEWENTRY)) in __ext4_ioctl()
H A Dext4.h1804 EXT4_STATE_NEWENTRY, /* File just added to dir */ enumerator
H A Dnamei.c2400 ext4_set_inode_state(inode, EXT4_STATE_NEWENTRY); in ext4_add_entry()
/kernel/linux/linux-6.6/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 Dioctl.c1567 if (ext4_test_inode_state(inode, EXT4_STATE_NEWENTRY)) in __ext4_ioctl()
H A Dext4.h1895 EXT4_STATE_NEWENTRY, /* File just added to dir */ enumerator
H A Dnamei.c2481 ext4_set_inode_state(inode, EXT4_STATE_NEWENTRY); in ext4_add_entry()

Completed in 28 milliseconds