Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dcifsglob.h977 struct cifsLockInfo { struct
978 struct list_head llist; /* pointer to next cifsLockInfo */ argument
979 struct list_head blist; /* pointer to locks blocked on this */
980 wait_queue_head_t block_q;
981 __u64 offset;
982 __u64 length;
983 __u32 pid;
984 __u32 type;