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:full_inums
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
shmem_fs.h
39
bool
full_inums
; /* If i_ino should be uint or ino_t */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
shmem_fs.h
63
bool
full_inums
; /* If i_ino should be uint or ino_t */
member
/kernel/linux/linux-5.10/mm/
H
A
D
shmem.c
117
bool
full_inums
;
member
293
if (unlikely(!sbinfo->
full_inums
&&
in shmem_reserve_inode()
3540
ctx->
full_inums
= false;
in shmem_parse_one()
3548
ctx->
full_inums
= true;
in shmem_parse_one()
3642
if ((ctx->seen & SHMEM_SEEN_INUMS) && !ctx->
full_inums
&&
in shmem_reconfigure()
3651
sbinfo->
full_inums
= ctx->
full_inums
;
in shmem_reconfigure()
3707
* |
full_inums
=true | show | show |
in shmem_show_options()
3708
* |
full_inums
=false | show | hide |
in shmem_show_options()
3712
if (IS_ENABLED(CONFIG_TMPFS_INODE64) || sbinfo->
full_inums
)
in shmem_show_options()
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
shmem.c
119
bool
full_inums
;
member
348
if (unlikely(!sbinfo->
full_inums
&&
in shmem_reserve_inode()
3989
ctx->
full_inums
= false;
in shmem_parse_one()
3997
ctx->
full_inums
= true;
in shmem_parse_one()
4151
if ((ctx->seen & SHMEM_SEEN_INUMS) && !ctx->
full_inums
&&
in shmem_reconfigure()
4186
sbinfo->
full_inums
= ctx->
full_inums
;
in shmem_reconfigure()
4247
* |
full_inums
=true | show | show |
in shmem_show_options()
4248
* |
full_inums
=false | show | hide |
in shmem_show_options()
4252
if (IS_ENABLED(CONFIG_TMPFS_INODE64) || sbinfo->
full_inums
)
in shmem_show_options()
[all...]
Completed in 15 milliseconds