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:recow
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
file.c
700
int
recow
;
in __btrfs_drop_extents()
local
715
recow
= 0;
in __btrfs_drop_extents()
742
recow
= 1;
in __btrfs_drop_extents()
798
if (
recow
|| !modify_tree) {
in __btrfs_drop_extents()
1089
int
recow
;
in btrfs_mark_extent_written()
local
1097
recow
= 0;
in btrfs_mark_extent_written()
1244
recow
= 1;
in btrfs_mark_extent_written()
1255
if (
recow
) {
in btrfs_mark_extent_written()
1273
if (
recow
) {
in btrfs_mark_extent_written()
H
A
D
extent-tree.c
450
int
recow
;
in lookup_extent_data_ref()
local
463
recow
= 0;
in lookup_extent_data_ref()
488
recow
= 1;
in lookup_extent_data_ref()
501
if (
recow
) {
in lookup_extent_data_ref()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
file.c
220
int
recow
;
in btrfs_drop_extents()
local
249
recow
= 0;
in btrfs_drop_extents()
274
recow
= 1;
in btrfs_drop_extents()
330
if (
recow
|| !modify_tree) {
in btrfs_drop_extents()
613
int
recow
;
in btrfs_mark_extent_written()
local
621
recow
= 0;
in btrfs_mark_extent_written()
768
recow
= 1;
in btrfs_mark_extent_written()
780
if (
recow
) {
in btrfs_mark_extent_written()
798
if (
recow
) {
in btrfs_mark_extent_written()
H
A
D
extent-tree.c
442
int
recow
;
in lookup_extent_data_ref()
local
455
recow
= 0;
in lookup_extent_data_ref()
480
recow
= 1;
in lookup_extent_data_ref()
493
if (
recow
) {
in lookup_extent_data_ref()
Completed in 21 milliseconds