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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs.h1242 int nfs_open_file_find(nfsnode_t, struct nfs_open_owner *, struct nfs_open_file **, uint32_t, uint32_t, int);
H A Dnfs4_vnops.c1974 nfs_open_file_find( function
2434 (nfs_open_file_find(np, noop, &nofp, 0, 0, 0) == 0) &&
2554 * Note: local conflicts should have already been checked in nfs_open_file_find().
2707 error = nfs_open_file_find(np, noop, &nofp, 0, 0, 1);
4338 error = nfs_open_file_find(np, noop, &nofp, 0, 0, 0);
6047 error = nfs_open_file_find(np, noop, &nofp, 0, 0, 1);
6147 error = nfs_open_file_find(NULL, noop, &newnofp, 0, 0, 1);
7067 error = nfs_open_file_find(anp, noop, &newnofp, 0, 0, 1);
H A Dnfs_vnops.c813 error = nfs_open_file_find(np, noop, &nofp, accessMode, denyMode, 1);
1104 error = nfs_open_file_find(np, noop, &nofp, 0, 0, 0);
1688 error = nfs_open_file_find(np, noop, &nofp, 0, 0, 1);

Completed in 43 milliseconds