Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_inode_fork.h26 xfs_extnum_t if_nextents; /* # of extents in this fork */
122 static inline xfs_extnum_t xfs_ifork_nextents(struct xfs_ifork *ifp) in xfs_ifork_nextents()
137 xfs_extnum_t nextents);
154 xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp);
A Dxfs_types.h15 typedef int32_t xfs_extnum_t; /* # of extents in a file */ typedef
63 #define MAXEXTNUM ((xfs_extnum_t)0x7fffffff) /* signed int */
A Dxfs_bmap.h192 xfs_extnum_t nexts);
195 xfs_extnum_t nexts, int *done);
A Dxfs_log_format.h399 xfs_extnum_t di_nextents; /* number of extents in data fork */
A Dxfs_bmap.c329 xfs_extnum_t i=0, j; /* index into the extents list */ in xfs_bmap_check_leaf_extents()
407 xfs_extnum_t num_recs; in xfs_bmap_check_leaf_extents()
617 xfs_extnum_t cnt = 0; in xfs_bmap_extents_to_btree()
1102 xfs_extnum_t loaded;
1118 xfs_extnum_t num_recs; in xfs_iread_bmbt_block()
1119 xfs_extnum_t j; in xfs_iread_bmbt_block()
5285 xfs_extnum_t nexts) /* number of extents max */ in __xfs_bunmapi()
5290 xfs_extnum_t extno; /* extent number in list */ in __xfs_bunmapi()
5613 xfs_extnum_t nexts, in xfs_bunmapi()
A Dxfs_inode_fork.c283 xfs_extnum_t nextents) in xfs_ifork_alloc()
A Dxfs_iext_tree.c128 inline xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp) in xfs_iext_count()
/linux/fs/xfs/
A 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,
A Dxfs_bmap_util.c227 xfs_extnum_t
234 xfs_extnum_t numrecs = 0; in xfs_bmap_count_leaves()
255 xfs_extnum_t *nextents, in xfs_bmap_count_blocks()
1490 xfs_extnum_t junk; in xfs_swap_extent_forks()
/linux/fs/xfs/scrub/
A Dinode.c489 xfs_extnum_t nextents; in xchk_inode_xref_bmap()

Completed in 29 milliseconds