Home
last modified time | relevance | path

Searched refs:XFS_OFFBNO_TO_AGINO (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_types.c92 *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()
Dxfs_ialloc.c328 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()
Dxfs_format.h1088 #define XFS_OFFBNO_TO_AGINO(mp,b,o) \ macro
/Linux-v4.19/fs/xfs/scrub/
Dialloc.c207 nr_inodes = XFS_OFFBNO_TO_AGINO(mp, blks_per_cluster, 0); in xchk_iallocbt_check_freemask()
/Linux-v4.19/fs/xfs/
Dxfs_super.c609 agino = XFS_OFFBNO_TO_AGINO(mp, sbp->sb_agblocks - 1, 0); in xfs_set_inode_alloc()