Lines Matching defs:oplock_info
55 struct oplock_info { struct
56 struct ksmbd_conn *conn;
57 struct ksmbd_session *sess;
58 struct ksmbd_work *work;
59 struct ksmbd_file *o_fp;
60 int level;
61 int op_state;
62 unsigned long pending_break;
63 u64 fid;
64 atomic_t breaking_cnt;
65 atomic_t refcount;
66 __u16 Tid;
67 bool is_lease;
68 bool open_trunc; /* truncate on open */
69 struct lease *o_lease;
70 struct list_head interim_list;
71 struct list_head op_entry;
72 struct list_head lease_entry;
96 int opinfo_write_to_read(struct oplock_info *opinfo); argument