Searched refs:xfs_rfsblock_t (Results 1 – 17 of 17) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_rtalloc.h | 46 int xfs_growfs_check_rtgeom(const struct xfs_mount *mp, xfs_rfsblock_t dblocks, 47 xfs_rfsblock_t rblocks, xfs_agblock_t rextsize); 68 xfs_rfsblock_t dblocks, xfs_rfsblock_t rblocks, in xfs_growfs_check_rtgeom()
|
H A D | xfs_rtalloc.c | 744 xfs_rfsblock_t rblocks, in xfs_growfs_rt_alloc_fake_mount() 797 static xfs_rfsblock_t 800 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_nrblocks() 805 xfs_rfsblock_t step; in xfs_growfs_rt_nrblocks() 809 xfs_rfsblock_t rgblocks = mp->m_sb.sb_rgextents * rextsize; in xfs_growfs_rt_nrblocks() 891 xfs_rfsblock_t nrblocks) in xfs_growfs_rt_zoned() 942 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_bmblock() 1114 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_alloc_blocks() 1171 xfs_rfsblock_t nrblocks, in xfs_growfs_rtg() 1234 xfs_rfsblock_t dblock in xfs_growfs_check_rtgeom() [all...] |
H A D | xfs_fsops.c | 47 xfs_rfsblock_t delta, in xfs_resizefs_init_new_ags() 52 xfs_rfsblock_t nb = mp->m_sb.sb_dblocks + delta; in xfs_resizefs_init_new_ags() 64 (xfs_rfsblock_t)mp->m_sb.sb_agblocks); in xfs_resizefs_init_new_ags() 99 xfs_rfsblock_t nb, nb_div, nb_mod; in xfs_growfs_data_private()
|
H A D | xfs_mount.h | 681 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agno() 689 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 */
|
/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_metafile.c | 263 xfs_rfsblock_t dblocks_avail = mp->m_sb.sb_dblocks / 4; in xfs_metafile_resv_init()
|
H A D | xfs_fs.h | 280 #define XFS_MAX_DBLOCKS(s) ((xfs_rfsblock_t)(s)->sb_agcount * (s)->sb_agblocks) 281 #define XFS_MIN_DBLOCKS(s) ((xfs_rfsblock_t)((s)->sb_agcount - 1) * \
|
H A D | xfs_format.h | 98 xfs_rfsblock_t sb_dblocks; /* number of data blocks */ 99 xfs_rfsblock_t sb_rblocks; /* number of realtime blocks */ 183 xfs_rfsblock_t sb_rtstart; /* start of internal RT section (FSB) */
|
H A D | xfs_rtgroup.h | 264 xfs_rfsblock_t bno; in xfs_daddr_to_rtb()
|
H A D | xfs_log_format.h | 436 xfs_rfsblock_t di_nblocks; /* # of direct & btree blocks used */
|
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 | 75 xfs_rfsblock_t nblocks; 78 xfs_rfsblock_t old_bmbt_block_count;
|
H A D | inode_repair.c | 110 xfs_rfsblock_t data_blocks; 113 xfs_rfsblock_t rt_blocks; 116 xfs_rfsblock_t attr_blocks;
|
H A D | trace.h | 2479 __field(xfs_rfsblock_t, nblocks) 2525 TP_PROTO(struct xfs_scrub *sc, xfs_rfsblock_t data_blocks, 2526 xfs_rfsblock_t rt_blocks, xfs_rfsblock_t attr_blocks, 2534 __field(xfs_rfsblock_t, data_blocks) 2535 __field(xfs_rfsblock_t, rt_blocks) 2536 __field(xfs_rfsblock_t, attr_blocks)
|