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_fsops.c | 50 xfs_rfsblock_t delta, in xfs_resizefs_init_new_ags() 55 xfs_rfsblock_t nb = mp->m_sb.sb_dblocks + delta; in xfs_resizefs_init_new_ags() 67 (xfs_rfsblock_t)mp->m_sb.sb_agblocks); in xfs_resizefs_init_new_ags() 98 xfs_rfsblock_t nb = in->newblocks; in xfs_growfs_data_private()
|
| H A D | xfs_rtalloc.c | 747 xfs_rfsblock_t rblocks, in xfs_growfs_rt_alloc_fake_mount() 800 static xfs_rfsblock_t 803 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_nrblocks() 808 xfs_rfsblock_t step; in xfs_growfs_rt_nrblocks() 812 xfs_rfsblock_t rgblocks = mp->m_sb.sb_rgextents * rextsize; in xfs_growfs_rt_nrblocks() 953 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_bmblock() 1151 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_alloc_blocks() 1208 xfs_rfsblock_t nrblocks, in xfs_growfs_rtg() 1272 xfs_rfsblock_t dblocks, in xfs_growfs_check_rtgeom() 1273 xfs_rfsblock_t rblock in xfs_growfs_check_rtgeom() [all...] |
| H A D | xfs_mount.h | 685 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agno() 693 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agbno()
|
| H A D | xfs_inode.h | 58 xfs_rfsblock_t i_nblocks; /* # of direct & btree blocks */
|
| H A D | xfs_discard.c | 821 xfs_rfsblock_t max_blocks; in xfs_ioc_trim()
|
| H A D | xfs_buf.c | 1656 xfs_rfsblock_t nr_blocks) in xfs_configure_buftarg()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.h | 135 xfs_agnumber_t new_agcount, xfs_rfsblock_t dcount, 321 xfs_rfsblock_t nfree; /* cumulative new free space */ 336 xfs_rfsblock_t *nb);
|
| 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.c | 139 xfs_rfsblock_t dblocks) in __xfs_ag_block_count() 219 xfs_rfsblock_t dblocks) in xfs_perag_alloc() 260 xfs_rfsblock_t dblocks, in xfs_initialize_perag() 874 xfs_rfsblock_t *nb) in xfs_growfs_compute_deltas() 884 *nb = (xfs_rfsblock_t)agcount * mp->m_sb.sb_agblocks; in xfs_growfs_compute_deltas()
|
| H A D | xfs_rtgroup.h | 264 xfs_rfsblock_t bno; in xfs_daddr_to_rtb() 366 static inline xfs_rfsblock_t
|
| H A D | xfs_metafile.c | 268 xfs_rfsblock_t dblocks_avail = mp->m_sb.sb_dblocks / 4; in xfs_metafile_resv_init()
|
| 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_da_btree.c | 2331 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 | 2516 __field(xfs_rfsblock_t, nblocks) 2562 TP_PROTO(struct xfs_scrub *sc, xfs_rfsblock_t data_blocks, 2563 xfs_rfsblock_t rt_blocks, xfs_rfsblock_t attr_blocks, 2571 __field(xfs_rfsblock_t, data_blocks) 2572 __field(xfs_rfsblock_t, rt_blocks) 2573 __field(xfs_rfsblock_t, attr_blocks)
|