Searched refs:xfs_extnum_t (Results 1 – 10 of 10) 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_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_exchmaps.c | 871 xfs_extnum_t max_nextents; in xmi_ensure_delta_nextents()
|
| /linux/fs/xfs/ |
| H A D | xfs_bmap_util.h | 81 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count); 83 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() 1408 xfs_extnum_t junk; in xfs_swap_extent_forks()
|
| H A D | xfs_trace.h | 2582 __field(xfs_extnum_t, nex) 5289 __field(xfs_extnum_t, nex) 5619 __field(xfs_extnum_t, nexts1) 5620 __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() 1671 xfs_extnum_t nextents; in xrep_inode_blockcounts()
|
| H A D | repair.h | 82 xfs_extnum_t nextents);
|
| H A D | trace.h | 2564 xfs_extnum_t data_extents, xfs_extnum_t rt_extents, 2574 __field(xfs_extnum_t, data_extents) 2575 __field(xfs_extnum_t, rt_extents)
|