Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc.c2448 xfs_agblock_t cluster_agbno; /* first block in inode cluster */ in xfs_imap() local
2534 cluster_agbno = chunk_agbno + in xfs_imap()
2537 offset = ((agbno - cluster_agbno) * mp->m_sb.sb_inopblock) + in xfs_imap()
2540 imap->im_blkno = XFS_AGB_TO_DADDR(mp, pag->pag_agno, cluster_agbno); in xfs_imap()