Searched refs:action_fn (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/net/ceph/ |
A D | striper.c | 114 ceph_object_extent_fn_t action_fn, in ceph_file_to_extents() argument 136 if (action_fn) in ceph_file_to_extents() 137 action_fn(ex, xlen, action_arg); in ceph_file_to_extents() 145 if (action_fn) in ceph_file_to_extents() 146 action_fn(last_ex, xlen, action_arg); in ceph_file_to_extents() 176 ceph_object_extent_fn_t action_fn, in ceph_iterate_extents() argument 194 action_fn(ex, xlen, action_arg); in ceph_iterate_extents()
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | striper.h | 40 ceph_object_extent_fn_t action_fn, 44 ceph_object_extent_fn_t action_fn,
|
/linux-6.3-rc2/drivers/char/ipmi/ |
A D | ipmi_watchdog.c | 202 typedef int (*action_fn)(const char *intval, char *outval); typedef 211 action_fn fn = (action_fn) kp->arg; in set_param_str() 234 action_fn fn = (action_fn) kp->arg; in get_param_str()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-mpath.c | 114 typedef int (*action_fn) (struct pgpath *pgpath); typedef 1424 action_fn action) in action_dev() 1965 action_fn action; in multipath_message()
|
Completed in 18 milliseconds