Searched refs:xfs_extnum_t (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_inode_fork.h | 24 xfs_extnum_t if_nextents; /* # of extents in this fork */ 89 static inline xfs_extnum_t xfs_ifork_nextents(struct xfs_ifork *ifp) in xfs_ifork_nextents() 103 static inline xfs_extnum_t xfs_iext_max_nextents(bool has_large_extent_counts, in xfs_iext_max_nextents() 124 static inline xfs_extnum_t 134 static inline xfs_extnum_t 144 static inline xfs_extnum_t 164 xfs_extnum_t nextents); 181 xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp);
|
A D | xfs_bmap.h | 195 xfs_extnum_t nexts); 198 xfs_extnum_t nexts, int *done);
|
A D | xfs_inode_buf.c | 357 xfs_extnum_t di_nextents; in xfs_dinode_verify_fork() 358 xfs_extnum_t max_extents; in xfs_dinode_verify_fork() 465 xfs_extnum_t nextents; in xfs_dinode_verify() 466 xfs_extnum_t naextents; in xfs_dinode_verify()
|
A D | xfs_inode_fork.c | 107 xfs_extnum_t nex = xfs_dfork_nextents(dip, whichfork); in xfs_iformat_extents() 283 xfs_extnum_t nextents) in xfs_ifork_init_attr() 303 xfs_extnum_t naextents = xfs_dfork_attr_extents(dip); in xfs_iformat_attr_fork()
|
A D | xfs_types.h | 15 typedef uint64_t xfs_extnum_t; /* # of extents in a file */ typedef
|
A D | xfs_da_btree.h | 33 xfs_extnum_t max_extents; /* Max. extents in corresponding fork */
|
A D | xfs_format.h | 940 #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))
|
A D | xfs_bmap.c | 56 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() 1083 xfs_extnum_t loaded; 1099 xfs_extnum_t num_recs; in xfs_iread_bmbt_block() 1100 xfs_extnum_t j; in xfs_iread_bmbt_block() 5234 xfs_extnum_t nexts) /* number of extents max */ in __xfs_bunmapi() 5239 xfs_extnum_t extno; /* extent number in list */ in __xfs_bunmapi() 5542 xfs_extnum_t nexts, in xfs_bunmapi()
|
A D | xfs_iext_tree.c | 128 inline xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp) in xfs_iext_count()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_bmap_util.h | 74 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count); 76 int whichfork, xfs_extnum_t *nextents,
|
A D | xfs_bmap_util.c | 227 xfs_extnum_t 234 xfs_extnum_t numrecs = 0; in xfs_bmap_count_leaves() 255 xfs_extnum_t *nextents, in xfs_bmap_count_blocks() 1505 xfs_extnum_t junk; in xfs_swap_extent_forks()
|
A D | xfs_itable.c | 67 xfs_extnum_t nextents; in xfs_bulkstat_one_int()
|
A D | xfs_inode_item_recover.c | 223 xfs_extnum_t nextents; in xlog_dinode_verify_extent_counts()
|
A D | xfs_trace.h | 2167 __field(xfs_extnum_t, nex)
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | inode.c | 235 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()
|
Completed in 35 milliseconds