Searched refs:rf (Results 1 – 6 of 6) sorted by relevance
| /fs/xfs/scrub/ |
| A D | rmap_repair.c | 325 struct xrep_rmap_ifork *rf) in xrep_rmap_stash_accumulated() argument 330 return xrep_rmap_stash(rf->rr, rf->accum.rm_startblock, in xrep_rmap_stash_accumulated() 331 rf->accum.rm_blockcount, rf->accum.rm_owner, in xrep_rmap_stash_accumulated() 332 rf->accum.rm_offset, rf->accum.rm_flags); in xrep_rmap_stash_accumulated() 410 struct xrep_rmap_ifork *rf, in xrep_rmap_scan_iroot_btree() argument 421 XFS_BTREE_VISIT_ALL, rf); in xrep_rmap_scan_iroot_btree() 426 xfs_rmap_ino_bmbt_owner(&oinfo, rf->accum.rm_owner, rf->whichfork); in xrep_rmap_scan_iroot_btree() 445 struct xrep_rmap_ifork *rf, in xrep_rmap_scan_bmbt() argument 487 struct xrep_rmap_ifork *rf, in xrep_rmap_scan_iext() argument 507 struct xrep_rmap_ifork *rf, in xrep_rmap_scan_meta_btree() argument [all …]
|
| A D | rtrmap_repair.c | 208 struct xrep_rtrmap_ifork *rf) in xrep_rtrmap_stash_accumulated() argument 210 if (rf->accum.rm_blockcount == 0) in xrep_rtrmap_stash_accumulated() 213 return xrep_rtrmap_stash(rf->rr, rf->accum.rm_startblock, in xrep_rtrmap_stash_accumulated() 214 rf->accum.rm_blockcount, rf->accum.rm_owner, in xrep_rtrmap_stash_accumulated() 215 rf->accum.rm_offset, rf->accum.rm_flags); in xrep_rtrmap_stash_accumulated() 225 struct xrep_rtrmap_ifork *rf = priv; in xrep_rtrmap_visit_bmbt() local 233 rtg_rgno(rf->rr->sc->sr.rtg)) in xrep_rtrmap_visit_bmbt() 268 struct xrep_rtrmap_ifork *rf, in xrep_rtrmap_scan_bmbt() argument 272 struct xrep_rtrmap *rr = rf->rr; in xrep_rtrmap_scan_bmbt() 305 struct xrep_rtrmap_ifork *rf, in xrep_rtrmap_scan_iext() argument [all …]
|
| /fs/bcachefs/ |
| A D | siphash.c | 102 void SipHash_Update(SIPHASH_CTX *ctx, int rc, int rf, in SipHash_Update() argument 138 void SipHash_Final(void *dst, SIPHASH_CTX *ctx, int rc, int rf) in SipHash_Final() argument 142 r = SipHash_End(ctx, rc, rf); in SipHash_Final() 147 u64 SipHash_End(SIPHASH_CTX *ctx, int rc, int rf) in SipHash_End() argument 159 SipHash_Rounds(ctx, rf); in SipHash_End() 166 u64 SipHash(const SIPHASH_KEY *key, int rc, int rf, const void *src, size_t len) in SipHash() argument 171 SipHash_Update(&ctx, rc, rf, src, len); in SipHash() 172 return SipHash_End(&ctx, rc, rf); in SipHash()
|
| /fs/dlm/ |
| A D | rcom.c | 114 rf->rf_lvblen = cpu_to_le32(ls->ls_lvblen); in set_rcom_config() 115 rf->rf_lsflags = cpu_to_le32(ls->ls_exflags); in set_rcom_config() 117 rf->rf_our_slot = cpu_to_le16(ls->ls_slot); in set_rcom_config() 118 rf->rf_num_slots = cpu_to_le16(num_slots); in set_rcom_config() 119 rf->rf_generation = cpu_to_le32(ls->ls_generation); in set_rcom_config() 133 if (le32_to_cpu(rf->rf_lvblen) != ls->ls_lvblen || in check_rcom_config() 137 le32_to_cpu(rf->rf_lvblen), in check_rcom_config() 138 le32_to_cpu(rf->rf_lsflags)); in check_rcom_config() 507 struct rcom_config *rf; in dlm_send_ls_not_ready() local 529 rf = (struct rcom_config *) rc->rc_buf; in dlm_send_ls_not_ready() [all …]
|
| A D | member.c | 31 struct rcom_config *rf = (struct rcom_config *)rc->rc_buf; in dlm_slot_save() local 36 memb->slot = le16_to_cpu(rf->rf_our_slot); in dlm_slot_save() 37 memb->generation = le32_to_cpu(rf->rf_generation); in dlm_slot_save() 101 struct rcom_config *rf = (struct rcom_config *)rc->rc_buf; in dlm_slots_copy_in() local 110 gen = le32_to_cpu(rf->rf_generation); in dlm_slots_copy_in() 117 num_slots = le16_to_cpu(rf->rf_num_slots); in dlm_slots_copy_in()
|
| /fs/ocfs2/ |
| A D | refcounttree.c | 142 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_owner() local 144 return rf->rf_blkno; in ocfs2_refcount_cache_owner() 150 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_get_super() local 152 return rf->rf_sb; in ocfs2_refcount_cache_get_super() 156 __acquires(&rf->rf_lock) in ocfs2_refcount_cache_lock() 158 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_lock() local 160 spin_lock(&rf->rf_lock); in ocfs2_refcount_cache_lock() 164 __releases(&rf->rf_lock) in ocfs2_refcount_cache_unlock() 168 spin_unlock(&rf->rf_lock); in ocfs2_refcount_cache_unlock() 175 mutex_lock(&rf->rf_io_mutex); in ocfs2_refcount_cache_io_lock() [all …]
|
Completed in 46 milliseconds