Searched refs:cookiep (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/scrub/ |
| A D | repair.c | 1151 void **cookiep, in xrep_trans_alloc_hook_dummy() argument 1156 *cookiep = current->journal_info; in xrep_trans_alloc_hook_dummy() 1163 current->journal_info = *cookiep; in xrep_trans_alloc_hook_dummy() 1164 *cookiep = NULL; in xrep_trans_alloc_hook_dummy() 1171 void **cookiep, in xrep_trans_cancel_hook_dummy() argument 1175 current->journal_info = *cookiep; in xrep_trans_cancel_hook_dummy() 1176 *cookiep = NULL; in xrep_trans_cancel_hook_dummy()
|
| A D | repair.h | 157 int xrep_trans_alloc_hook_dummy(struct xfs_mount *mp, void **cookiep, 159 void xrep_trans_cancel_hook_dummy(void **cookiep, struct xfs_trans *tp);
|
| /linux/fs/nfs/ |
| A D | nfs42.h | 48 size_t buflen, u64 *cookiep, bool *eofp);
|
| 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()
|
Completed in 13 milliseconds