Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_types.c82 *first = XFS_AGB_TO_AGINO(mp, bno); in xfs_agino_range()
89 *last = XFS_AGB_TO_AGINO(mp, bno) - 1; in xfs_agino_range()
Dxfs_ialloc.c309 ino = XFS_AGINO_TO_INO(mp, agno, XFS_AGB_TO_AGINO(mp, agbno)); in xfs_ialloc_inode_init()
430 offset = XFS_AGB_TO_AGINO(mp, mod); in xfs_align_sparse_ino()
793 newlen = XFS_AGB_TO_AGINO(args.mp, args.len); in xfs_ialloc_ag_alloc()
821 newino = XFS_AGB_TO_AGINO(args.mp, args.agbno); in xfs_ialloc_ag_alloc()
2739 low = XFS_AGB_TO_AGINO(cur->bc_mp, bno); in xfs_ialloc_has_inodes_at_extent()
2740 high = XFS_AGB_TO_AGINO(cur->bc_mp, bno + len) - 1; in xfs_ialloc_has_inodes_at_extent()
2964 return XFS_AGINO_TO_INO(mp, 0, XFS_AGB_TO_AGINO(mp, first_bno)); in xfs_ialloc_calc_rootino()
Dxfs_format.h1216 #define XFS_AGB_TO_AGINO(mp, b) ((xfs_agino_t)((b) << XFS_INO_OFFSET_BITS(mp))) macro
/fs/xfs/
Dxfs_super.c272 agino = XFS_AGB_TO_AGINO(mp, sbp->sb_agblocks - 1); in xfs_set_inode_alloc()