/kernel/linux/linux-5.10/net/ceph/ |
H A D | striper.c | 99 * Call @alloc_fn for each new object extent and @action_fn for each 114 ceph_object_extent_fn_t action_fn, in ceph_file_to_extents() 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() 194 action_fn(ex, xlen, action_arg); in ceph_iterate_extents() 110 ceph_file_to_extents(struct ceph_file_layout *l, u64 off, u64 len, struct list_head *object_extents, struct ceph_object_extent *alloc_fn(void *arg), void *alloc_arg, ceph_object_extent_fn_t action_fn, void *action_arg) ceph_file_to_extents() argument 174 ceph_iterate_extents(struct ceph_file_layout *l, u64 off, u64 len, struct list_head *object_extents, ceph_object_extent_fn_t action_fn, void *action_arg) ceph_iterate_extents() argument
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | striper.c | 99 * Call @alloc_fn for each new object extent and @action_fn for each 114 ceph_object_extent_fn_t action_fn, in ceph_file_to_extents() 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() 194 action_fn(ex, xlen, action_arg); in ceph_iterate_extents() 110 ceph_file_to_extents(struct ceph_file_layout *l, u64 off, u64 len, struct list_head *object_extents, struct ceph_object_extent *alloc_fn(void *arg), void *alloc_arg, ceph_object_extent_fn_t action_fn, void *action_arg) ceph_file_to_extents() argument 174 ceph_iterate_extents(struct ceph_file_layout *l, u64 off, u64 len, struct list_head *object_extents, ceph_object_extent_fn_t action_fn, void *action_arg) ceph_iterate_extents() argument
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | striper.h | 40 ceph_object_extent_fn_t action_fn, 44 ceph_object_extent_fn_t action_fn,
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | striper.h | 40 ceph_object_extent_fn_t action_fn, 44 ceph_object_extent_fn_t action_fn,
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_watchdog.c | 201 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()
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-mpath.c | 110 typedef int (*action_fn) (struct pgpath *pgpath); typedef 1416 action_fn action) in action_dev() 1918 action_fn action; in multipath_message()
|
/kernel/linux/linux-6.6/drivers/md/ |
H 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()
|