Symbol: xfs_extnum_t
fs/xfs/libxfs/xfs_bmap.c
1091
xfs_extnum_t loaded;
fs/xfs/libxfs/xfs_bmap.c
1135
xfs_extnum_t num_recs;
fs/xfs/libxfs/xfs_bmap.c
1136
xfs_extnum_t j;
fs/xfs/libxfs/xfs_bmap.c
352
xfs_extnum_t i=0, j; /* index into the extents list */
fs/xfs/libxfs/xfs_bmap.c
431
xfs_extnum_t num_recs;
fs/xfs/libxfs/xfs_bmap.c
5177
xfs_extnum_t nexts) /* number of extents max */
fs/xfs/libxfs/xfs_bmap.c
5182
xfs_extnum_t extno; /* extent number in list */
fs/xfs/libxfs/xfs_bmap.c
5475
xfs_extnum_t nexts,
fs/xfs/libxfs/xfs_bmap.c
61
xfs_extnum_t maxleafents; /* max leaf entries possible */
fs/xfs/libxfs/xfs_bmap.c
649
xfs_extnum_t cnt = 0;
fs/xfs/libxfs/xfs_bmap.h
208
xfs_extnum_t nexts, int *done);
fs/xfs/libxfs/xfs_da_btree.h
33
xfs_extnum_t max_extents; /* Max. extents in corresponding fork */
fs/xfs/libxfs/xfs_exchmaps.c
871
xfs_extnum_t max_nextents;
fs/xfs/libxfs/xfs_format.h
1062
#define XFS_MAX_EXTCNT_DATA_FORK_LARGE ((xfs_extnum_t)((1ULL << 48) - 1))
fs/xfs/libxfs/xfs_format.h
1063
#define XFS_MAX_EXTCNT_ATTR_FORK_LARGE ((xfs_extnum_t)((1ULL << 32) - 1))
fs/xfs/libxfs/xfs_format.h
1064
#define XFS_MAX_EXTCNT_DATA_FORK_SMALL ((xfs_extnum_t)((1ULL << 31) - 1))
fs/xfs/libxfs/xfs_format.h
1065
#define XFS_MAX_EXTCNT_ATTR_FORK_SMALL ((xfs_extnum_t)((1ULL << 15) - 1))
fs/xfs/libxfs/xfs_iext_tree.c
128
inline xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp)
fs/xfs/libxfs/xfs_inode_buf.c
381
xfs_extnum_t di_nextents;
fs/xfs/libxfs/xfs_inode_buf.c
382
xfs_extnum_t max_extents;
fs/xfs/libxfs/xfs_inode_buf.c
603
xfs_extnum_t nextents;
fs/xfs/libxfs/xfs_inode_buf.c
604
xfs_extnum_t naextents;
fs/xfs/libxfs/xfs_inode_fork.c
116
xfs_extnum_t nex = xfs_dfork_nextents(dip, whichfork);
fs/xfs/libxfs/xfs_inode_fork.c
310
xfs_extnum_t nextents)
fs/xfs/libxfs/xfs_inode_fork.c
339
xfs_extnum_t naextents = xfs_dfork_attr_extents(dip);
fs/xfs/libxfs/xfs_inode_fork.h
102
static inline xfs_extnum_t xfs_iext_max_nextents(bool has_large_extent_counts,
fs/xfs/libxfs/xfs_inode_fork.h
123
static inline xfs_extnum_t
fs/xfs/libxfs/xfs_inode_fork.h
133
static inline xfs_extnum_t
fs/xfs/libxfs/xfs_inode_fork.h
143
static inline xfs_extnum_t
fs/xfs/libxfs/xfs_inode_fork.h
163
xfs_extnum_t nextents);
fs/xfs/libxfs/xfs_inode_fork.h
184
xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp);
fs/xfs/libxfs/xfs_inode_fork.h
22
xfs_extnum_t if_nextents; /* # of extents in this fork */
fs/xfs/libxfs/xfs_inode_fork.h
88
static inline xfs_extnum_t xfs_ifork_nextents(struct xfs_ifork *ifp)
fs/xfs/scrub/bmap_repair.c
926
xfs_extnum_t max_bmbt_recs;
fs/xfs/scrub/common.c
1690
xfs_extnum_t *nextents,
fs/xfs/scrub/common.c
1727
xfs_extnum_t *nextents,
fs/xfs/scrub/common.h
266
xfs_extnum_t *nextents, xfs_filblks_t *count);
fs/xfs/scrub/inode.c
421
xfs_extnum_t nextents;
fs/xfs/scrub/inode.c
422
xfs_extnum_t naextents;
fs/xfs/scrub/inode.c
700
xfs_extnum_t nextents;
fs/xfs/scrub/inode_repair.c
1130
xfs_extnum_t nextents)
fs/xfs/scrub/inode_repair.c
1141
xfs_extnum_t nextents)
fs/xfs/scrub/inode_repair.c
119
xfs_extnum_t data_extents;
fs/xfs/scrub/inode_repair.c
126
xfs_extnum_t rt_extents;
fs/xfs/scrub/inode_repair.c
1295
xfs_extnum_t attr_extents, data_extents;
fs/xfs/scrub/inode_repair.c
1499
xfs_extnum_t data_extents;
fs/xfs/scrub/inode_repair.c
1500
xfs_extnum_t attr_extents;
fs/xfs/scrub/inode_repair.c
1667
xfs_extnum_t nextents;
fs/xfs/scrub/inode_repair.c
872
xfs_extnum_t nex;
fs/xfs/scrub/inode_repair.c
905
xfs_extnum_t nex;
fs/xfs/scrub/repair.c
847
xfs_extnum_t nextents)
fs/xfs/scrub/repair.c
849
xfs_extnum_t max_extents;
fs/xfs/scrub/repair.h
82
xfs_extnum_t nextents);
fs/xfs/scrub/trace.h
2564
xfs_extnum_t data_extents, xfs_extnum_t rt_extents,
fs/xfs/scrub/trace.h
2574
__field(xfs_extnum_t, data_extents)
fs/xfs/scrub/trace.h
2575
__field(xfs_extnum_t, rt_extents)
fs/xfs/xfs_bmap_util.c
101
xfs_extnum_t *nextents,
fs/xfs/xfs_bmap_util.c
1378
xfs_extnum_t junk;
fs/xfs/xfs_bmap_util.c
73
xfs_extnum_t
fs/xfs/xfs_bmap_util.c
80
xfs_extnum_t numrecs = 0;
fs/xfs/xfs_bmap_util.h
76
xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count);
fs/xfs/xfs_bmap_util.h
78
int whichfork, xfs_extnum_t *nextents,
fs/xfs/xfs_inode_item_recover.c
226
xfs_extnum_t nextents;
fs/xfs/xfs_itable.c
75
xfs_extnum_t nextents;
fs/xfs/xfs_trace.h
2580
__field(xfs_extnum_t, nex)
fs/xfs/xfs_trace.h
5290
__field(xfs_extnum_t, nex)
fs/xfs/xfs_trace.h
5620
__field(xfs_extnum_t, nexts1)
fs/xfs/xfs_trace.h
5621
__field(xfs_extnum_t, nexts2)