Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_types.h29 typedef uint64_t xfs_rfsblock_t; /* blockno in filesystem (raw) */ typedef
46 #define NULLRFSBLOCK ((xfs_rfsblock_t)-1)
Dxfs_ag.h18 xfs_rfsblock_t nfree; /* cumulative new free space */
Dxfs_inode_buf.h22 xfs_rfsblock_t di_nblocks; /* # of direct & btree blocks used */
Dxfs_fs.h276 #define XFS_MAX_DBLOCKS(s) ((xfs_rfsblock_t)(s)->sb_agcount * (s)->sb_agblocks)
277 #define XFS_MIN_DBLOCKS(s) ((xfs_rfsblock_t)((s)->sb_agcount - 1) * \
Dxfs_log_format.h400 xfs_rfsblock_t di_nblocks; /* # of direct & btree blocks used */
Dxfs_format.h99 xfs_rfsblock_t sb_dblocks; /* number of data blocks */
100 xfs_rfsblock_t sb_rblocks; /* number of realtime blocks */
Dxfs_da_btree.c2148 xfs_rfsblock_t nblks = dp->i_d.di_nblocks; in xfs_da_grow_inode_int()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_fsops.c35 xfs_rfsblock_t nb, nb_mod; in xfs_growfs_data_private()
36 xfs_rfsblock_t new; in xfs_growfs_data_private()
58 nb = (xfs_rfsblock_t)nagcount * mp->m_sb.sb_agblocks; in xfs_growfs_data_private()
96 (id.agno * (xfs_rfsblock_t)mp->m_sb.sb_agblocks); in xfs_growfs_data_private()
Dxfs_mount.h286 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agno()
294 xfs_rfsblock_t ld = XFS_BB_TO_FSBT(mp, d); in xfs_daddr_to_agbno()
Dxfs_rtalloc.c906 xfs_rfsblock_t nrblocks; /* new number of realtime blocks */ in xfs_growfs_rt()