Home
last modified time | relevance | path

Searched refs:inode_bit_waitqueue (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/
Dinode.c469 struct wait_queue_head *inode_bit_waitqueue(struct wait_bit_queue_entry *wqe, in inode_bit_waitqueue() function
478 EXPORT_SYMBOL(inode_bit_waitqueue);
522 wq_head = inode_bit_waitqueue(&wqe, inode, __I_LRU_ISOLATING); in inode_wait_for_lru_isolating()
2388 wq_head = inode_bit_waitqueue(&wqe, inode, __I_NEW); in __wait_on_freeing_inode()
Dfs-writeback.c1524 wq_head = inode_bit_waitqueue(&wqe, inode, __I_SYNC); in inode_wait_for_writeback()
1551 wq_head = inode_bit_waitqueue(&wqe, inode, __I_SYNC); in inode_sleep_on_writeback()
/linux-6.12.1/fs/bcachefs/
Dfs.c283 wq = inode_bit_waitqueue(&wait, &inode->v, __I_NEW); in __wait_on_freeing_inode()
1888 wq_head = inode_bit_waitqueue(&wqe, &inode->v, __I_NEW); in bch2_evict_subvolume_inodes()
/linux-6.12.1/include/linux/
Dfs.h755 struct wait_queue_head *inode_bit_waitqueue(struct wait_bit_queue_entry *wqe,