Home
last modified time | relevance | path

Searched refs:oplock_info (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/ksmbd/
Doplock.h59 struct oplock_info { struct
100 int opinfo_write_to_read(struct oplock_info *opinfo); argument
101 int opinfo_read_handle_to_read(struct oplock_info *opinfo);
102 int opinfo_write_to_none(struct oplock_info *opinfo);
103 int opinfo_read_to_none(struct oplock_info *opinfo);
106 struct oplock_info *opinfo_get(struct ksmbd_file *fp);
107 void opinfo_put(struct oplock_info *opinfo);
113 int lease_read_to_write(struct oplock_info *opinfo);
122 struct oplock_info *lookup_lease_in_table(struct ksmbd_conn *conn,
Doplock.c30 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()
114 static void free_lease(struct oplock_info *opinfo) in free_lease()
122 static void free_opinfo(struct oplock_info *opinfo) in free_opinfo()
131 struct oplock_info *opinfo; in opinfo_free_rcu()
133 opinfo = container_of(rcu_head, struct oplock_info, rcu_head); in opinfo_free_rcu()
[all …]
Dvfs_cache.h59 struct oplock_info *m_opinfo;
72 struct oplock_info __rcu *f_opinfo;
Dsmb2pdu.c2521 struct oplock_info *opinfo; in smb2_open()
7939 struct oplock_info *opinfo = NULL; in smb20_oplock_break_ack()
8082 struct oplock_info *opinfo; in smb21_lease_break_ack()