Searched refs:reclaim (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c60 static int hfs_cnode_teardown (struct vnode *vp, vfs_context_t ctx, int reclaim);
158 * vnode we need to reclaim if only the cnode is supplied.
170 * 'reclaim' argument specifies whether or not we were called from hfs_vnop_reclaim. If we are
177 int hfs_cnode_teardown (struct vnode *vp, vfs_context_t ctx, int reclaim) { argument
204 * Skip the call to ubc_setsize if we're being invoked on behalf of reclaim.
208 * Note that this is a performance problem if the vnode goes straight to reclaim
212 if (reclaim == 0) {
233 * the namespace. We only do this if this function was not called from reclaim,
244 (reclaim == 0)) {
601 * and went straight to reclaim)
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_lock.c742 int reclaim,
768 if ((nflp->nfl_flags & NFS_FILE_LOCK_WAIT) && !reclaim)
770 if (reclaim)
738 nfs3_setlock_rpc( nfsnode_t np, struct nfs_open_file *nofp, struct nfs_file_lock *nflp, int reclaim, int flags, thread_t thd, kauth_cred_t cred) argument
H A Dnfs4_vnops.c2728 * we may need to reclaim it after the file is closed.
3204 int reclaim,
3271 nfsm_chain_add_32(error, &nmreq, reclaim);
5175 printf("nfs: open reclaim didn't return filehandle? %s\n", filename ? filename : "???");
5219 * Send an OPEN RPC to reclaim an open file.
5321 // NP(np, "nfs: open reclaim didn't return delegation?");
5386 NP(np, "nfs: open reclaim didn't return filehandle?");
5393 // the open reclaim using the file handle (and not a dir/name pair).
5404 // NP(np, "nfs: open reclaim (%d, %d) succeeded", share_access, share_deny);
3200 nfs4_setlock_rpc( nfsnode_t np, struct nfs_open_file *nofp, struct nfs_file_lock *nflp, int reclaim, int flags, thread_t thd, kauth_cred_t cred) argument
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c886 * doesn't specify constructor, destructor, or reclaim methods.
897 void (*reclaim)(void *), /* memory reclaim callback */
898 void *private, /* pass-thru arg for constr/destr/reclaim */
902 #pragma unused(name,align,constructor,destructor,reclaim,private,vmp,cflags)

Completed in 49 milliseconds