Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A 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 …]
H A 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 …]
H A Ddirtree.h45 xfarray_idx_t first_step;
48 xfarray_idx_t second_step;
H A Dalloc_repair.c115 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 Dbmap_repair.c81 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 Drefcount_repair.c115 xfarray_idx_t array_cur;
326 xfarray_idx_t cur; in xrep_refc_sort_records()
H A Dquotacheck_repair.c137 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xqcheck_commit_dqtype()
H A Drtrefcount_repair.c120 xfarray_idx_t array_cur;
314 xfarray_idx_t cur; in xrep_rtrefc_sort_records()
H A Dagheader_repair.c1530 xfarray_idx_t idx, in xrep_iunlink_relink_next()
1536 xfarray_idx_t agino = idx - 1; in xrep_iunlink_relink_next()
1588 xfarray_idx_t idx, in xrep_iunlink_relink_prev()
1594 xfarray_idx_t agino = idx - 1; in xrep_iunlink_relink_prev()
1650 xfarray_idx_t idx = XFARRAY_CURSOR_INIT; in xrep_iunlink_commit()
H A Dialloc_repair.c124 xfarray_idx_t array_cur;
604 xfarray_idx_t cur; in xrep_ibt_check_overlap()
H A Ddirtree.c596 xfarray_idx_t step_idx, in xchk_dirpath_step_is_stale()
664 xfarray_idx_t idx = path->first_step; in xchk_dirpath_is_stale()
H A Dparent_repair.c332 xfarray_idx_t array_cur; in xrep_parent_replay_updates()
1045 xfarray_idx_t array_cur; in xrep_parent_flush_xattrs()
H A 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()
H A Dquotacheck.c617 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xqcheck_walk_observations()
H A Dparent.c642 xfarray_idx_t array_cur; in xchk_parent_finish_slow_pptrs()
H A Dnlinks.c897 xfarray_idx_t cur = XFARRAY_CURSOR_INIT; in xchk_nlinks_compare()
H A Ddir.c1034 xfarray_idx_t array_cur; in xchk_dir_finish_slow_dirents()
H A Ddir_repair.c847 xfarray_idx_t array_cur; in xrep_dir_replay_updates()
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst2007 xfarray_idx_t i;
2025 xfarray_idx_t i = XFARRAY_CURSOR_INIT;