Searched defs:cifsLockInfo (Results 1 – 1 of 1) sorted by relevance
497 struct cifsLockInfo { struct498 struct list_head llist; /* pointer to next cifsLockInfo */ argument499 struct list_head blist; /* pointer to locks blocked on this */500 wait_queue_head_t block_q;501 __u64 offset;502 __u64 length;503 __u32 pid;504 __u8 type;505 __u16 netfid;