Lines Matching defs:__lock_msg
65 typedef struct __lock_msg { struct
67 int lm_version; /* which version is this */
68 struct lockd_msg_ident lm_msg_ident; /* originator of the message */
69 struct flock lm_fl; /* The lock request. */
70 int lm_wait; /* The F_WAIT flag. */
71 int lm_getlk; /* is this a F_GETLK request */
72 struct sockaddr_storage lm_addr; /* The address. */
73 int lm_nfsv3; /* If NFS version 3. */
74 size_t lm_fh_len; /* The file handle length. */
75 struct xucred lm_cred; /* user cred for lock req */
76 u_int8_t lm_fh[NFSX_V3FHMAX];/* The file handle. */