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