Searched defs:cifsLockInfo (Results 1 – 1 of 1) sorted by relevance
1340 struct cifsLockInfo { struct1341 struct list_head llist; /* pointer to next cifsLockInfo */ argument1342 struct list_head blist; /* pointer to locks blocked on this */1343 wait_queue_head_t block_q;1344 __u64 offset;1345 __u64 length;1346 __u32 pid;1347 __u16 type;1348 __u16 flags;