Searched refs:busyerror (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_node.c | 611 int unhash, attrerr, busyerror, error, inuse, busied, force; in nfs_vnop_inactive() local 830 busyerror = nfs_node_set_busy2(nsp->nsr_dnp, np, vfs_context_thread(ctx)); in nfs_vnop_inactive() 833 busyerror = nfs_node_set_busy(np, vfs_context_thread(ctx)); in nfs_vnop_inactive() 865 if (!busyerror) { in nfs_vnop_inactive()
|
| H A D | nfs_vnops.c | 2532 int nfsvers, error, busyerror = ENOENT, isdot, isdotdot, negnamecache; in nfs_vnop_lookup() local 2558 if ((error = busyerror = nfs_node_set_busy(dnp, vfs_context_thread(ctx)))) { in nfs_vnop_lookup() 2595 busyerror = ENOENT; in nfs_vnop_lookup() 2726 if (!busyerror) { in nfs_vnop_lookup() 4074 int error = 0, lockerror = ENOENT, busyerror = ENOENT, status = 0, wccpostattr = 0; in nfs3_vnop_mknod() local 4140 error = busyerror = nfs_node_set_busy(dnp, vfs_context_thread(ctx)); in nfs3_vnop_mknod() 4192 if (!busyerror) { in nfs3_vnop_mknod() 4243 int error = 0, lockerror = ENOENT, busyerror = ENOENT, status = 0, wccpostattr = 0, fmode = 0; in nfs3_vnop_create() local 4289 error = busyerror = nfs_node_set_busy(dnp, vfs_context_thread(ctx)); in nfs3_vnop_create() 4371 if (!busyerror) { in nfs3_vnop_create() [all …]
|
| H A D | nfs4_vnops.c | 5226 int error = 0, open_error = EIO, lockerror = ENOENT, busyerror = ENOENT, status, ciflag = 0; in nfs4_open_rpc_internal() local 5341 error = busyerror = nfs_node_set_busy(dnp, thd); in nfs4_open_rpc_internal() 5503 if (!busyerror) { in nfs4_open_rpc_internal() 6930 int error = 0, busyerror = 0, accessMode, denyMode; in nfs4_vnop_create() local 7057 busyerror = nfs_open_file_set_busy(nofp, NULL); in nfs4_vnop_create() 7071 if (nofp && !busyerror) { in nfs4_vnop_create() 7076 busyerror = 0; in nfs4_vnop_create() 7100 int error = 0, create_error = EIO, lockerror = ENOENT, busyerror = ENOENT, status; in nfs4_create_rpc() local 7156 error = busyerror = nfs_node_set_busy(dnp, vfs_context_thread(ctx)); in nfs4_create_rpc() 7291 if (!busyerror) { in nfs4_create_rpc() [all …]
|