Searched refs:xfs_rmap_irec (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_rmap.h | 51 const struct xfs_rmap_irec *irec) in xfs_rmap_irec_offset_pack() 68 struct xfs_rmap_irec *irec) in xfs_rmap_irec_offset_unpack() 127 struct xfs_rmap_irec *irec, int *stat); 134 int xfs_rmap_get_rec(struct xfs_btree_cur *cur, struct xfs_rmap_irec *irec, 139 const struct xfs_rmap_irec *rec, 143 const struct xfs_rmap_irec *low_rec, 144 const struct xfs_rmap_irec *high_rec, 192 struct xfs_rmap_irec *irec, int *stat); 193 int xfs_rmap_compare(const struct xfs_rmap_irec *a, 194 const struct xfs_rmap_irec *b); [all …]
|
H A D | xfs_rmap.c | 40 struct xfs_rmap_irec *irec, in xfs_rmap_lookup_le() 95 struct xfs_rmap_irec *irec) in xfs_rmap_update() 199 struct xfs_rmap_irec *irec) in xfs_rmap_btrec_to_irec() 212 const struct xfs_rmap_irec *irec) in xfs_rmap_check_irec() 269 const struct xfs_rmap_irec *irec) in xfs_rmap_complain_bad_rec() 289 struct xfs_rmap_irec *irec, in xfs_rmap_get_rec() 310 struct xfs_rmap_irec high; 311 struct xfs_rmap_irec *irec; 318 const struct xfs_rmap_irec *rec, in xfs_rmap_find_left_neighbor_helper() 351 struct xfs_rmap_irec *irec, in xfs_rmap_find_left_neighbor() [all …]
|
H A D | xfs_types.h | 192 struct xfs_rmap_irec { struct
|
H A D | xfs_btree.h | 214 struct xfs_rmap_irec r;
|
H A D | xfs_rmap_btree.c | 247 struct xfs_rmap_irec *rec = &cur->bc_rec.r; in xfs_rmapbt_key_diff()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | rmap.c | 49 struct xfs_rmap_irec overlap_rec; 55 struct xfs_rmap_irec prev_rec; 72 struct xfs_rmap_irec *irec) in xchk_rmapbt_xref_refc() 103 struct xfs_rmap_irec *irec) in xchk_rmapbt_xref() 178 const struct xfs_rmap_irec *irec) in xchk_rmapbt_is_shareable() 195 const struct xfs_rmap_irec *irec) in xchk_rmapbt_check_overlapping() 222 memcpy(&cr->overlap_rec, irec, sizeof(struct xfs_rmap_irec)); in xchk_rmapbt_check_overlapping() 229 const struct xfs_rmap_irec *r2) in xchk_rmap_mergeable() 231 const struct xfs_rmap_irec *r1 = &cr->prev_rec; in xchk_rmap_mergeable() 259 const struct xfs_rmap_irec *irec) in xchk_rmapbt_check_mergeable() [all …]
|
H A D | refcount.c | 73 struct xfs_rmap_irec rm; 99 const struct xfs_rmap_irec *rec, in xchk_refcountbt_rmap_check() 284 struct xfs_rmap_irec low; in xchk_refcountbt_xref_rmap() 285 struct xfs_rmap_irec high; in xchk_refcountbt_xref_rmap() 350 const struct xfs_rmap_irec *rec, in xchk_refcountbt_rmap_check_gap() 372 struct xfs_rmap_irec low; in xchk_refcountbt_xref_gaps() 373 struct xfs_rmap_irec high; in xchk_refcountbt_xref_gaps()
|
H A D | bmap.c | 123 struct xfs_rmap_irec *rmap) in xchk_bmap_get_rmap() 172 struct xfs_rmap_irec rmap; in xchk_bmap_xref_rmap() 239 struct xfs_rmap_irec rmap; in xchk_bmap_xref_rmap_cow() 536 const struct xfs_rmap_irec *rec, in xchk_bmap_check_rmap() 540 struct xfs_rmap_irec check_rec; in xchk_bmap_check_rmap()
|
H A D | repair.c | 609 const struct xfs_rmap_irec *rec, in xrep_findroot_rmap()
|
H A D | common.c | 331 const struct xfs_rmap_irec *rec, in xchk_count_rmap_ownedby_irec()
|
H A D | agheader_repair.c | 474 const struct xfs_rmap_irec *rec, in xrep_agfl_walk_rmap()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_notify_failure.c | 36 const struct xfs_rmap_irec *rec, in xfs_failure_pgoff() 50 const struct xfs_rmap_irec *rec, in xfs_failure_pgcnt() 70 const struct xfs_rmap_irec *rec, in xfs_dax_failure_fn() 126 struct xfs_rmap_irec ri_low = { }; in xfs_dax_notify_ddev_failure() 127 struct xfs_rmap_irec ri_high; in xfs_dax_notify_ddev_failure()
|
H A D | xfs_fsmap.c | 63 struct xfs_rmap_irec *dest, in xfs_fsmap_owner_to_rmap() 115 const struct xfs_rmap_irec *src) in xfs_fsmap_owner_from_rmap() 174 struct xfs_rmap_irec low; 175 struct xfs_rmap_irec high; /* high rmap key */ 204 const struct xfs_rmap_irec *rec, in xfs_getfsmap_is_shared() 252 const struct xfs_rmap_irec *rec, in xfs_getfsmap_rec_before_start() 271 const struct xfs_rmap_irec *rec, in xfs_getfsmap_helper() 377 const struct xfs_rmap_irec *rec, in xfs_getfsmap_datadev_helper() 400 struct xfs_rmap_irec irec; in xfs_getfsmap_datadev_bnobt_helper() 418 struct xfs_rmap_irec *irec, in xfs_getfsmap_set_irec_flags() [all …]
|
H A D | xfs_trace.h | 72 struct xfs_rmap_irec; 3575 const struct xfs_rmap_irec *rmap), 3610 const struct xfs_rmap_irec *rmap), \
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 1017 struct xfs_rmap_irec {
|