Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ext4/
Dfast_commit.c214 init_waitqueue_head(&ei->i_fc_wait); in ext4_fc_init_inode()
284 wake_up_all(&ei->i_fc_wait); in ext4_fc_stop_update()
937 prepare_to_wait(&ei->i_fc_wait, &wait, in ext4_fc_submit_inode_data_all()
944 finish_wait(&ei->i_fc_wait, &wait); in ext4_fc_submit_inode_data_all()
Dext4.h1063 wait_queue_head_t i_fc_wait; member