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:se_slots
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
slot_map.c
78
if (se->
se_slots
[i].es_valid)
in ocfs2_update_slot_info_extended()
80
le32_to_cpu(se->
se_slots
[i].es_node_num));
in ocfs2_update_slot_info_extended()
160
se->
se_slots
[slotno].es_valid = si->si_slots[slot_num].sl_valid;
in ocfs2_update_disk_slot_extended()
162
se->
se_slots
[slotno].es_node_num =
in ocfs2_update_disk_slot_extended()
H
A
D
ocfs2_fs.h
553
/*00*/ struct ocfs2_extended_slot
se_slots
[0];
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
slot_map.c
76
if (se->
se_slots
[i].es_valid)
in ocfs2_update_slot_info_extended()
78
le32_to_cpu(se->
se_slots
[i].es_node_num));
in ocfs2_update_slot_info_extended()
158
se->
se_slots
[slotno].es_valid = si->si_slots[slot_num].sl_valid;
in ocfs2_update_disk_slot_extended()
160
se->
se_slots
[slotno].es_node_num =
in ocfs2_update_disk_slot_extended()
H
A
D
ocfs2_fs.h
551
/*00*/ DECLARE_FLEX_ARRAY(struct ocfs2_extended_slot,
se_slots
);
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
273
struct nfsd4_slot *
se_slots
[]; /* forward channel slots */
member
H
A
D
nfs4state.c
1634
free_svc_cred(&ses->
se_slots
[i]->sl_cred);
in free_session_slots()
1635
kfree(ses->
se_slots
[i]);
in free_session_slots()
1724
new->
se_slots
[i] = kzalloc(slotsize, GFP_KERNEL);
in alloc_session()
1725
if (!new->
se_slots
[i])
in alloc_session()
1735
kfree(new->
se_slots
[i]);
in alloc_session()
3782
slot = session->
se_slots
[seq->slotid];
in nfsd4_sequence()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
state.h
274
struct nfsd4_slot *
se_slots
[]; /* forward channel slots */
member
H
A
D
nfs4state.c
1753
free_svc_cred(&ses->
se_slots
[i]->sl_cred);
in free_session_slots()
1754
kfree(ses->
se_slots
[i]);
in free_session_slots()
1834
BUILD_BUG_ON(struct_size(new,
se_slots
, NFSD_MAX_SLOTS_PER_SESSION)
in alloc_session()
1837
new = kzalloc(struct_size(new,
se_slots
, numslots), GFP_KERNEL);
in alloc_session()
1842
new->
se_slots
[i] = kzalloc(slotsize, GFP_KERNEL);
in alloc_session()
1843
if (!new->
se_slots
[i])
in alloc_session()
1853
kfree(new->
se_slots
[i]);
in alloc_session()
3990
slot = session->
se_slots
[seq->slotid];
in nfsd4_sequence()
Completed in 32 milliseconds