Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_bmap_util.h78 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count);
80 int whichfork, xfs_extnum_t *nextents,
Dxfs_bmap_util.c212 xfs_extnum_t
219 xfs_extnum_t numrecs = 0; in xfs_bmap_count_leaves()
262 xfs_extnum_t *nextents, in xfs_bmap_count_tree()
340 xfs_extnum_t *nextents, in xfs_bmap_count_blocks()
1585 xfs_extnum_t junk; in xfs_swap_extent_forks()
Dxfs_inode.h63 xfs_extnum_t i_cnextents; /* # of extents in cow fork */
/Linux-v5.4/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.h206 xfs_extnum_t nexts);
209 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.c323 xfs_extnum_t i=0, j; /* index into the extents list */ in xfs_bmap_check_leaf_extents()
404 xfs_extnum_t num_recs; in xfs_bmap_check_leaf_extents()
665 xfs_extnum_t cnt = 0; in xfs_bmap_extents_to_btree()
1169 xfs_extnum_t nextents = XFS_IFORK_NEXTENTS(ip, whichfork); in xfs_iread_extents()
1175 xfs_extnum_t i, j; in xfs_iread_extents()
1229 xfs_extnum_t num_recs; in xfs_iread_extents()
1547 xfs_extnum_t *nextents; in xfs_bmap_add_extent_delay_real()
5184 xfs_extnum_t nexts) /* number of extents max */ in __xfs_bunmapi()
5189 xfs_extnum_t extno; /* extent number in list */ in __xfs_bunmapi()
5525 xfs_extnum_t nexts, in xfs_bunmapi()
Dxfs_iext_tree.c128 inline xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp) in xfs_iext_count()
/Linux-v5.4/fs/xfs/scrub/
Dinode.c467 xfs_extnum_t nextents; in xchk_inode_xref_bmap()