Linux Kernel
3.7.1
|
#include <xdr4.h>
Data Fields | |
u32 | lk_type |
u32 | lk_reclaim |
u64 | lk_offset |
u64 | lk_length |
u32 | lk_is_new |
union { | |
struct { | |
u32 open_seqid | |
stateid_t open_stateid | |
u32 lock_seqid | |
clientid_t clientid | |
struct xdr_netobj owner | |
} new | |
struct { | |
stateid_t lock_stateid | |
u32 lock_seqid | |
} old | |
} | v |
union { | |
struct { | |
stateid_t stateid | |
} ok | |
struct nfsd4_lock_denied denied | |
} | u |
clientid_t clientid |
struct nfsd4_lock_denied denied |
struct { ... } new |
struct { ... } ok |
struct { ... } old |
union { ... } u |
union { ... } v |