Home
last modified time | relevance | path

Searched defs:__lock_msg (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/fs/nfs/common/
H A Dnfs_lock.h66 typedef struct __lock_msg { struct
68 int lm_version; /* which version is this */
69 struct lockd_msg_ident lm_msg_ident; /* originator of the message */
70 struct flock lm_fl; /* The lock request. */
71 int lm_wait; /* The F_WAIT flag. */
72 int lm_getlk; /* is this a F_GETLK request */
73 struct sockaddr_storage lm_addr; /* The address. */
74 int lm_nfsv3; /* If NFS version 3. */
75 size_t lm_fh_len; /* The file handle length. */
76 struct xucred lm_cred; /* user cred for lock req */
[all …]