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.h1325 struct cifsLockInfo { struct
1326 struct list_head llist; /* pointer to next cifsLockInfo */ argument
1327 struct list_head blist; /* pointer to locks blocked on this */
1328 wait_queue_head_t block_q;
1329 __u64 offset;
1330 __u64 length;
1331 __u32 pid;
1332 __u16 type;
1333 __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;