Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcifsglob.h1312 struct cifsLockInfo { struct
1313 struct list_head llist; /* pointer to next cifsLockInfo */ argument
1314 struct list_head blist; /* pointer to locks blocked on this */
1315 wait_queue_head_t block_q;
1316 __u64 offset;
1317 __u64 length;
1318 __u32 pid;
1319 __u16 type;
1320 __u16 flags;