Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_node.c612 int unhash, attrerr, busyerror, error, inuse, busied, force; in nfs_vnop_inactive() local
827 busyerror = nfs_node_set_busy2(nsp->nsr_dnp, np, vfs_context_thread(ctx)); in nfs_vnop_inactive()
830 busyerror = nfs_node_set_busy(np, vfs_context_thread(ctx)); in nfs_vnop_inactive()
862 if (!busyerror) { in nfs_vnop_inactive()
H A Dnfs_vnops.c2545 int nfsvers, error, busyerror = ENOENT, isdot, isdotdot, negnamecache; in nfs_vnop_lookup() local
2571 if ((error = busyerror = nfs_node_set_busy(dnp, vfs_context_thread(ctx)))) { in nfs_vnop_lookup()
2608 busyerror = ENOENT; in nfs_vnop_lookup()
2739 if (!busyerror) { in nfs_vnop_lookup()
4087 int error = 0, lockerror = ENOENT, busyerror = ENOENT, status = 0, wccpostattr = 0; in nfs3_vnop_mknod() local
4153 error = busyerror = nfs_node_set_busy(dnp, vfs_context_thread(ctx)); in nfs3_vnop_mknod()
4205 if (!busyerror) { in nfs3_vnop_mknod()
4256 int error = 0, lockerror = ENOENT, busyerror = ENOENT, status = 0, wccpostattr = 0, fmode = 0; in nfs3_vnop_create() local
4302 error = busyerror = nfs_node_set_busy(dnp, vfs_context_thread(ctx)); in nfs3_vnop_create()
4384 if (!busyerror) { in nfs3_vnop_create()
[all …]
H A Dnfs4_vnops.c5220 int error = 0, open_error = EIO, lockerror = ENOENT, busyerror = ENOENT, status; in nfs4_open_rpc_internal() local
5332 error = busyerror = nfs_node_set_busy(dnp, thd); in nfs4_open_rpc_internal()
5493 if (!busyerror) { in nfs4_open_rpc_internal()
6919 int error = 0, busyerror = 0, accessMode, denyMode; in nfs4_vnop_create() local
7046 busyerror = nfs_open_file_set_busy(nofp, NULL); in nfs4_vnop_create()
7060 if (nofp && !busyerror) { in nfs4_vnop_create()
7065 busyerror = 0; in nfs4_vnop_create()
7089 int error = 0, create_error = EIO, lockerror = ENOENT, busyerror = ENOENT, status; in nfs4_create_rpc() local
7145 error = busyerror = nfs_node_set_busy(dnp, vfs_context_thread(ctx)); in nfs4_create_rpc()
7280 if (!busyerror) { in nfs4_create_rpc()
[all …]