Searched refs:b_rhash_head (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_buf.h | 135 struct rhash_head b_rhash_head; /* pag buffer hash node */ member
|
H A D | xfs_buf.c | 545 .head_offset = offsetof(struct xfs_buf, b_rhash_head), 641 rhashtable_insert_fast(&pag->pag_buf_hash, &new_bp->b_rhash_head, in xfs_buf_find() 1090 rhashtable_remove_fast(&pag->pag_buf_hash, &bp->b_rhash_head, in xfs_buf_rele()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_buf.h | 154 struct rhash_head b_rhash_head; /* pag buffer hash node */ member
|
H A D | xfs_buf.c | 496 .head_offset = offsetof(struct xfs_buf, b_rhash_head), 640 &new_bp->b_rhash_head, xfs_buf_hash_params); in xfs_buf_find_insert() 1069 rhashtable_remove_fast(&pag->pag_buf_hash, &bp->b_rhash_head, in xfs_buf_rele()
|
Completed in 7 milliseconds