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:force_restat
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/vboxsf/
H
A
D
utils.c
191
if (!sf_i->
force_restat
) {
in vboxsf_inode_revalidate()
201
sf_i->
force_restat
= 0;
in vboxsf_inode_revalidate()
228
sf_i->
force_restat
= 1;
in vboxsf_getattr()
309
sf_i->
force_restat
= 1;
in vboxsf_setattr()
327
sf_i->
force_restat
= 1;
in vboxsf_setattr()
333
if (sf_i->
force_restat
)
in vboxsf_setattr()
H
A
D
dir.c
247
sf_i->
force_restat
= 1;
in vboxsf_dir_instantiate()
286
sf_parent_i->
force_restat
= 1;
in vboxsf_dir_create()
383
sf_parent_i->
force_restat
= 1;
in vboxsf_dir_unlink()
420
sf_new_parent_i->
force_restat
= 1;
in vboxsf_dir_rename()
421
sf_old_parent_i->
force_restat
= 1;
in vboxsf_dir_rename()
466
sf_parent_i->
force_restat
= 1;
in vboxsf_dir_symlink()
H
A
D
file.c
34
sf_i->
force_restat
= 1;
in vboxsf_create_sf_handle()
298
sf_i->
force_restat
= 1;
in vboxsf_writepage()
333
VBOXSF_I(inode)->
force_restat
= 1;
in vboxsf_write_end()
H
A
D
vfsmod.h
55
int
force_restat
;
member
H
A
D
super.c
248
sf_i->
force_restat
= 0;
in vboxsf_alloc_inode()
/kernel/linux/linux-6.6/fs/vboxsf/
H
A
D
utils.c
208
if (!sf_i->
force_restat
) {
in vboxsf_inode_revalidate()
218
sf_i->
force_restat
= 0;
in vboxsf_inode_revalidate()
247
sf_i->
force_restat
= 1;
in vboxsf_getattr()
329
sf_i->
force_restat
= 1;
in vboxsf_setattr()
347
sf_i->
force_restat
= 1;
in vboxsf_setattr()
353
if (sf_i->
force_restat
)
in vboxsf_setattr()
H
A
D
dir.c
248
sf_i->
force_restat
= 1;
in vboxsf_dir_instantiate()
287
sf_parent_i->
force_restat
= 1;
in vboxsf_dir_create()
386
sf_parent_i->
force_restat
= 1;
in vboxsf_dir_unlink()
424
sf_new_parent_i->
force_restat
= 1;
in vboxsf_dir_rename()
425
sf_old_parent_i->
force_restat
= 1;
in vboxsf_dir_rename()
471
sf_parent_i->
force_restat
= 1;
in vboxsf_dir_symlink()
H
A
D
file.c
34
sf_i->
force_restat
= 1;
in vboxsf_create_sf_handle()
299
sf_i->
force_restat
= 1;
in vboxsf_writepage()
334
VBOXSF_I(inode)->
force_restat
= 1;
in vboxsf_write_end()
H
A
D
vfsmod.h
55
int
force_restat
;
member
H
A
D
super.c
248
sf_i->
force_restat
= 0;
in vboxsf_alloc_inode()
Completed in 7 milliseconds