Searched refs:cookiep (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/xfs/scrub/ |
| H A D | repair.c | 1279 void **cookiep, in xrep_trans_alloc_hook_dummy() argument 1284 *cookiep = current->journal_info; in xrep_trans_alloc_hook_dummy() 1291 current->journal_info = *cookiep; in xrep_trans_alloc_hook_dummy() 1292 *cookiep = NULL; in xrep_trans_alloc_hook_dummy() 1299 void **cookiep, in xrep_trans_cancel_hook_dummy() argument 1303 current->journal_info = *cookiep; in xrep_trans_cancel_hook_dummy() 1304 *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-6.15/fs/nfs/ |
| H A D | nfs42.h | 48 size_t buflen, u64 *cookiep, bool *eofp);
|
| H A D | nfs42proc.c | 1452 size_t buflen, u64 *cookiep, bool *eofp) in _nfs42_proc_listxattrs() argument 1458 .cookie = *cookiep, in _nfs42_proc_listxattrs() 1502 *cookiep = res.cookie; in _nfs42_proc_listxattrs() 1582 size_t buflen, u64 *cookiep, bool *eofp) in nfs42_proc_listxattrs() argument 1589 cookiep, eofp); in nfs42_proc_listxattrs()
|