Searched defs:cifsLockInfo (Results 1 – 1 of 1) sorted by relevance
1369 struct cifsLockInfo { struct1370 struct list_head llist; /* pointer to next cifsLockInfo */ argument1371 struct list_head blist; /* pointer to locks blocked on this */1372 wait_queue_head_t block_q;1373 __u64 offset;1374 __u64 length;1375 __u32 pid;1376 __u16 type;1377 __u16 flags;