Home
last modified time | relevance | path

Searched refs:action_fn (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/net/ceph/
Dstriper.c114 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.1.9/include/linux/ceph/
Dstriper.h40 ceph_object_extent_fn_t action_fn,
44 ceph_object_extent_fn_t action_fn,
/linux-6.1.9/drivers/char/ipmi/
Dipmi_watchdog.c201 typedef int (*action_fn)(const char *intval, char *outval); typedef
210 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.1.9/drivers/md/
Ddm-mpath.c111 typedef int (*action_fn) (struct pgpath *pgpath); typedef
1416 action_fn action) in action_dev()
1957 action_fn action; in multipath_message()