Searched refs:logged_op_fns (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/bcachefs/
H A Dlogged_ops.c16 static const struct bch_logged_op_fn logged_op_fns[] = { variable in typeref:struct:bch_logged_op_fn
27 for (unsigned i = 0; i < ARRAY_SIZE(logged_op_fns); i++)
28 if (logged_op_fns[i].type == type)
29 return logged_op_fns + i;

Completed in 200 milliseconds