Searched refs:xfs_inobt_cur (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_ialloc_btree.h | 70 int xfs_inobt_cur(struct xfs_mount *mp, struct xfs_trans *tp,
|
H A D | xfs_ialloc_btree.c | 656 xfs_inobt_cur( in xfs_inobt_cur() function 696 error = xfs_inobt_cur(mp, tp, agno, btnum, &cur, &agbp); in xfs_inobt_count_blocks()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_ialloc_btree.h | 69 int xfs_inobt_cur(struct xfs_perag *pag, struct xfs_trans *tp,
|
H A D | xfs_ialloc_btree.c | 726 xfs_inobt_cur( in xfs_inobt_cur() function 759 error = xfs_inobt_cur(pag, tp, btnum, &cur, &agbp); in xfs_inobt_count_blocks() 832 xfs_inobt_cur_cache = kmem_cache_create("xfs_inobt_cur", in xfs_inobt_init_cur_cache()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_iwalk.c | 273 error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_ag_start() 379 error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_run_callbacks()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_iwalk.c | 278 error = xfs_inobt_cur(pag, tp, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_ag_start() 393 error = xfs_inobt_cur(iwag->pag, iwag->tp, XFS_BTNUM_INO, curpp, in xfs_iwalk_run_callbacks()
|
Completed in 5 milliseconds