Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dcifsglob.h1068 struct cifsLockInfo { struct
1069 struct list_head llist; /* pointer to next cifsLockInfo */ argument
1070 struct list_head blist; /* pointer to locks blocked on this */
1071 wait_queue_head_t block_q;
1072 __u64 offset;
1073 __u64 length;
1074 __u32 pid;
1075 __u32 type;