Searched refs:XFS_OFFBNO_TO_AGINO (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_types.c | 92 *first = XFS_OFFBNO_TO_AGINO(mp, bno, 0); in xfs_agino_range() 99 *last = XFS_OFFBNO_TO_AGINO(mp, bno, 0) - 1; in xfs_agino_range()
|
D | xfs_ialloc.c | 328 XFS_OFFBNO_TO_AGINO(mp, agbno, 0)); in xfs_ialloc_inode_init() 828 newino = XFS_OFFBNO_TO_AGINO(args.mp, args.agbno, 0); in xfs_ialloc_ag_alloc() 2729 low = XFS_OFFBNO_TO_AGINO(cur->bc_mp, bno, 0); in xfs_ialloc_has_inodes_at_extent() 2730 high = XFS_OFFBNO_TO_AGINO(cur->bc_mp, bno + len, 0) - 1; in xfs_ialloc_has_inodes_at_extent()
|
D | xfs_format.h | 1088 #define XFS_OFFBNO_TO_AGINO(mp,b,o) \ macro
|
/Linux-v4.19/fs/xfs/scrub/ |
D | ialloc.c | 207 nr_inodes = XFS_OFFBNO_TO_AGINO(mp, blks_per_cluster, 0); in xchk_iallocbt_check_freemask()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_super.c | 609 agino = XFS_OFFBNO_TO_AGINO(mp, sbp->sb_agblocks - 1, 0); in xfs_set_inode_alloc()
|