Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_types.c106 *first = XFS_AGB_TO_AGINO(mp, bno); in xfs_agino_range()
113 *last = XFS_AGB_TO_AGINO(mp, bno) - 1; in xfs_agino_range()
Dxfs_ialloc.c307 ino = XFS_AGINO_TO_INO(mp, agno, XFS_AGB_TO_AGINO(mp, agbno)); in xfs_ialloc_inode_init()
427 offset = XFS_AGB_TO_AGINO(mp, mod); in xfs_align_sparse_ino()
788 newlen = XFS_AGB_TO_AGINO(args.mp, args.len); in xfs_ialloc_ag_alloc()
815 newino = XFS_AGB_TO_AGINO(args.mp, args.agbno); in xfs_ialloc_ag_alloc()
2701 low = XFS_AGB_TO_AGINO(cur->bc_mp, bno); in xfs_ialloc_has_inodes_at_extent()
2702 high = XFS_AGB_TO_AGINO(cur->bc_mp, bno + len) - 1; in xfs_ialloc_has_inodes_at_extent()
2926 return XFS_AGINO_TO_INO(mp, 0, XFS_AGB_TO_AGINO(mp, first_bno)); in xfs_ialloc_calc_rootino()
2949 xfs_agino_t agino = XFS_AGB_TO_AGINO(mp, new_length); in xfs_ialloc_check_shrink()
Dxfs_format.h1040 #define XFS_AGB_TO_AGINO(mp, b) ((xfs_agino_t)((b) << XFS_INO_OFFSET_BITS(mp))) macro
/Linux-v5.15/fs/xfs/
Dxfs_super.c290 agino = XFS_AGB_TO_AGINO(mp, sbp->sb_agblocks - 1); in xfs_set_inode_alloc()