Home
last modified time | relevance | path

Searched refs:xfs_pwork_work_fn (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/xfs/
Dxfs_pwork.h12 typedef int (*xfs_pwork_work_fn)(struct xfs_mount *mp, struct xfs_pwork *pwork); typedef
20 xfs_pwork_work_fn work_fn;
54 xfs_pwork_work_fn work_fn, const char *tag,
Dxfs_pwork.c63 xfs_pwork_work_fn work_fn, in xfs_pwork_init()