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:ci_flags
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
uptodate.c
104
ci->
ci_flags
|= OCFS2_CACHE_FL_INLINE;
in ocfs2_metadata_cache_reset()
165
tree = !(ci->
ci_flags
& OCFS2_CACHE_FL_INLINE);
in ocfs2_metadata_cache_purge()
240
!!(ci->
ci_flags
& OCFS2_CACHE_FL_INLINE));
in ocfs2_buffer_cached()
242
if (ci->
ci_flags
& OCFS2_CACHE_FL_INLINE)
in ocfs2_buffer_cached()
342
return (ci->
ci_flags
& OCFS2_CACHE_FL_INLINE) &&
in ocfs2_insert_can_use_array()
360
mlog_bug_on_msg(!(ci->
ci_flags
& OCFS2_CACHE_FL_INLINE),
in ocfs2_expand_cache()
369
ci->
ci_flags
&= ~OCFS2_CACHE_FL_INLINE;
in ocfs2_expand_cache()
381
ci->
ci_flags
, ci->ci_num_cached);
in ocfs2_expand_cache()
495
if (ci->
ci_flags
& OCFS2_CACHE_FL_INLINE) {
in ocfs2_set_buffer_uptodate()
567
ci->
ci_flags
);
in ocfs2_remove_block_from_cache()
[all...]
H
A
D
ocfs2.h
73
unsigned int
ci_flags
;
member
H
A
D
inode.c
1174
mlog_bug_on_msg(!(INODE_CACHE(inode)->
ci_flags
& OCFS2_CACHE_FL_INLINE),
in ocfs2_clear_inode()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
uptodate.c
102
ci->
ci_flags
|= OCFS2_CACHE_FL_INLINE;
in ocfs2_metadata_cache_reset()
163
tree = !(ci->
ci_flags
& OCFS2_CACHE_FL_INLINE);
in ocfs2_metadata_cache_purge()
238
!!(ci->
ci_flags
& OCFS2_CACHE_FL_INLINE));
in ocfs2_buffer_cached()
240
if (ci->
ci_flags
& OCFS2_CACHE_FL_INLINE)
in ocfs2_buffer_cached()
340
return (ci->
ci_flags
& OCFS2_CACHE_FL_INLINE) &&
in ocfs2_insert_can_use_array()
358
mlog_bug_on_msg(!(ci->
ci_flags
& OCFS2_CACHE_FL_INLINE),
in ocfs2_expand_cache()
367
ci->
ci_flags
&= ~OCFS2_CACHE_FL_INLINE;
in ocfs2_expand_cache()
379
ci->
ci_flags
, ci->ci_num_cached);
in ocfs2_expand_cache()
493
if (ci->
ci_flags
& OCFS2_CACHE_FL_INLINE) {
in ocfs2_set_buffer_uptodate()
565
ci->
ci_flags
);
in ocfs2_remove_block_from_cache()
[all...]
H
A
D
ocfs2.h
71
unsigned int
ci_flags
;
member
H
A
D
inode.c
1172
mlog_bug_on_msg(!(INODE_CACHE(inode)->
ci_flags
& OCFS2_CACHE_FL_INLINE),
in ocfs2_clear_inode()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
nilfs2_api.h
24
__u32
ci_flags
;
member
40
{ return ! ! (cpinfo->
ci_flags
& (1UL << NILFS_CPINFO_ ##flag)); \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
nilfs2_api.h
24
__u32
ci_flags
;
member
40
{ return ! ! (cpinfo->
ci_flags
& (1UL << NILFS_CPINFO_ ##flag)); \
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
nilfs2_api.h
21
* @
ci_flags
: flags
31
__u32
ci_flags
;
member
53
return !!(cpinfo->
ci_flags
& (1UL << NILFS_CPINFO_##flag)); \
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
nilfs2_api.h
21
* @
ci_flags
: flags
31
__u32
ci_flags
;
member
53
return !!(cpinfo->
ci_flags
& (1UL << NILFS_CPINFO_##flag)); \
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
nilfs2_api.h
11
__u32
ci_flags
;
member
30
return !!(cpinfo->
ci_flags
& (1UL << NILFS_CPINFO_##flag)); \
/kernel/linux/linux-5.10/fs/nilfs2/
H
A
D
cpfile.c
414
ci->
ci_flags
= le32_to_cpu(cp->cp_flags);
in nilfs_cpfile_checkpoint_to_cpinfo()
/kernel/linux/linux-6.6/fs/nilfs2/
H
A
D
cpfile.c
414
ci->
ci_flags
= le32_to_cpu(cp->cp_flags);
in nilfs_cpfile_checkpoint_to_cpinfo()
Completed in 14 milliseconds