Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_pwork.h9 struct xfs_pwork;
12 typedef int (*xfs_pwork_work_fn)(struct xfs_mount *mp, struct xfs_pwork *pwork);
30 struct xfs_pwork { struct
48 struct xfs_pwork *pwork) in xfs_pwork_want_abort() argument
56 void xfs_pwork_queue(struct xfs_pwork_ctl *pctl, struct xfs_pwork *pwork);
Dxfs_pwork.c41 struct xfs_pwork *pwork; in xfs_pwork_work()
45 pwork = container_of(work, struct xfs_pwork, work); in xfs_pwork_work()
90 struct xfs_pwork *pwork) in xfs_pwork_queue()
DMakefile87 xfs_pwork.o \
Dxfs_iwalk.c50 struct xfs_pwork pwork;
585 struct xfs_pwork *pwork) in xfs_iwalk_ag_work()