Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_inode_fork.h27 xfs_extnum_t if_nextents; /* # of extents in this fork */
69 static inline xfs_extnum_t xfs_ifork_nextents(struct xfs_ifork *ifp) in xfs_ifork_nextents()
99 xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp);
Dxfs_types.h15 typedef int32_t xfs_extnum_t; /* # of extents in a file */ typedef
63 #define MAXEXTNUM ((xfs_extnum_t)0x7fffffff) /* signed int */
Dxfs_bmap.h211 xfs_extnum_t nexts);
214 xfs_extnum_t nexts, int *done);
Dxfs_log_format.h402 xfs_extnum_t di_nextents; /* number of extents in data fork */
Dxfs_bmap.c326 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()
666 xfs_extnum_t cnt = 0; in xfs_bmap_extents_to_btree()
1161 xfs_extnum_t loaded;
1177 xfs_extnum_t num_recs; in xfs_iread_bmbt_block()
1178 xfs_extnum_t j; in xfs_iread_bmbt_block()
5262 xfs_extnum_t nexts) /* number of extents max */ in __xfs_bunmapi()
5267 xfs_extnum_t extno; /* extent number in list */ in __xfs_bunmapi()
5600 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()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_bmap_util.h74 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count);
76 int whichfork, xfs_extnum_t *nextents,
Dxfs_bmap_util.c183 xfs_extnum_t
190 xfs_extnum_t numrecs = 0; in xfs_bmap_count_leaves()
211 xfs_extnum_t *nextents, in xfs_bmap_count_blocks()
1436 xfs_extnum_t junk; in xfs_swap_extent_forks()
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dinode.c481 xfs_extnum_t nextents; in xchk_inode_xref_bmap()