Searched refs:offset_agbno (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_ialloc.c | 2255 xfs_agblock_t *offset_agbno, in xfs_imap_lookup() 2303 *offset_agbno = agbno - *chunk_agbno; in xfs_imap_lookup() 2325 xfs_agblock_t offset_agbno; /* blks from chunk start to inode */ in xfs_imap() local 2375 &chunk_agbno, &offset_agbno, flags); in xfs_imap() 2402 offset_agbno = agbno & M_IGEO(mp)->inoalign_mask; in xfs_imap() 2403 chunk_agbno = agbno - offset_agbno; in xfs_imap() 2406 &chunk_agbno, &offset_agbno, flags); in xfs_imap() 2414 ((offset_agbno / M_IGEO(mp)->blocks_per_cluster) * in xfs_imap() 2248 xfs_imap_lookup( struct xfs_mount *mp, struct xfs_trans *tp, xfs_agnumber_t agno, xfs_agino_t agino, xfs_agblock_t agbno, xfs_agblock_t *chunk_agbno, xfs_agblock_t *offset_agbno, int flags) xfs_imap_lookup() argument
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_ialloc.c | 2238 xfs_agblock_t *offset_agbno, in xfs_imap_lookup() 2287 *offset_agbno = agbno - *chunk_agbno; in xfs_imap_lookup() 2309 xfs_agblock_t offset_agbno; /* blks from chunk start to inode */ in xfs_imap() local 2354 &chunk_agbno, &offset_agbno, flags); in xfs_imap() 2381 offset_agbno = agbno & M_IGEO(mp)->inoalign_mask; in xfs_imap() 2382 chunk_agbno = agbno - offset_agbno; in xfs_imap() 2385 &chunk_agbno, &offset_agbno, flags); in xfs_imap() 2393 ((offset_agbno / M_IGEO(mp)->blocks_per_cluster) * in xfs_imap() 2232 xfs_imap_lookup( struct xfs_perag *pag, struct xfs_trans *tp, xfs_agino_t agino, xfs_agblock_t agbno, xfs_agblock_t *chunk_agbno, xfs_agblock_t *offset_agbno, int flags) xfs_imap_lookup() argument
|
Completed in 7 milliseconds