Searched refs:lm_sysid (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | lm.h | 78 struct lm_sysid; 84 * associated lm_sysid. The 3rd argument is the hostname to assign to the 85 * lm_sysid. The 4th argument is an output parameter. It is set non-zero 86 * if the returned lm_sysid has a different protocol 89 extern struct lm_sysid *lm_get_sysid(struct knetconfig *, struct netbuf *, 91 extern void lm_rel_sysid(struct lm_sysid *); 94 * Return the integer sysid for the given lm_sysid. 96 extern sysid_t lm_sysidt(struct lm_sysid *); 113 struct lm_sysid *, struct flock64 *, int,
|
/illumos-gate/usr/src/uts/common/klm/ |
H A D | klmmod.c | 425 struct lm_sysid * 444 return ((struct lm_sysid *)hostp); 451 lm_rel_sysid(struct lm_sysid *sysid) 483 lm_sysidt(struct lm_sysid *lms)
|
H A D | klmops.c | 129 lm_register_lock_locally(struct vnode *vp, struct lm_sysid *ls,
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vfs.c | 233 static sysid_t lm_sysid; variable 237 return (++lm_sysid);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vnops.c | 119 static struct lm_sysid *nfs4_find_sysid(mntinfo4_t *mi); 2300 struct lm_sysid *lmsid; 12853 static struct lm_sysid * 12953 * Set the flock64's lm_sysid for nfs4frlock. 12956 nfs4frlock_get_sysid(struct lm_sysid **lspp, vnode_t *vp, flock64_t *flk) 12960 /* Find the lm_sysid */ 14034 short whence, u_offset_t offset, struct lm_sysid *ls, 14174 struct lm_sysid *ls;
|
Completed in 107 milliseconds