Searched refs:__I_SYNC (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | fs-writeback.c | 1224 wake_up_bit(&inode->i_state, __I_SYNC); in inode_sync_complete() 1344 DEFINE_WAIT_BIT(wq, &inode->i_state, __I_SYNC); 1347 wqh = bit_waitqueue(&inode->i_state, __I_SYNC); 1375 wait_queue_head_t *wqh = bit_waitqueue(&inode->i_state, __I_SYNC);
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs-writeback.c | 1365 wake_up_bit(&inode->i_state, __I_SYNC); in inode_sync_complete() 1488 DEFINE_WAIT_BIT(wq, &inode->i_state, __I_SYNC); 1491 wqh = bit_waitqueue(&inode->i_state, __I_SYNC); 1519 wait_queue_head_t *wqh = bit_waitqueue(&inode->i_state, __I_SYNC);
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | stash.c | 341 DEFINE_WAIT_BIT(wq, &inode->i_state, __I_SYNC); in hmdfs_wait_remote_writeback_once() 355 wq_head = bit_waitqueue(&inode->i_state, __I_SYNC); in hmdfs_wait_remote_writeback_once()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | stash.c | 331 DEFINE_WAIT_BIT(wq, &inode->i_state, __I_SYNC); in hmdfs_wait_remote_writeback_once() 345 wq_head = bit_waitqueue(&inode->i_state, __I_SYNC); in hmdfs_wait_remote_writeback_once()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 2227 #define __I_SYNC 7 macro 2228 #define I_SYNC (1 << __I_SYNC)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 2277 #define __I_SYNC 7 macro 2278 #define I_SYNC (1 << __I_SYNC)
|
Completed in 25 milliseconds