Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:oplock_info
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
oplock.h
62
struct
oplock_info
{
struct
103
int opinfo_write_to_read(struct
oplock_info
*opinfo);
104
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,
H
A
D
oplock.c
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_hea
in opinfo_free_rcu()
[all...]
H
A
D
vfs_cache.h
59
struct
oplock_info
*m_opinfo;
78
struct
oplock_info
__rcu *f_opinfo;
H
A
D
smb2pdu.c
2667
struct
oplock_info
*opinfo;
in smb2_open()
7994
struct
oplock_info
*opinfo = NULL;
in smb20_oplock_break_ack()
8018
pr_err("unexpected null
oplock_info
\n");
in smb20_oplock_break_ack()
8140
struct
oplock_info
*opinfo;
in smb21_lease_break_ack()
Completed in 11 milliseconds