Searched refs:xfarray (Results 1 – 20 of 20) sorted by relevance
| /fs/xfs/scrub/ |
| A D | xfarray.h | 20 struct xfarray { struct 41 size_t obj_size, struct xfarray **arrayp); argument 42 void xfarray_destroy(struct xfarray *array); 44 int xfarray_unset(struct xfarray *array, xfarray_idx_t idx); 48 void xfarray_truncate(struct xfarray *array); 49 unsigned long long xfarray_bytes(struct xfarray *array); 57 struct xfarray *array, in xfarray_load_sparse() 76 uint64_t xfarray_length(struct xfarray *array); 88 struct xfarray *array, in xfarray_iter() 113 struct xfarray *array; [all …]
|
| A D | xfarray.c | 44 struct xfarray *array, in xfarray_idx() 76 struct xfarray *array; in xfarray_create() 123 struct xfarray *array) in xfarray_destroy() 132 struct xfarray *array, in xfarray_load() 146 struct xfarray *array, in xfarray_is_unset() 168 struct xfarray *array, in xfarray_unset() 201 struct xfarray *array, in xfarray_store() 224 struct xfarray *array, in xfarray_element_is_null() 236 struct xfarray *array, in xfarray_store_anywhere() 270 struct xfarray *array) in xfarray_length() [all …]
|
| A D | quotacheck.h | 41 struct xfarray *ucounts; 42 struct xfarray *gcounts; 43 struct xfarray *pcounts; 58 static inline struct xfarray *
|
| A D | quotacheck_repair.c | 50 struct xfarray *counts = xqcheck_counters_for(xqc, dqtype); in xqcheck_commit_dquot() 148 struct xfarray *counts = xqcheck_counters_for(xqc, dqtype); in xqcheck_commit_dqtype()
|
| A D | quotacheck.c | 130 struct xfarray *counts, in xqcheck_update_incore_counts() 322 struct xfarray *counts; in xqcheck_apply_live_dqtrx() 558 struct xfarray *counts = xqcheck_counters_for(xqc, dqtype); in xqcheck_compare_dquot() 617 struct xfarray *counts = xqcheck_counters_for(xqc, dqtype); in xqcheck_walk_observations()
|
| A D | nlinks.h | 14 struct xfarray *nlinks;
|
| A D | dirtree.h | 132 struct xfarray *path_steps;
|
| A D | parent_repair.c | 110 struct xfarray *pptr_recs; 116 struct xfarray *xattr_records;
|
| A D | refcount_repair.c | 104 struct xfarray *refcount_records;
|
| A D | rtrefcount_repair.c | 109 struct xfarray *refcount_records;
|
| A D | attr_repair.c | 92 struct xfarray *xattr_records; 110 struct xfarray *pptr_recs;
|
| A D | alloc_repair.c | 107 struct xfarray *free_records;
|
| A D | ialloc_repair.c | 110 struct xfarray *inode_records;
|
| A D | parent.c | 253 struct xfarray *pptr_entries;
|
| A D | agheader_repair.c | 828 struct xfarray *iunlink_next; 831 struct xfarray *iunlink_prev;
|
| A D | bmap_repair.c | 70 struct xfarray *bmap_records;
|
| A D | dir.c | 70 struct xfarray *dir_entries;
|
| A D | dir_repair.c | 122 struct xfarray *dir_entries;
|
| A D | trace.h | 23 struct xfarray; 1050 TP_PROTO(struct xfarray *xfa, unsigned long long required_capacity),
|
| /fs/xfs/ |
| A D | Makefile | 193 xfarray.o \
|
Completed in 38 milliseconds