Searched refs:xfarray_idx_t (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | xfarray.h | 10 typedef uint64_t xfarray_idx_t; typedef 11 #define XFARRAY_NULLIDX ((__force xfarray_idx_t)-1ULL) 12 #define XFARRAY_CURSOR_INIT ((__force xfarray_idx_t)0) 25 xfarray_idx_t nr; 28 xfarray_idx_t max_nr; 43 int xfarray_load(struct xfarray *array, xfarray_idx_t idx, void *ptr); 44 int xfarray_unset(struct xfarray *array, xfarray_idx_t idx); 45 int xfarray_store(struct xfarray *array, xfarray_idx_t idx, const void *ptr); 77 int xfarray_load_next(struct xfarray *array, xfarray_idx_t *idx, void *rec); 89 xfarray_idx_t *idx, in xfarray_iter() [all …]
|
D | xfarray.c | 42 static xfarray_idx_t 48 return (xfarray_idx_t)pos >> array->obj_size_log; in xfarray_idx() 50 return div_u64((xfarray_idx_t)pos, array->obj_size); in xfarray_idx() 54 static inline loff_t xfarray_pos(struct xfarray *array, xfarray_idx_t idx) in xfarray_pos() 133 xfarray_idx_t idx, in xfarray_load() 169 xfarray_idx_t idx) in xfarray_unset() 202 xfarray_idx_t idx, in xfarray_store() 288 xfarray_idx_t *cur, in xfarray_find_data() 341 xfarray_idx_t *idx, in xfarray_load_next() 344 xfarray_idx_t cur = *idx; in xfarray_load_next() [all …]
|
D | dirtree.h | 45 xfarray_idx_t first_step; 48 xfarray_idx_t second_step;
|
D | bmap_repair.c | 79 xfarray_idx_t array_cur; 317 xfarray_idx_t array_cur; in xrep_bmap_sort_records() 526 xfarray_idx_t array_cur; in xrep_bmap_extents_load()
|
D | alloc_repair.c | 115 xfarray_idx_t array_cur; 303 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xrep_bnobt_sort_records() 440 xfarray_idx_t record_nr; in xrep_abt_reserve_space()
|
D | refcount_repair.c | 115 xfarray_idx_t array_cur; 332 xfarray_idx_t cur; in xrep_refc_sort_records()
|
D | quotacheck_repair.c | 150 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xqcheck_commit_dqtype()
|
D | agheader_repair.c | 1530 xfarray_idx_t idx, in xrep_iunlink_relink_next() 1536 xfarray_idx_t agino = idx - 1; in xrep_iunlink_relink_next() 1590 xfarray_idx_t idx, in xrep_iunlink_relink_prev() 1596 xfarray_idx_t agino = idx - 1; in xrep_iunlink_relink_prev() 1654 xfarray_idx_t idx = XFARRAY_CURSOR_INIT; in xrep_iunlink_commit()
|
D | ialloc_repair.c | 124 xfarray_idx_t array_cur; 608 xfarray_idx_t cur; in xrep_ibt_check_overlap()
|
D | dirtree.c | 586 xfarray_idx_t step_idx, in xchk_dirpath_step_is_stale() 654 xfarray_idx_t idx = path->first_step; in xchk_dirpath_is_stale()
|
D | parent_repair.c | 332 xfarray_idx_t array_cur; in xrep_parent_replay_updates() 1049 xfarray_idx_t array_cur; in xrep_parent_flush_xattrs()
|
D | attr_repair.c | 692 xfarray_idx_t array_cur; in xrep_xattr_flush_stashed() 1150 xfarray_idx_t array_cur; in xrep_xattr_replay_pptr_updates()
|
D | quotacheck.c | 617 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xqcheck_walk_observations()
|
D | parent.c | 628 xfarray_idx_t array_cur; in xchk_parent_finish_slow_pptrs()
|
D | nlinks.c | 871 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xchk_nlinks_compare()
|
D | dir.c | 1026 xfarray_idx_t array_cur; in xchk_dir_finish_slow_dirents()
|
D | dir_repair.c | 837 xfarray_idx_t array_cur; in xrep_dir_replay_updates()
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 2052 xfarray_idx_t i; 2070 xfarray_idx_t i = XFARRAY_CURSOR_INIT;
|