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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_node.c637 if (!nfs4_reopen(nofp, NULL))
671 if (!nfs4_reopen(nofp, NULL))
H A Dnfs4_vnops.c2439 nfs4_reopen(nofp, thd);
2714 error = nfs4_reopen(nofp, NULL);
2910 error = nfs4_reopen(nofp, NULL);
3627 error = nfs4_reopen(nofp, vfs_context_thread(ctx));
3998 error = nfs4_reopen(nofp, NULL);
4346 error = nfs4_reopen(nofp, ((op == F_UNLCK) ? NULL : vfs_context_thread(ctx)));
4396 nfs4_reopen(struct nfs_open_file *nofp, thread_t thd) function
4490 printf("nfs4_reopen: RPC failed, error %d, lost %d, %s\n", error,
4504 printf("nfs4_reopen: failed, error %d, lost %d, %s\n", error,
6053 error = nfs4_reopen(nof
[all...]
H A Dnfs.h1251 int nfs4_reopen(struct nfs_open_file *, thread_t);
H A Dnfs_vnops.c778 error = nfs4_reopen(nofp, vfs_context_thread(ctx));
1065 error = nfs4_reopen(nofp, NULL);
1612 error = nfs4_reopen(nofp, vfs_context_thread(ctx));

Completed in 39 milliseconds