Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_ialloc.c1271 xfs_agblock_t cluster_agbno; /* first block in inode cluster */ in xfs_imap() local
1363 cluster_agbno = chunk_agbno + in xfs_imap()
1365 offset = ((agbno - cluster_agbno) * mp->m_sb.sb_inopblock) + in xfs_imap()
1368 imap->im_blkno = XFS_AGB_TO_DADDR(mp, agno, cluster_agbno); in xfs_imap()