Lines Matching refs:shrlock
124 const struct shrlock *, struct netobj *);
126 static int nlm_call_share(struct shrlock *, struct nlm_host *,
128 static int nlm_call_unshare(struct shrlock *, struct nlm_host *,
131 struct shrlock *, uint32_t);
132 static int nlm_local_shrlock(vnode_t *, struct shrlock *, int, int);
133 static void nlm_local_shrcancel(vnode_t *, struct shrlock *);
1210 nlm_shrlock(struct vnode *vp, int cmd, struct shrlock *shr, in nlm_shrlock()
1213 struct shrlock shlk; in nlm_shrlock()
1286 struct shrlock *shr, uint32_t orig_state) in nlm_reclaim_share()
1321 nlm_local_shrlock(vnode_t *vp, struct shrlock *shr, int cmd, int flags) in nlm_local_shrlock()
1327 nlm_local_shrcancel(vnode_t *vp, struct shrlock *shr) in nlm_local_shrcancel()
1338 nlm_call_share(struct shrlock *shr, struct nlm_host *host, in nlm_call_share()
1417 nlm_call_unshare(struct shrlock *shr, struct nlm_host *host, in nlm_call_unshare()
1487 const struct shrlock *shr, struct netobj *fh) in nlm_init_share()