Searched refs:old_ops (Results 1 – 2 of 2) sorted by relevance
1284 const struct xfs_buf_ops *old_ops = bp->b_ops; in xrep_buf_verify_struct() local1288 if (old_ops) { in xrep_buf_verify_struct()1289 if (old_ops != ops) in xrep_buf_verify_struct()1296 bp->b_ops = old_ops; in xrep_buf_verify_struct()
474 const struct bkey_ops *old_ops = bch2_bkey_type_ops(old.k->type); in run_one_mem_trigger() local477 if (old_ops->trigger == new_ops->trigger) in run_one_mem_trigger()503 const struct bkey_ops *old_ops = bch2_bkey_type_ops(old.k->type); in run_one_trans_trigger() local509 old_ops->trigger == new_ops->trigger) { in run_one_trans_trigger()
Completed in 7 milliseconds