Searched refs:oplock_info (Results 1 – 4 of 4) sorted by relevance
62 struct oplock_info { struct103 int opinfo_write_to_read(struct oplock_info *opinfo); argument104 int opinfo_read_handle_to_read(struct oplock_info *opinfo);105 int opinfo_write_to_none(struct oplock_info *opinfo);106 int opinfo_read_to_none(struct oplock_info *opinfo);109 struct oplock_info *opinfo_get(struct ksmbd_file *fp);110 void opinfo_put(struct oplock_info *opinfo);116 int lease_read_to_write(struct oplock_info *opinfo);125 struct oplock_info *lookup_lease_in_table(struct ksmbd_conn *conn,
30 static struct oplock_info *alloc_opinfo(struct ksmbd_work *work, in alloc_opinfo()35 struct oplock_info *opinfo; in alloc_opinfo()37 opinfo = kzalloc(sizeof(struct oplock_info), GFP_KERNEL); in alloc_opinfo()58 static void lease_add_list(struct oplock_info *opinfo) in lease_add_list()67 static void lease_del_list(struct oplock_info *opinfo) in lease_del_list()92 static int alloc_lease(struct oplock_info *opinfo, struct lease_ctx_info *lctx) in alloc_lease()115 static void free_lease(struct oplock_info *opinfo) in free_lease()123 static void free_opinfo(struct oplock_info *opinfo) in free_opinfo()132 struct oplock_info *opinfo; in opinfo_free_rcu()134 opinfo = container_of(rcu_head, struct oplock_info, rcu_head); in opinfo_free_rcu()[all …]
59 struct oplock_info *m_opinfo;78 struct oplock_info __rcu *f_opinfo;
2667 struct oplock_info *opinfo; in smb2_open()7994 struct oplock_info *opinfo = NULL; in smb20_oplock_break_ack()8140 struct oplock_info *opinfo; in smb21_lease_break_ack()