Searched refs:xfs_extnum_t (Results 1 – 21 of 21) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 22 xfs_extnum_t if_nextents; /* # of extents in this fork */ 88 static inline xfs_extnum_t xfs_ifork_nextents(struct xfs_ifork *ifp) in xfs_ifork_nextents() 102 static inline xfs_extnum_t xfs_iext_max_nextents(bool has_large_extent_counts, in xfs_iext_max_nextents() 123 static inline xfs_extnum_t 133 static inline xfs_extnum_t 143 static inline xfs_extnum_t 163 xfs_extnum_t nextents); 184 xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp);
|
H A D | xfs_inode_fork.c | 116 xfs_extnum_t nex = xfs_dfork_nextents(dip, whichfork); in xfs_iformat_extents() 310 xfs_extnum_t nextents) in xfs_ifork_init_attr() 339 xfs_extnum_t naextents = xfs_dfork_attr_extents(dip); in xfs_iformat_attr_fork()
|
H A D | xfs_types.h | 18 typedef uint64_t xfs_extnum_t; /* # of extents in a file */ typedef
|
H A D | xfs_da_btree.h | 33 xfs_extnum_t max_extents; /* Max. extents in corresponding fork */
|
H A D | xfs_format.h | 1062 #define XFS_MAX_EXTCNT_DATA_FORK_LARGE ((xfs_extnum_t)((1ULL << 48) - 1)) 1063 #define XFS_MAX_EXTCNT_ATTR_FORK_LARGE ((xfs_extnum_t)((1ULL << 32) - 1)) 1064 #define XFS_MAX_EXTCNT_DATA_FORK_SMALL ((xfs_extnum_t)((1ULL << 31) - 1)) 1065 #define XFS_MAX_EXTCNT_ATTR_FORK_SMALL ((xfs_extnum_t)((1ULL << 15) - 1))
|
H A D | xfs_bmap.h | 208 xfs_extnum_t nexts, int *done);
|
H A D | xfs_bmap.c | 61 xfs_extnum_t maxleafents; /* max leaf entries possible */ in xfs_bmap_compute_maxlevels() 352 xfs_extnum_t i=0, j; /* index into the extents list */ in xfs_bmap_check_leaf_extents() 431 xfs_extnum_t num_recs; in xfs_bmap_check_leaf_extents() 649 xfs_extnum_t cnt = 0; in xfs_bmap_extents_to_btree() 1099 xfs_extnum_t loaded; 1143 xfs_extnum_t num_recs; in xfs_iread_bmbt_block() 1144 xfs_extnum_t j; in xfs_iread_bmbt_block() 5186 xfs_extnum_t nexts) /* number of extents max */ in __xfs_bunmapi() 5191 xfs_extnum_t extno; /* extent number in list */ in __xfs_bunmapi() 5484 xfs_extnum_t nexts, in xfs_bunmapi()
|
H A D | xfs_iext_tree.c | 128 inline xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp) in xfs_iext_count()
|
H A D | xfs_exchmaps.c | 871 xfs_extnum_t max_nextents; in xmi_ensure_delta_nextents()
|
/linux/fs/xfs/ |
H A D | xfs_bmap_util.h | 76 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count); 78 int whichfork, xfs_extnum_t *nextents,
|
H A D | xfs_bmap_util.c | 73 xfs_extnum_t 80 xfs_extnum_t numrecs = 0; in xfs_bmap_count_leaves() 101 xfs_extnum_t *nextents, in xfs_bmap_count_blocks() 1378 xfs_extnum_t junk; in xfs_swap_extent_forks()
|
H A D | xfs_inode_item_recover.c | 226 xfs_extnum_t nextents; in xlog_dinode_verify_extent_counts()
|
H A D | xfs_trace.h | 2549 __field(xfs_extnum_t, nex) 5266 __field(xfs_extnum_t, nex) 5596 __field(xfs_extnum_t, nexts1) 5597 __field(xfs_extnum_t, nexts2)
|
/linux/fs/xfs/scrub/ |
H A D | inode_repair.c | 119 xfs_extnum_t data_extents; 126 xfs_extnum_t rt_extents; 872 xfs_extnum_t nex; in xrep_dinode_bad_extents_fork() 905 xfs_extnum_t nex; in xrep_dinode_bad_bmbt_fork() 1130 xfs_extnum_t nextents) in xrep_dinode_set_data_nextents() 1141 xfs_extnum_t nextents) in xrep_dinode_set_attr_nextents() 1295 xfs_extnum_t attr_extents, data_extents; in xrep_dinode_ensure_forkoff() 1499 xfs_extnum_t data_extents; in xrep_dinode_zap_forks() 1500 xfs_extnum_t attr_extents; in xrep_dinode_zap_forks() 1667 xfs_extnum_t nextents; in xrep_inode_blockcounts()
|
H A D | inode.c | 421 xfs_extnum_t nextents; in xchk_dinode() 422 xfs_extnum_t naextents; in xchk_dinode() 700 xfs_extnum_t nextents; in xchk_inode_xref_bmap()
|
H A D | repair.h | 90 xfs_extnum_t nextents);
|
H A D | common.h | 291 xfs_extnum_t *nextents, xfs_filblks_t *count);
|
H A D | repair.c | 847 xfs_extnum_t nextents) in xrep_ino_ensure_extent_count() 849 xfs_extnum_t max_extents; in xrep_ino_ensure_extent_count()
|
H A D | common.c | 1683 xfs_extnum_t *nextents, in xchk_meta_btree_count_blocks() 1720 xfs_extnum_t *nextents, in xchk_inode_count_blocks()
|
H A D | bmap_repair.c | 927 xfs_extnum_t max_bmbt_recs; in xrep_bmap()
|
H A D | trace.h | 2527 xfs_extnum_t data_extents, xfs_extnum_t rt_extents, 2537 __field(xfs_extnum_t, data_extents) 2538 __field(xfs_extnum_t, rt_extents)
|