Home | History | Annotate | Download | only in common

Lines Matching refs:nfsv4lock

81 struct nfsv4lock;
280 int nfsv4_lock(struct nfsv4lock *, int, int *, void *, struct mount *);
281 void nfsv4_unlock(struct nfsv4lock *, int);
282 void nfsv4_relref(struct nfsv4lock *);
283 void nfsv4_getref(struct nfsv4lock *, int *, void *, struct mount *);
284 int nfsv4_getref_nonblock(struct nfsv4lock *);
285 int nfsv4_testlock(struct nfsv4lock *);
537 void nfscl_lockinit(struct nfsv4lock *);
538 void nfscl_lockexcl(struct nfsv4lock *, void *);
539 void nfscl_lockunlock(struct nfsv4lock *);
540 void nfscl_lockderef(struct nfsv4lock *);