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:stash_status
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
inode.h
130
unsigned int
stash_status
;
member
190
smp_load_acquire(&info->
stash_status
)); // protect
in hmdfs_inode_is_stashing()
H
A
D
stash.c
418
* the setting of
stash_status
as HMDFS_REMOTE_INODE_STASHING
in hmdfs_flush_stash_file_data()
638
info->
stash_status
= HMDFS_REMOTE_INODE_STASHING;
in hmdfs_init_stash_file_cache()
689
smp_store_release(&info->
stash_status
, status);
in hmdfs_stash_remote_inode()
744
status = smp_load_acquire(&info->
stash_status
);
in hmdfs_stash_fetch_ready_files()
860
int status = READ_ONCE(info->
stash_status
);
in hmdfs_stash_offline_do_stash()
905
* For updating
stash_status
after iput()
in hmdfs_reset_stashed_inode()
911
* Ensure the order of stash_node and
stash_status
:
in hmdfs_reset_stashed_inode()
912
* only update
stash_status
to NONE after removal of
in hmdfs_reset_stashed_inode()
915
smp_store_release(&info->
stash_status
,
in hmdfs_reset_stashed_inode()
935
READ_ONCE(info->
stash_status
));
in hmdfs_drop_stashed_inodes()
[all...]
H
A
D
hmdfs_client.h
77
READ_ONCE(info->
stash_status
) != HMDFS_REMOTE_INODE_RESTORING;
in hmdfs_need_redirty_page()
H
A
D
hmdfs_client.c
236
unsigned int status = READ_ONCE(info->
stash_status
);
in hmdfs_client_rewrite_for_offline()
265
unsigned int status = READ_ONCE(info->
stash_status
);
in hmdfs_remote_write_to_remote()
273
stashing = (info->
stash_status
== HMDFS_REMOTE_INODE_STASHING);
in hmdfs_remote_write_to_remote()
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
inode.h
130
unsigned int
stash_status
;
member
190
smp_load_acquire(&info->
stash_status
)); // protect
in hmdfs_inode_is_stashing()
H
A
D
stash.c
408
* the setting of
stash_status
as HMDFS_REMOTE_INODE_STASHING
in hmdfs_flush_stash_file_data()
628
info->
stash_status
= HMDFS_REMOTE_INODE_STASHING;
in hmdfs_init_stash_file_cache()
679
smp_store_release(&info->
stash_status
, status);
in hmdfs_stash_remote_inode()
734
status = smp_load_acquire(&info->
stash_status
);
in hmdfs_stash_fetch_ready_files()
850
int status = READ_ONCE(info->
stash_status
);
in hmdfs_stash_offline_do_stash()
895
* For updating
stash_status
after iput()
in hmdfs_reset_stashed_inode()
901
* Ensure the order of stash_node and
stash_status
:
in hmdfs_reset_stashed_inode()
902
* only update
stash_status
to NONE after removal of
in hmdfs_reset_stashed_inode()
905
smp_store_release(&info->
stash_status
,
in hmdfs_reset_stashed_inode()
925
READ_ONCE(info->
stash_status
));
in hmdfs_drop_stashed_inodes()
[all...]
H
A
D
hmdfs_client.h
77
READ_ONCE(info->
stash_status
) != HMDFS_REMOTE_INODE_RESTORING;
in hmdfs_need_redirty_page()
H
A
D
hmdfs_client.c
235
unsigned int status = READ_ONCE(info->
stash_status
);
in hmdfs_client_rewrite_for_offline()
264
unsigned int status = READ_ONCE(info->
stash_status
);
in hmdfs_remote_write_to_remote()
272
stashing = (info->
stash_status
== HMDFS_REMOTE_INODE_STASHING);
in hmdfs_remote_write_to_remote()
Completed in 13 milliseconds