Searched defs:cifsLockInfo (Results 1 – 1 of 1) sorted by relevance
977 struct cifsLockInfo { struct978 struct list_head llist; /* pointer to next cifsLockInfo */ argument979 struct list_head blist; /* pointer to locks blocked on this */980 wait_queue_head_t block_q;981 __u64 offset;982 __u64 length;983 __u32 pid;984 __u32 type;