Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsglob.h1183 struct cifsLockInfo { struct
1184 struct list_head llist; /* pointer to next cifsLockInfo */ argument
1185 struct list_head blist; /* pointer to locks blocked on this */
1186 wait_queue_head_t block_q;
1187 __u64 offset;
1188 __u64 length;
1189 __u32 pid;
1190 __u16 type;
1191 __u16 flags;