Searched refs:xfarray_idx_t (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/fs/xfs/scrub/ |
| H A 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); 89 xfarray_idx_t *idx, in xfarray_iter() 137 xfarray_idx_t first_folio_idx; [all …]
|
| H A D | xfarray.c | 42 static xfarray_idx_t 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() 544 xfarray_idx_t lo, in xfarray_isort() 545 xfarray_idx_t hi) in xfarray_isort() 574 xfarray_idx_t lo, in xfarray_foliosort() 575 xfarray_idx_t hi) in xfarray_foliosort() [all …]
|
| H A D | dirtree.h | 45 xfarray_idx_t first_step; 48 xfarray_idx_t second_step;
|
| H A D | alloc_repair.c | 115 xfarray_idx_t array_cur; 302 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xrep_bnobt_sort_records() 439 xfarray_idx_t record_nr; in xrep_abt_reserve_space()
|
| H A D | bmap_repair.c | 81 xfarray_idx_t array_cur; 324 xfarray_idx_t array_cur; in xrep_bmap_sort_records() 656 xfarray_idx_t array_cur; in xrep_bmap_extents_load()
|
| H A D | refcount_repair.c | 115 xfarray_idx_t array_cur; 332 xfarray_idx_t cur; in xrep_refc_sort_records()
|
| H A D | quotacheck_repair.c | 150 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xqcheck_commit_dqtype()
|
| H A D | rtrefcount_repair.c | 120 xfarray_idx_t array_cur; 320 xfarray_idx_t cur; in xrep_rtrefc_sort_records()
|
| H A D | agheader_repair.c | 1526 xfarray_idx_t idx, in xrep_iunlink_relink_next() 1532 xfarray_idx_t agino = idx - 1; in xrep_iunlink_relink_next() 1584 xfarray_idx_t idx, in xrep_iunlink_relink_prev() 1590 xfarray_idx_t agino = idx - 1; in xrep_iunlink_relink_prev() 1646 xfarray_idx_t idx = XFARRAY_CURSOR_INIT; in xrep_iunlink_commit()
|
| H A D | ialloc_repair.c | 124 xfarray_idx_t array_cur; 604 xfarray_idx_t cur; in xrep_ibt_check_overlap()
|
| H A D | dirtree.c | 597 xfarray_idx_t step_idx, in xchk_dirpath_step_is_stale() 665 xfarray_idx_t idx = path->first_step; in xchk_dirpath_is_stale()
|
| H A 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()
|
| H A 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()
|
| H A D | parent.c | 642 xfarray_idx_t array_cur; in xchk_parent_finish_slow_pptrs()
|
| H A D | quotacheck.c | 620 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xqcheck_walk_observations()
|
| H A D | nlinks.c | 871 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xchk_nlinks_compare()
|
| H A D | dir.c | 1034 xfarray_idx_t array_cur; in xchk_dir_finish_slow_dirents()
|
| H A D | dir_repair.c | 843 xfarray_idx_t array_cur; in xrep_dir_replay_updates()
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 2052 xfarray_idx_t i; 2070 xfarray_idx_t i = XFARRAY_CURSOR_INIT;
|