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:tree_mod_seq
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
fs.h
508
atomic64_t
tree_mod_seq
;
member
H
A
D
delayed-ref.c
875
seq = atomic64_read(&fs_info->
tree_mod_seq
);
in init_delayed_ref_common()
H
A
D
tree-mod-log.c
49
return atomic64_inc_return(&fs_info->
tree_mod_seq
);
in btrfs_inc_tree_mod_seq()
H
A
D
transaction.c
368
atomic64_set(&fs_info->
tree_mod_seq
, 0);
in join_transaction()
H
A
D
disk-io.c
2730
atomic64_set(&fs_info->
tree_mod_seq
, 0);
in btrfs_init_fs_info()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
delayed-ref.c
908
seq = atomic64_read(&fs_info->
tree_mod_seq
);
in init_delayed_ref_common()
H
A
D
transaction.c
366
atomic64_set(&fs_info->
tree_mod_seq
, 0);
in join_transaction()
H
A
D
ctree.h
728
atomic64_t
tree_mod_seq
;
member
H
A
D
ctree.c
282
return atomic64_inc_return(&fs_info->
tree_mod_seq
);
in btrfs_inc_tree_mod_seq()
H
A
D
disk-io.c
2786
atomic64_set(&fs_info->
tree_mod_seq
, 0);
in btrfs_init_fs_info()
Completed in 35 milliseconds