Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c2466 xfs_agblock_t cluster_agbno; /* first block in inode cluster */ in xfs_imap() local
2553 cluster_agbno = chunk_agbno + in xfs_imap()
2556 offset = ((agbno - cluster_agbno) * mp->m_sb.sb_inopblock) + in xfs_imap()
2559 imap->im_blkno = xfs_agbno_to_daddr(pag, cluster_agbno); in xfs_imap()