Searched defs:cifsLockInfo (Results 1 – 1 of 1) sorted by relevance
1404 struct cifsLockInfo { struct1405 struct list_head llist; /* pointer to next cifsLockInfo */ argument1406 struct list_head blist; /* pointer to locks blocked on this */1407 wait_queue_head_t block_q;1408 __u64 offset;1409 __u64 length;1410 __u32 pid;1411 __u16 type;1412 __u16 flags;