xfarray
struct xfarray *iunlink_next;
struct xfarray *iunlink_prev;
struct xfarray *free_records;
struct xfarray *pptr_recs;
struct xfarray *xattr_records;
struct xfarray *bmap_records;
struct xfarray *dir_entries;
struct xfarray *dir_entries;
struct xfarray *path_steps;
struct xfarray *inode_records;
struct xfarray *nlinks;
struct xfarray *pptr_entries;
struct xfarray *pptr_recs;
struct xfarray *xattr_records;
struct xfarray *counts,
struct xfarray *counts;
struct xfarray *counts = xqcheck_counters_for(xqc, dqtype);
struct xfarray *counts = xqcheck_counters_for(xqc, dqtype);
struct xfarray *ucounts;
struct xfarray *gcounts;
struct xfarray *pcounts;
static inline struct xfarray *
struct xfarray *counts = xqcheck_counters_for(xqc, dqtype);
struct xfarray *counts = xqcheck_counters_for(xqc, dqtype);
struct xfarray *refcount_records;
struct xfarray *refcount_records;
TP_PROTO(struct xfarray *xfa, unsigned long long required_capacity),
struct xfarray;
struct xfarray *array)
struct xfarray *array)
struct xfarray *array)
struct xfarray *array,
struct xfarray *array,
struct xfarray *array,
struct xfarray *array,
struct xfarray *array,
struct xfarray *array,
struct xfarray *array)
struct xfarray *array,
struct xfarray *array,
static inline void *xfarray_scratch(struct xfarray *array)
struct xfarray *array)
struct xfarray *array,
struct xfarray *array,
static inline loff_t xfarray_pos(struct xfarray *array, xfarray_idx_t idx)
struct xfarray **arrayp)
struct xfarray *array;
array = kzalloc(sizeof(struct xfarray) + obj_size, XCHK_GFP_FLAGS);
struct xfarray *array,
struct xfarray *array;
int xfarray_sort(struct xfarray *array, xfarray_cmp_fn cmp_fn,
size_t obj_size, struct xfarray **arrayp);
void xfarray_destroy(struct xfarray *array);
int xfarray_load(struct xfarray *array, xfarray_idx_t idx, void *ptr);
int xfarray_unset(struct xfarray *array, xfarray_idx_t idx);
int xfarray_store(struct xfarray *array, xfarray_idx_t idx, const void *ptr);
int xfarray_store_anywhere(struct xfarray *array, const void *ptr);
bool xfarray_element_is_null(struct xfarray *array, const void *ptr);
void xfarray_truncate(struct xfarray *array);
unsigned long long xfarray_bytes(struct xfarray *array);
struct xfarray *array,
static inline int xfarray_append(struct xfarray *array, const void *ptr)
uint64_t xfarray_length(struct xfarray *array);
int xfarray_load_next(struct xfarray *array, xfarray_idx_t *idx, void *rec);
struct xfarray *array,