Searched refs:xfs_rfsblock_t (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/xfs/ |
| 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()
|
| A D | xfs_mount.h | 533 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agno() 541 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agbno()
|
| A D | xfs_inode.h | 59 xfs_rfsblock_t i_nblocks; /* # of direct & btree blocks */
|
| A D | xfs_rtalloc.c | 704 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_bmblock() 716 xfs_rfsblock_t nrblocks_step; in xfs_growfs_rt_bmblock()
|
| A D | xfs_discard.c | 650 xfs_rfsblock_t max_blocks; in xfs_ioc_trim()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_types.h | 32 typedef uint64_t xfs_rfsblock_t; /* blockno in filesystem (raw) */ typedef 51 #define NULLRFSBLOCK ((xfs_rfsblock_t)-1)
|
| A D | xfs_ag.h | 148 xfs_agnumber_t agcount, xfs_rfsblock_t dcount, 320 xfs_rfsblock_t nfree; /* cumulative new free space */
|
| A D | xfs_fs.h | 272 #define XFS_MAX_DBLOCKS(s) ((xfs_rfsblock_t)(s)->sb_agcount * (s)->sb_agblocks) 273 #define XFS_MIN_DBLOCKS(s) ((xfs_rfsblock_t)((s)->sb_agcount - 1) * \
|
| A D | xfs_ag.c | 223 xfs_rfsblock_t dblocks) in __xfs_ag_block_count() 298 xfs_rfsblock_t dblocks, in xfs_initialize_perag()
|
| 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 */
|
| A D | xfs_log_format.h | 430 xfs_rfsblock_t di_nblocks; /* # of direct & btree blocks used */
|
| A D | xfs_da_btree.c | 2300 xfs_rfsblock_t nblks = dp->i_nblocks; in xfs_da_grow_inode_int()
|
| /linux/fs/xfs/scrub/ |
| A D | bmap_repair.c | 73 xfs_rfsblock_t nblocks; 76 xfs_rfsblock_t old_bmbt_block_count;
|
| A D | inode_repair.c | 107 xfs_rfsblock_t data_blocks; 110 xfs_rfsblock_t rt_blocks; 113 xfs_rfsblock_t attr_blocks;
|
| A D | trace.h | 2405 __field(xfs_rfsblock_t, nblocks) 2451 TP_PROTO(struct xfs_scrub *sc, xfs_rfsblock_t data_blocks, 2452 xfs_rfsblock_t rt_blocks, xfs_rfsblock_t attr_blocks, 2460 __field(xfs_rfsblock_t, data_blocks) 2461 __field(xfs_rfsblock_t, rt_blocks) 2462 __field(xfs_rfsblock_t, attr_blocks)
|
Completed in 56 milliseconds