Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsglob.h1398 struct cifsLockInfo { struct
1399 struct list_head llist; /* pointer to next cifsLockInfo */ argument
1400 struct list_head blist; /* pointer to locks blocked on this */
1401 wait_queue_head_t block_q;
1402 __u64 offset;
1403 __u64 length;
1404 __u32 pid;
1405 __u16 type;
1406 __u16 flags;