Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_inode_fork.h24 xfs_extnum_t if_nextents; /* # of extents in this fork */
109 static inline xfs_extnum_t xfs_ifork_nextents(struct xfs_ifork *ifp) in xfs_ifork_nextents()
123 static inline xfs_extnum_t xfs_iext_max_nextents(bool has_large_extent_counts, in xfs_iext_max_nextents()
144 static inline xfs_extnum_t
154 static inline xfs_extnum_t
164 static inline xfs_extnum_t
183 xfs_extnum_t nextents);
200 xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp);
Dxfs_bmap.h192 xfs_extnum_t nexts);
195 xfs_extnum_t nexts, int *done);
Dxfs_inode_buf.c358 xfs_extnum_t di_nextents; in xfs_dinode_verify_fork()
359 xfs_extnum_t max_extents; in xfs_dinode_verify_fork()
466 xfs_extnum_t nextents; in xfs_dinode_verify()
467 xfs_extnum_t naextents; in xfs_dinode_verify()
Dxfs_inode_fork.c107 xfs_extnum_t nex = xfs_dfork_nextents(dip, whichfork); in xfs_iformat_extents()
282 xfs_extnum_t nextents) in xfs_ifork_alloc()
297 xfs_extnum_t naextents = xfs_dfork_attr_extents(dip); in xfs_iformat_attr_fork()
Dxfs_types.h15 typedef uint64_t xfs_extnum_t; /* # of extents in a file */ typedef
Dxfs_da_btree.h33 xfs_extnum_t max_extents; /* Max. extents in corresponding fork */
Dxfs_format.h940 #define XFS_MAX_EXTCNT_DATA_FORK_LARGE ((xfs_extnum_t)((1ULL << 48) - 1))
941 #define XFS_MAX_EXTCNT_ATTR_FORK_LARGE ((xfs_extnum_t)((1ULL << 32) - 1))
942 #define XFS_MAX_EXTCNT_DATA_FORK_SMALL ((xfs_extnum_t)((1ULL << 31) - 1))
943 #define XFS_MAX_EXTCNT_ATTR_FORK_SMALL ((xfs_extnum_t)((1ULL << 15) - 1))
Dxfs_bmap.c56 xfs_extnum_t maxleafents; /* max leaf entries possible */ in xfs_bmap_compute_maxlevels()
327 xfs_extnum_t i=0, j; /* index into the extents list */ in xfs_bmap_check_leaf_extents()
405 xfs_extnum_t num_recs; in xfs_bmap_check_leaf_extents()
615 xfs_extnum_t cnt = 0; in xfs_bmap_extents_to_btree()
1100 xfs_extnum_t loaded;
1116 xfs_extnum_t num_recs; in xfs_iread_bmbt_block()
1117 xfs_extnum_t j; in xfs_iread_bmbt_block()
5266 xfs_extnum_t nexts) /* number of extents max */ in __xfs_bunmapi()
5271 xfs_extnum_t extno; /* extent number in list */ in __xfs_bunmapi()
5574 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-5.19.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.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()
1502 xfs_extnum_t junk; in xfs_swap_extent_forks()
Dxfs_itable.c67 xfs_extnum_t nextents; in xfs_bulkstat_one_int()
Dxfs_inode_item_recover.c223 xfs_extnum_t nextents; in xlog_dinode_verify_extent_counts()
Dxfs_trace.h2163 __field(xfs_extnum_t, nex)
/linux-5.19.10/fs/xfs/scrub/
Dinode.c235 xfs_extnum_t nextents; in xchk_dinode()
236 xfs_extnum_t naextents; in xchk_dinode()
505 xfs_extnum_t nextents; in xchk_inode_xref_bmap()