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:LeaseState
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
oplock.c
1463
buf->lcontext.
LeaseState
= lease->state;
in create_lease_buf()
1482
buf->lcontext.
LeaseState
= lease->state;
in create_lease_buf()
1522
lreq->req_state = lc->lcontext.
LeaseState
&
in parse_lease_state()
1526
lreq->req_state = lc->lcontext.
LeaseState
;
in parse_lease_state()
1537
lreq->req_state = lc->lcontext.
LeaseState
;
in parse_lease_state()
H
A
D
smb2pdu.c
8150
le32_to_cpu(req->
LeaseState
));
in smb21_lease_break_ack()
8167
if (check_lease_state(lease, req->
LeaseState
)) {
in smb21_lease_break_ack()
8171
req->
LeaseState
, lease->new_state);
in smb21_lease_break_ack()
8181
if (req->
LeaseState
&
in smb21_lease_break_ack()
8190
le32_to_cpu(req->
LeaseState
));
in smb21_lease_break_ack()
8192
req->
LeaseState
!= SMB2_LEASE_NONE_LE) {
in smb21_lease_break_ack()
8197
le32_to_cpu(req->
LeaseState
));
in smb21_lease_break_ack()
8201
if (req->
LeaseState
== SMB2_LEASE_NONE_LE) {
in smb21_lease_break_ack()
8206
} else if (req->
LeaseState
& SMB2_LEASE_READ_CACHING_LE) {
in smb21_lease_break_ack()
8232
le32_to_cpu(req->
LeaseState
));
in smb21_lease_break_ack()
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.h
860
__le32
LeaseState
;
member
867
__le32
LeaseState
;
member
1559
__le32
LeaseState
;
member
H
A
D
smb2ops.c
4078
buf->lcontext.
LeaseState
= map_oplock_to_lease(oplock);
in smb2_create_lease_buf()
4104
buf->lcontext.
LeaseState
= map_oplock_to_lease(oplock);
in smb3_create_lease_buf()
4128
return le32_to_cpu(lc->lcontext.
LeaseState
);
in smb2_parse_lease_buf()
4141
return le32_to_cpu(lc->lcontext.
LeaseState
);
in smb3_parse_lease_buf()
H
A
D
smb2pdu.c
5415
req->
LeaseState
= lease_state;
in SMB2_lease_break()
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
1241
__le32
LeaseState
;
member
1249
__le32
LeaseState
;
member
1788
__le32
LeaseState
;
member
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2ops.c
4137
buf->lcontext.
LeaseState
= map_oplock_to_lease(oplock);
in smb2_create_lease_buf()
4163
buf->lcontext.
LeaseState
= map_oplock_to_lease(oplock);
in smb3_create_lease_buf()
4187
return le32_to_cpu(lc->lcontext.
LeaseState
);
in smb2_parse_lease_buf()
4200
return le32_to_cpu(lc->lcontext.
LeaseState
);
in smb3_parse_lease_buf()
H
A
D
smb2pdu.c
5859
req->
LeaseState
= lease_state;
in SMB2_lease_break()
Completed in 46 milliseconds