Home
last modified time | relevance | path

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

/linux/net/ceph/
H A 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/include/linux/ceph/
H A Dstriper.h40 ceph_object_extent_fn_t action_fn,
44 ceph_object_extent_fn_t action_fn,
/linux/drivers/char/ipmi/
H A Dipmi_watchdog.c202 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/drivers/md/
H A Ddm-mpath.c114 typedef int (*action_fn) (struct pgpath *pgpath); typedef
1423 action_fn action) in action_dev()
1964 action_fn action; in multipath_message()