Searched defs:__lock_msg (Results 1 – 1 of 1) sorted by relevance
65 typedef struct __lock_msg { struct67 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 */[all …]