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

/linux-4.1.27/fs/
H A Dfs-writeback.c250 wake_up_bit(&inode->i_state, __I_SYNC); inode_sync_complete()
373 DEFINE_WAIT_BIT(wq, &inode->i_state, __I_SYNC);
376 wqh = bit_waitqueue(&inode->i_state, __I_SYNC);
404 wait_queue_head_t *wqh = bit_waitqueue(&inode->i_state, __I_SYNC);
/linux-4.1.27/include/linux/
H A Dfs.h1834 #define __I_SYNC 7 macro
1835 #define I_SYNC (1 << __I_SYNC)

Completed in 98 milliseconds