Searched refs:apply_fn (Results 1 – 3 of 3) sorted by relevance
148 notifier_fn_t apply_fn);
230 notifier_fn_t apply_fn) in xfs_dqtrx_hook_setup() argument233 xfs_hook_setup(&hook->apply_hook, apply_fn); in xfs_dqtrx_hook_setup()
355 int (*apply_fn)(struct nullb_device *dev, TYPE new_value) = APPLY;\363 if (apply_fn) \364 ret = apply_fn(dev, new_value); \