Searched refs:cookiep (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | repair.c | 1272 void **cookiep, in xrep_trans_alloc_hook_dummy() argument 1277 *cookiep = current->journal_info; in xrep_trans_alloc_hook_dummy() 1284 current->journal_info = *cookiep; in xrep_trans_alloc_hook_dummy() 1285 *cookiep = NULL; in xrep_trans_alloc_hook_dummy() 1292 void **cookiep, in xrep_trans_cancel_hook_dummy() argument 1296 current->journal_info = *cookiep; in xrep_trans_cancel_hook_dummy() 1297 *cookiep = NULL; in xrep_trans_cancel_hook_dummy()
|
H A D | repair.h | 183 int xrep_trans_alloc_hook_dummy(struct xfs_mount *mp, void **cookiep, 185 void xrep_trans_cancel_hook_dummy(void **cookiep, struct xfs_trans *tp);
|
/linux/fs/nfs/ |
H A D | nfs42.h | 48 size_t buflen, u64 *cookiep, bool *eofp);
|
H A D | nfs42proc.c | 1300 size_t buflen, u64 *cookiep, bool *eofp) in _nfs42_proc_listxattrs() argument 1306 .cookie = *cookiep, in _nfs42_proc_listxattrs() 1350 *cookiep = res.cookie; in _nfs42_proc_listxattrs() 1430 size_t buflen, u64 *cookiep, bool *eofp) in nfs42_proc_listxattrs() argument 1437 cookiep, eofp); in nfs42_proc_listxattrs()
|