Home
last modified time | relevance | path

Searched refs:rtextents (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans.c152 uint rtextents) in xfs_trans_reserve()
212 if (rtextents > 0) { in xfs_trans_reserve()
213 error = xfs_mod_frextents(mp, -((int64_t)rtextents)); in xfs_trans_reserve()
218 tp->t_rtx_res += rtextents; in xfs_trans_reserve()
248 uint rtextents, in xfs_trans_alloc()
282 error = xfs_trans_reserve(tp, resp, blocks, rtextents); in xfs_trans_alloc()
148 xfs_trans_reserve( struct xfs_trans *tp, struct xfs_trans_res *resp, uint blocks, uint rtextents) xfs_trans_reserve() argument
244 xfs_trans_alloc( struct xfs_mount *mp, struct xfs_trans_res *resp, uint blocks, uint rtextents, uint flags, struct xfs_trans **tpp) xfs_trans_alloc() argument
H A Dxfs_ioctl32.h180 __u64 rtextents; /* rt extents in realtime subvol*/ member
H A Dxfs_trans.h182 uint blocks, uint rtextents, uint flags,
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans.c153 uint rtextents) in xfs_trans_reserve()
211 if (rtextents > 0) { in xfs_trans_reserve()
212 error = xfs_mod_frextents(mp, -((int64_t)rtextents)); in xfs_trans_reserve()
217 tp->t_rtx_res += rtextents; in xfs_trans_reserve()
247 uint rtextents, in xfs_trans_alloc()
283 error = xfs_trans_reserve(tp, resp, blocks, rtextents); in xfs_trans_alloc()
149 xfs_trans_reserve( struct xfs_trans *tp, struct xfs_trans_res *resp, uint blocks, uint rtextents) xfs_trans_reserve() argument
243 xfs_trans_alloc( struct xfs_mount *mp, struct xfs_trans_res *resp, uint blocks, uint rtextents, uint flags, struct xfs_trans **tpp) xfs_trans_alloc() argument
H A Dxfs_ioctl32.h156 __u64 rtextents; /* rt extents in realtime subvol*/ member
H A Dxfs_trans.h169 uint blocks, uint rtextents, uint flags,
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_fs.h138 __u64 rtextents; /* rt extents in realtime subvol*/ member
164 __u64 rtextents; /* rt extents in realtime subvol*/ member
191 __u64 rtextents; /* rt extents in realtime subvol*/ member
H A Dxfs_sb.c1131 geo->rtextents = sbp->sb_rextents; in xfs_fs_geometry()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_fs.h123 __u64 rtextents; /* rt extents in realtime subvol*/ member
149 __u64 rtextents; /* rt extents in realtime subvol*/ member
176 __u64 rtextents; /* rt extents in realtime subvol*/ member
H A Dxfs_sb.c1199 geo->rtextents = sbp->sb_rextents; in xfs_fs_geometry()

Completed in 14 milliseconds