Home
last modified time | relevance | path

Searched refs:xfs_rfsblock_t (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/fs/xfs/
A Dxfs_fsops.c43 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()
94 xfs_rfsblock_t nb, nb_div, nb_mod; in xfs_growfs_data_private()
121 nb = (xfs_rfsblock_t)nagcount * mp->m_sb.sb_agblocks; in xfs_growfs_data_private()
A Dxfs_mount.h472 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agno()
480 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agbno()
A Dxfs_inode.h58 xfs_rfsblock_t i_nblocks; /* # of direct & btree blocks */
A Dxfs_rtalloc.c914 xfs_rfsblock_t nrblocks; /* new number of realtime blocks */ in xfs_growfs_rt()
1027 xfs_rfsblock_t nrblocks_step; in xfs_growfs_rt()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_types.h30 typedef uint64_t xfs_rfsblock_t; /* blockno in filesystem (raw) */ typedef
47 #define NULLRFSBLOCK ((xfs_rfsblock_t)-1)
A Dxfs_ag.h129 xfs_rfsblock_t dcount, xfs_agnumber_t *maxagi);
308 xfs_rfsblock_t nfree; /* cumulative new free space */
A Dxfs_fs.h265 #define XFS_MAX_DBLOCKS(s) ((xfs_rfsblock_t)(s)->sb_agcount * (s)->sb_agblocks)
266 #define XFS_MIN_DBLOCKS(s) ((xfs_rfsblock_t)((s)->sb_agcount - 1) * \
A Dxfs_ag.c268 xfs_rfsblock_t dblocks) in __xfs_ag_block_count()
325 xfs_rfsblock_t dblocks, in xfs_initialize_perag()
A Dxfs_log_format.h416 xfs_rfsblock_t di_nblocks; /* # of direct & btree blocks used */
A Dxfs_format.h99 xfs_rfsblock_t sb_dblocks; /* number of data blocks */
100 xfs_rfsblock_t sb_rblocks; /* number of realtime blocks */
A Dxfs_da_btree.c2160 xfs_rfsblock_t nblks = dp->i_nblocks; in xfs_da_grow_inode_int()

Completed in 36 milliseconds