Home | History | Annotate | Download | only in client

Lines Matching refs:opens

42  *     this client, since all Opens are Deny_None)
49 * The main concern here is that you can end up with multiple Opens
50 * for the same File Handle, but on different OpenOwners (opens
53 * delaying the Close Op(s) until all of the Opens have been closed.
72 * an OpenOwner without any Opens, freed.
1593 * First, merge locally issued Opens into the list for the server.
1611 /* Merge opens in */
1698 * file descriptors yet, the opens will still be
1875 * doing Opens and Locks with reclaim. If these fail, it deletes the
2161 * Now, get rid of extra Opens and Delegations.
2782 nfscl_dumpstate(struct nfsmount *nmp, int openowner, int opens,
2806 if (opens)
2842 if (opens)
2874 * Check for duplicate open owners and opens.
2937 * Now search for duplicate opens.
2938 * Duplicate opens for the same owner
2976 * dereference it. If there are no more opens for this file,
2978 * Opens aren't actually Close'd until VOP_INACTIVE() is performed
3006 * and just decrement the opencnt for it. Since all my Opens against
3008 * onto them. (It is much easier to use one of the extant Opens
3010 * than to do fresh Opens.) Someday, I might need to rethink this, but.
3023 panic("nfscdeleg opens");
3033 /* Now process the opens against the server. */
3045 * There are more opens, so just return.
3097 /* Now process the opens against the server. */
3839 * Now, for each openowner with opens issued locally, move them
3846 panic("nfsdlg mult opens");