Home
last modified time | relevance | path

Searched refs:apply_fn (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_quota.h145 notifier_fn_t apply_fn);
Dxfs_trans_dquot.c227 notifier_fn_t apply_fn) in xfs_dqtrx_hook_setup() argument
230 xfs_hook_setup(&hook->apply_hook, apply_fn); in xfs_dqtrx_hook_setup()
/linux-6.12.1/drivers/block/null_blk/
Dmain.c351 int (*apply_fn)(struct nullb_device *dev, TYPE new_value) = APPLY;\
359 if (apply_fn) \
360 ret = apply_fn(dev, new_value); \