Searched refs:busyerror (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_node.c593 int unhash, attrerr, busyerror, error, inuse, busied, force; local
756 busyerror = nfs_node_set_busy2(nsp->nsr_dnp, np, vfs_context_thread(ctx));
783 if (!busyerror)
H A Dnfs_vnops.c2016 int nfsvers, error, busyerror = ENOENT, isdot, isdotdot, negnamecache; local
2038 if ((error = busyerror = nfs_node_set_busy(dnp, vfs_context_thread(ctx))))
2068 busyerror = ENOENT;
2188 if (!busyerror)
3334 int error = 0, lockerror = ENOENT, busyerror = ENOENT, status, wccpostattr = 0; local
3392 error = busyerror = nfs_node_set_busy(dnp, vfs_context_thread(ctx));
3435 if (!busyerror)
3483 int error = 0, lockerror = ENOENT, busyerror = ENOENT, status, wccpostattr = 0, fmode = 0; local
3518 error = busyerror = nfs_node_set_busy(dnp, vfs_context_thread(ctx));
3594 if (!busyerror)
4253 int slen, error = 0, lockerror = ENOENT, busyerror = ENOENT, status, wccpostattr = 0; local
4412 int error = 0, lockerror = ENOENT, busyerror = ENOENT, status, wccpostattr = 0; local
[all...]
H A Dnfs4_vnops.c4634 int error = 0, open_error = EIO, lockerror = ENOENT, busyerror = ENOENT, status; local
4740 error = busyerror = nfs_node_set_busy(dnp, thd);
4882 if (!busyerror)
6124 int error = 0, busyerror = 0, accessMode, denyMode; local
6244 busyerror = nfs_open_file_set_busy(nofp, NULL);
6257 if (nofp && !busyerror)
6261 busyerror = 0;
6284 int error = 0, create_error = EIO, lockerror = ENOENT, busyerror = ENOENT, status; local
6333 error = busyerror = nfs_node_set_busy(dnp, vfs_context_thread(ctx));
6456 if (!busyerror)
6913 int inuse = 0, adlockerror = ENOENT, busyerror = ENOENT, adbusyerror = ENOENT, nofpbusyerror = ENOENT; local
7868 int busyerror = nfs_open_file_set_busy(nofp, NULL); local
[all...]

Completed in 105 milliseconds