Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h1361 struct cifsLockInfo { struct
1362 struct list_head llist; /* pointer to next cifsLockInfo */ argument
1363 struct list_head blist; /* pointer to locks blocked on this */
1364 wait_queue_head_t block_q;
1365 __u64 offset;
1366 __u64 length;
1367 __u32 pid;
1368 __u16 type;
1369 __u16 flags;