Home
last modified time | relevance | path

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

/linux-6.15/fs/
Dinode.c550 struct wait_queue_head *inode_bit_waitqueue(struct wait_bit_queue_entry *wqe, in inode_bit_waitqueue() function
559 EXPORT_SYMBOL(inode_bit_waitqueue);
603 wq_head = inode_bit_waitqueue(&wqe, inode, __I_LRU_ISOLATING); in inode_wait_for_lru_isolating()
2448 wq_head = inode_bit_waitqueue(&wqe, inode, __I_NEW); in __wait_on_freeing_inode()
Dfs-writeback.c1546 wq_head = inode_bit_waitqueue(&wqe, inode, __I_SYNC); in inode_wait_for_writeback()
1573 wq_head = inode_bit_waitqueue(&wqe, inode, __I_SYNC); in inode_sleep_on_writeback()
/linux-6.15/fs/bcachefs/
Dfs.c330 wq = inode_bit_waitqueue(&wait, &inode->v, __I_NEW); in __wait_on_freeing_inode()
2236 wq_head = inode_bit_waitqueue(&wqe, &inode->v, __I_NEW); in bch2_evict_subvolume_inodes()
/linux-6.15/include/linux/
Dfs.h807 struct wait_queue_head *inode_bit_waitqueue(struct wait_bit_queue_entry *wqe,