Searched defs:cifsLockInfo (Results 1 – 1 of 1) sorted by relevance
1241 struct cifsLockInfo { struct1242 struct list_head llist; /* pointer to next cifsLockInfo */ argument1243 struct list_head blist; /* pointer to locks blocked on this */1244 wait_queue_head_t block_q;1245 __u64 offset;1246 __u64 length;1247 __u32 pid;1248 __u16 type;1249 __u16 flags;