Searched refs:xfs_rfsblock_t (Results 1 – 14 of 14) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_fsops.c | 43 xfs_rfsblock_t delta, in xfs_resizefs_init_new_ags() 48 xfs_rfsblock_t nb = mp->m_sb.sb_dblocks + delta; in xfs_resizefs_init_new_ags() 60 (xfs_rfsblock_t)mp->m_sb.sb_agblocks); in xfs_resizefs_init_new_ags() 95 xfs_rfsblock_t nb, nb_div, nb_mod; in xfs_growfs_data_private()
|
H A D | xfs_rtalloc.c | 741 xfs_rfsblock_t rblocks, in xfs_growfs_rt_alloc_fake_mount() 794 static xfs_rfsblock_t 797 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_nrblocks() 802 xfs_rfsblock_t step; in xfs_growfs_rt_nrblocks() 806 xfs_rfsblock_t rgblocks = mp->m_sb.sb_rgextents * rextsize; in xfs_growfs_rt_nrblocks() 854 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_bmblock() 1039 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_alloc_blocks() 1096 xfs_rfsblock_t nrblocks, in xfs_growfs_rtg() 1156 xfs_rfsblock_t rblocks, in xfs_growfs_check_rtgeom() 1187 xfs_rfsblock_t rblocks, in xfs_growfs_rt_prep_groups()
|
H A D | xfs_mount.h | 604 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agno() 612 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agbno()
|
H A D | xfs_inode.h | 59 xfs_rfsblock_t i_nblocks; /* # of direct & btree blocks */
|
H A D | xfs_discard.c | 842 xfs_rfsblock_t max_blocks; in xfs_ioc_trim()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_types.h | 34 typedef uint64_t xfs_rfsblock_t; /* blockno in filesystem (raw) */ typedef 53 #define NULLRFSBLOCK ((xfs_rfsblock_t)-1)
|
H A D | xfs_ag.h | 137 xfs_agnumber_t new_agcount, xfs_rfsblock_t dcount, 323 xfs_rfsblock_t nfree; /* cumulative new free space */
|
H A D | xfs_ag.c | 142 xfs_rfsblock_t dblocks) in __xfs_ag_block_count() 222 xfs_rfsblock_t dblocks) in xfs_perag_alloc() 269 xfs_rfsblock_t dblocks, in xfs_initialize_perag()
|
H A D | xfs_fs.h | 277 #define XFS_MAX_DBLOCKS(s) ((xfs_rfsblock_t)(s)->sb_agcount * (s)->sb_agblocks) 278 #define XFS_MIN_DBLOCKS(s) ((xfs_rfsblock_t)((s)->sb_agcount - 1) * \
|
H A D | xfs_rtgroup.h | 188 xfs_rfsblock_t bno = XFS_BB_TO_FSBT(mp, daddr); in xfs_daddr_to_rtb()
|
H A D | xfs_da_btree.c | 2300 xfs_rfsblock_t nblks = dp->i_nblocks; in xfs_da_grow_inode_int()
|
/linux/fs/xfs/scrub/ |
H A D | bmap_repair.c | 73 xfs_rfsblock_t nblocks; 76 xfs_rfsblock_t old_bmbt_block_count;
|
H A D | inode_repair.c | 107 xfs_rfsblock_t data_blocks; 110 xfs_rfsblock_t rt_blocks; 113 xfs_rfsblock_t attr_blocks;
|
H A D | trace.h | 2433 __field(xfs_rfsblock_t, nblocks) 2479 TP_PROTO(struct xfs_scrub *sc, xfs_rfsblock_t data_blocks, 2480 xfs_rfsblock_t rt_blocks, xfs_rfsblock_t attr_blocks, 2488 __field(xfs_rfsblock_t, data_blocks) 2489 __field(xfs_rfsblock_t, rt_blocks) 2490 __field(xfs_rfsblock_t, attr_blocks)
|