Searched defs:cifsLockInfo (Results 1 – 1 of 1) sorted by relevance
963 struct cifsLockInfo { struct964 struct list_head llist; /* pointer to next cifsLockInfo */ argument965 struct list_head blist; /* pointer to locks blocked on this */966 wait_queue_head_t block_q;967 __u64 offset;968 __u64 length;969 __u32 pid;970 __u32 type;