Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc.c2204 xfs_agblock_t *offset_agbno, in xfs_imap_lookup() argument
2252 *offset_agbno = agbno - *chunk_agbno; in xfs_imap_lookup()
2275 xfs_agblock_t offset_agbno; /* blks from chunk start to inode */ in xfs_imap() local
2327 &chunk_agbno, &offset_agbno, flags); in xfs_imap()
2353 offset_agbno = agbno & mp->m_inoalign_mask; in xfs_imap()
2354 chunk_agbno = agbno - offset_agbno; in xfs_imap()
2357 &chunk_agbno, &offset_agbno, flags); in xfs_imap()
2365 ((offset_agbno / blks_per_cluster) * blks_per_cluster); in xfs_imap()