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

/linux-master/fs/
H A Dfs-writeback.c1390 wake_up_bit(&inode->i_state, __I_SYNC);
1513 DEFINE_WAIT_BIT(wq, &inode->i_state, __I_SYNC);
1516 wqh = bit_waitqueue(&inode->i_state, __I_SYNC);
1544 wait_queue_head_t *wqh = bit_waitqueue(&inode->i_state, __I_SYNC);
/linux-master/include/linux/
H A Dfs.h2384 #define __I_SYNC 7 macro
2385 #define I_SYNC (1 << __I_SYNC)

Completed in 189 milliseconds