Home
last modified time | relevance | path

Searched refs:i_fc_wait (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dfast_commit.c153 init_waitqueue_head(&ei->i_fc_wait); in ext4_fc_init_inode()
223 wake_up_all(&ei->i_fc_wait); in ext4_fc_stop_update()
895 prepare_to_wait(&ei->i_fc_wait, &wait, in ext4_fc_submit_inode_data_all()
902 finish_wait(&ei->i_fc_wait, &wait); in ext4_fc_submit_inode_data_all()
H A Dext4.h1043 wait_queue_head_t i_fc_wait; member
/kernel/linux/linux-6.6/fs/ext4/
H A Dfast_commit.c203 init_waitqueue_head(&ei->i_fc_wait); in ext4_fc_init_inode()
277 wake_up_all(&ei->i_fc_wait); in ext4_fc_stop_update()
974 prepare_to_wait(&ei->i_fc_wait, &wait, in ext4_fc_submit_inode_data_all()
981 finish_wait(&ei->i_fc_wait, &wait); in ext4_fc_submit_inode_data_all()
H A Dext4.h1048 wait_queue_head_t i_fc_wait; member

Completed in 20 milliseconds