Searched refs:__I_SYNC (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/
H A Dfs-writeback.c1389 wake_up_bit(&inode->i_state, __I_SYNC);
1512 DEFINE_WAIT_BIT(wq, &inode->i_state, __I_SYNC);
1515 wqh = bit_waitqueue(&inode->i_state, __I_SYNC);
1543 wait_queue_head_t *wqh = bit_waitqueue(&inode->i_state, __I_SYNC);
/linux-master/include/linux/
H A Dfs.h2400 #define __I_SYNC 7 macro
2401 #define I_SYNC (1 << __I_SYNC)

Completed in 137 milliseconds