Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_bmap_util.h78 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count);
82 int whichfork, xfs_extnum_t *nextents,
Dxfs_bmap_util.c217 xfs_extnum_t
224 xfs_extnum_t numrecs = 0; in xfs_bmap_count_leaves()
267 xfs_extnum_t *nextents, in xfs_bmap_count_tree()
345 xfs_extnum_t *nextents, in xfs_bmap_count_blocks()
1648 xfs_extnum_t junk; in xfs_swap_extent_forks()
Dxfs_inode.h55 xfs_extnum_t i_cnextents; /* # of extents in cow fork */
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_types.h15 typedef int32_t xfs_extnum_t; /* # of extents in a file */ typedef
64 #define MAXEXTNUM ((xfs_extnum_t)0x7fffffff) /* signed int */
Dxfs_bmap.h207 xfs_extnum_t nexts);
210 xfs_extnum_t nexts, int *done);
Dxfs_inode_buf.h29 xfs_extnum_t di_nextents; /* number of extents in data fork */
Dxfs_inode_fork.h103 xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp);
Dxfs_log_format.h399 xfs_extnum_t di_nextents; /* number of extents in data fork */
Dxfs_bmap.c328 xfs_extnum_t i=0, j; /* index into the extents list */ in xfs_bmap_check_leaf_extents()
409 xfs_extnum_t num_recs; in xfs_bmap_check_leaf_extents()
668 xfs_extnum_t cnt = 0; in xfs_bmap_extents_to_btree()
1170 xfs_extnum_t nextents = XFS_IFORK_NEXTENTS(ip, whichfork); in xfs_iread_extents()
1176 xfs_extnum_t i, j; in xfs_iread_extents()
1230 xfs_extnum_t num_recs; in xfs_iread_extents()
1548 xfs_extnum_t *nextents; in xfs_bmap_add_extent_delay_real()
5128 xfs_extnum_t nexts) /* number of extents max */ in __xfs_bunmapi()
5133 xfs_extnum_t extno; /* extent number in list */ in __xfs_bunmapi()
5484 xfs_extnum_t nexts, in xfs_bunmapi()
Dxfs_iext_tree.c132 inline xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp) in xfs_iext_count()
/linux-4.19.296/fs/xfs/scrub/
Dinode.c476 xfs_extnum_t nextents; in xchk_inode_xref_bmap()