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_align
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_bmap.c
3319
int
stripe_align
= 0;
in xfs_bmap_compute_alignments()
local
3323
stripe_align
= mp->m_swidth;
in xfs_bmap_compute_alignments()
3325
stripe_align
= mp->m_dalign;
in xfs_bmap_compute_alignments()
3355
return
stripe_align
;
in xfs_bmap_compute_alignments()
3467
int
stripe_align
,
in xfs_bmap_btalloc_at_eof()
3489
if (blen >
stripe_align
&& blen <= args->maxlen)
in xfs_bmap_btalloc_at_eof()
3490
nextminlen = blen -
stripe_align
;
in xfs_bmap_btalloc_at_eof()
3493
if (nextminlen +
stripe_align
> args->minlen + 1)
in xfs_bmap_btalloc_at_eof()
3494
args->minalignslop = nextminlen +
stripe_align
-
in xfs_bmap_btalloc_at_eof()
3515
args->alignment =
stripe_align
;
in xfs_bmap_btalloc_at_eof()
3463
xfs_bmap_btalloc_at_eof( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, xfs_extlen_t blen, int
stripe_align
, bool ag_only)
xfs_bmap_btalloc_at_eof()
argument
3589
xfs_bmap_btalloc_filestreams( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, int
stripe_align
)
xfs_bmap_btalloc_filestreams()
argument
3639
xfs_bmap_btalloc_best_length( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, int
stripe_align
)
xfs_bmap_btalloc_best_length()
argument
3699
int
stripe_align
;
xfs_bmap_btalloc()
local
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_bmap.c
3484
int
stripe_align
;
in xfs_bmap_btalloc()
local
3493
stripe_align
= 0;
in xfs_bmap_btalloc()
3495
stripe_align
= mp->m_swidth;
in xfs_bmap_btalloc()
3497
stripe_align
= mp->m_dalign;
in xfs_bmap_btalloc()
3598
args.alignment =
stripe_align
;
in xfs_bmap_btalloc()
3625
if (blen >
stripe_align
&& blen <= args.maxlen)
in xfs_bmap_btalloc()
3626
nextminlen = blen -
stripe_align
;
in xfs_bmap_btalloc()
3629
if (nextminlen +
stripe_align
> args.minlen + 1)
in xfs_bmap_btalloc()
3631
nextminlen +
stripe_align
-
in xfs_bmap_btalloc()
3656
args.alignment =
stripe_align
;
in xfs_bmap_btalloc()
[all...]
Completed in 10 milliseconds