Searched refs:xfs_extnum_t (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.1/fs/xfs/libxfs/ |
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);
|
D | xfs_bmap.h | 192 xfs_extnum_t nexts); 195 xfs_extnum_t nexts, int *done);
|
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()
|
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()
|
D | xfs_types.h | 15 typedef uint64_t xfs_extnum_t; /* # of extents in a file */ typedef
|
D | xfs_da_btree.h | 33 xfs_extnum_t max_extents; /* Max. extents in corresponding fork */
|
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))
|
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() 1099 xfs_extnum_t loaded; 1115 xfs_extnum_t num_recs; in xfs_iread_bmbt_block() 1116 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()
|
D | xfs_iext_tree.c | 128 inline xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp) in xfs_iext_count()
|
/Linux-v6.1/fs/xfs/ |
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,
|
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() 1503 xfs_extnum_t junk; in xfs_swap_extent_forks()
|
D | xfs_itable.c | 67 xfs_extnum_t nextents; in xfs_bulkstat_one_int()
|
D | xfs_inode_item_recover.c | 223 xfs_extnum_t nextents; in xlog_dinode_verify_extent_counts()
|
D | xfs_trace.h | 2166 __field(xfs_extnum_t, nex)
|
/Linux-v6.1/fs/xfs/scrub/ |
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()
|