Home
last modified time | relevance | path

Searched refs:xfarray_idx_t (Results 1 – 18 of 18) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dxfarray.h10 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 …]
Dxfarray.c42 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 …]
Ddirtree.h45 xfarray_idx_t first_step;
48 xfarray_idx_t second_step;
Dbmap_repair.c79 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()
Dalloc_repair.c115 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()
Drefcount_repair.c115 xfarray_idx_t array_cur;
332 xfarray_idx_t cur; in xrep_refc_sort_records()
Dquotacheck_repair.c150 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xqcheck_commit_dqtype()
Dagheader_repair.c1530 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()
Dialloc_repair.c124 xfarray_idx_t array_cur;
608 xfarray_idx_t cur; in xrep_ibt_check_overlap()
Ddirtree.c586 xfarray_idx_t step_idx, in xchk_dirpath_step_is_stale()
654 xfarray_idx_t idx = path->first_step; in xchk_dirpath_is_stale()
Dparent_repair.c332 xfarray_idx_t array_cur; in xrep_parent_replay_updates()
1049 xfarray_idx_t array_cur; in xrep_parent_flush_xattrs()
Dattr_repair.c692 xfarray_idx_t array_cur; in xrep_xattr_flush_stashed()
1150 xfarray_idx_t array_cur; in xrep_xattr_replay_pptr_updates()
Dquotacheck.c617 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xqcheck_walk_observations()
Dparent.c628 xfarray_idx_t array_cur; in xchk_parent_finish_slow_pptrs()
Dnlinks.c871 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xchk_nlinks_compare()
Ddir.c1026 xfarray_idx_t array_cur; in xchk_dir_finish_slow_dirents()
Ddir_repair.c837 xfarray_idx_t array_cur; in xrep_dir_replay_updates()
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst2052 xfarray_idx_t i;
2070 xfarray_idx_t i = XFARRAY_CURSOR_INIT;