Searched defs:cifsLockInfo (Results 1 – 2 of 2) sorted by relevance
1372 struct cifsLockInfo { struct1373 struct list_head llist; /* pointer to next cifsLockInfo */ argument1374 struct list_head blist; /* pointer to locks blocked on this */1375 wait_queue_head_t block_q;1376 __u64 offset;1377 __u64 length;1378 __u32 pid;1379 __u16 type;1380 __u16 flags;
1244 struct cifsLockInfo { struct1245 struct list_head llist; /* pointer to next cifsLockInfo */ argument1246 struct list_head blist; /* pointer to locks blocked on this */1247 wait_queue_head_t block_q;1248 __u64 offset;1249 __u64 length;1250 __u32 pid;1251 __u16 type;1252 __u16 flags;