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:stripe_nr_end
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
volumes.c
5683
u64
stripe_nr_end
;
in __btrfs_map_block_for_discard()
local
5726
stripe_nr_end
= round_up(offset + length, map->stripe_len);
in __btrfs_map_block_for_discard()
5727
stripe_nr_end
= div64_u64(
stripe_nr_end
, map->stripe_len);
in __btrfs_map_block_for_discard()
5728
stripe_cnt =
stripe_nr_end
- stripe_nr;
in __btrfs_map_block_for_discard()
5729
stripe_end_offset =
stripe_nr_end
* map->stripe_len -
in __btrfs_map_block_for_discard()
5752
div_u64_rem(
stripe_nr_end
- 1, factor, &last_stripe);
in __btrfs_map_block_for_discard()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
volumes.c
5935
u32
stripe_nr_end
;
in btrfs_map_discard()
local
5973
stripe_nr_end
= round_up(offset + length, BTRFS_STRIPE_LEN) >>
in btrfs_map_discard()
5975
stripe_cnt =
stripe_nr_end
- stripe_nr;
in btrfs_map_discard()
5976
stripe_end_offset = btrfs_stripe_nr_to_offset(
stripe_nr_end
) -
in btrfs_map_discard()
6001
last_stripe = ((
stripe_nr_end
- 1) % factor) * sub_stripes;
in btrfs_map_discard()
Completed in 17 milliseconds