Searched defs:fsbno (Results 1 – 11 of 11) sorted by relevance
/linux/fs/xfs/scrub/ |
A D | repair.c | 292 xfs_fsblock_t *fsbno, in xrep_alloc_ag_block() 448 xfs_fsblock_t fsbno; in xrep_invalidate_blocks() local 532 xfs_fsblock_t fsbno, in xrep_reap_block() 611 xfs_fsblock_t fsbno; in xrep_reap_extents() local
|
A D | rtbitmap.c | 166 xfs_rtblock_t fsbno, in xchk_xref_is_used_rt_space()
|
A D | bitmap.c | 281 xfs_fsblock_t fsbno; in xbitmap_collect_btblock() local
|
/linux/fs/xfs/libxfs/ |
A D | xfs_types.c | 56 xfs_fsblock_t fsbno) in xfs_verify_fsbno() 72 xfs_fsblock_t fsbno, in xfs_verify_fsbext()
|
A D | xfs_alloc.h | 57 xfs_fsblock_t fsbno; /* file system block number */ member
|
A D | xfs_refcount_btree.c | 107 xfs_fsblock_t fsbno = XFS_DADDR_TO_FSB(mp, xfs_buf_daddr(bp)); in xfs_refcountbt_free_block() local
|
A D | xfs_bmap_btree.c | 287 xfs_fsblock_t fsbno = XFS_DADDR_TO_FSB(mp, xfs_buf_daddr(bp)); in xfs_bmbt_free_block() local
|
A D | xfs_btree.c | 202 xfs_fsblock_t fsbno, in xfs_btree_check_lptr() 792 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_read_bufl() 822 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_reada_bufl() 942 xfs_fsblock_t fsbno; in xfs_btree_ptr_to_daddr() local
|
A D | xfs_format.h | 431 #define XFS_FSB_TO_DADDR(mp,fsbno) XFS_AGB_TO_DADDR(mp, \ argument 442 #define XFS_FSB_TO_BB(mp,fsbno) ((fsbno) << (mp)->m_blkbb_log) argument 450 #define XFS_FSB_TO_B(mp,fsbno) ((xfs_fsize_t)(fsbno) << (mp)->m_sb.sb_blocklog) argument 664 #define XFS_FSB_TO_AGNO(mp,fsbno) \ argument 666 #define XFS_FSB_TO_AGBNO(mp,fsbno) \ argument
|
A D | xfs_refcount.c | 926 xfs_fsblock_t fsbno; in xfs_refcount_adjust_extents() local
|
/linux/fs/xfs/ |
A D | xfs_rtalloc.c | 777 xfs_fsblock_t fsbno; /* filesystem block for bno */ in xfs_growfs_rt_alloc() local
|
Completed in 32 milliseconds