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:trimming
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
block-group.c
1129
* At this point
trimming
or scrub can't start on this block group,
in btrfs_remove_block_group()
1134
* if they didn't, for the
trimming
case they won't find any free space
in btrfs_remove_block_group()
1141
* avoid races with
trimming
and scrub.
in btrfs_remove_block_group()
1144
* completely transactionless, so while it is
trimming
a range the
in btrfs_remove_block_group()
1358
int
trimming
;
in btrfs_delete_unused_bgs()
local
1473
* then
trimming
is handled in the transaction commit path.
in btrfs_delete_unused_bgs()
1474
* Async discard interposes before this to do the
trimming
in btrfs_delete_unused_bgs()
1475
* before coming down the unused block group path as
trimming
in btrfs_delete_unused_bgs()
1482
trimming
= btrfs_test_opt(fs_info, DISCARD_SYNC);
in btrfs_delete_unused_bgs()
1485
if (
trimming
)
in btrfs_delete_unused_bgs()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
block-group.c
1246
* At this point
trimming
or scrub can't start on this block group,
in btrfs_remove_block_group()
1251
* if they didn't, for the
trimming
case they won't find any free space
in btrfs_remove_block_group()
1258
* avoid races with
trimming
and scrub.
in btrfs_remove_block_group()
1261
* completely transactionless, so while it is
trimming
a range the
in btrfs_remove_block_group()
1493
int
trimming
;
in btrfs_delete_unused_bgs()
local
1652
* then
trimming
is handled in the transaction commit path.
in btrfs_delete_unused_bgs()
1653
* Async discard interposes before this to do the
trimming
in btrfs_delete_unused_bgs()
1654
* before coming down the unused block group path as
trimming
in btrfs_delete_unused_bgs()
1664
trimming
= btrfs_test_opt(fs_info, DISCARD_SYNC) ||
in btrfs_delete_unused_bgs()
1668
if (
trimming
)
in btrfs_delete_unused_bgs()
[all...]
Completed in 6 milliseconds