Home
last modified time | relevance | path

Searched defs:cifsLockInfo (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
Dcifsglob.h1372 struct cifsLockInfo { struct
1373 struct list_head llist; /* pointer to next cifsLockInfo */ argument
1374 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;
/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h1244 struct cifsLockInfo { struct
1245 struct list_head llist; /* pointer to next cifsLockInfo */ argument
1246 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;