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