Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_pwork.h17 struct xfs_pwork_ctl { struct
32 struct xfs_pwork_ctl *pctl; argument
40 struct xfs_pwork_ctl *pctl) in xfs_pwork_ctl_want_abort()
53 int xfs_pwork_init(struct xfs_mount *mp, struct xfs_pwork_ctl *pctl,
55 void xfs_pwork_queue(struct xfs_pwork_ctl *pctl, struct xfs_pwork *pwork);
56 int xfs_pwork_destroy(struct xfs_pwork_ctl *pctl);
57 void xfs_pwork_poll(struct xfs_pwork_ctl *pctl);
H A Dxfs_pwork.c28 * be recorded in xfs_pwork_ctl.error. Work functions should check for errors
29 * and abort if necessary; the non-zeroness of xfs_pwork_ctl.error does not
42 struct xfs_pwork_ctl *pctl; in xfs_pwork_work()
62 struct xfs_pwork_ctl *pctl, in xfs_pwork_init()
91 struct xfs_pwork_ctl *pctl, in xfs_pwork_queue()
103 struct xfs_pwork_ctl *pctl) in xfs_pwork_destroy()
116 struct xfs_pwork_ctl *pctl) in xfs_pwork_poll()
H A Dxfs_iwalk.c645 struct xfs_pwork_ctl pctl; in xfs_iwalk_threaded()