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:newbno2
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
330
xfs_agblock_t
newbno2
; /* other new block number */
in xfs_alloc_compute_diff()
local
332
xfs_extlen_t newlen2=0; /* length with
newbno2
*/
in xfs_alloc_compute_diff()
351
newbno2
= newbno1 - alignment;
in xfs_alloc_compute_diff()
356
if (
newbno2
< freebno)
in xfs_alloc_compute_diff()
357
newbno2
= NULLAGBLOCK;
in xfs_alloc_compute_diff()
359
newlen2 = XFS_EXTLEN_MIN(wantlen, freeend -
newbno2
);
in xfs_alloc_compute_diff()
360
if (newbno1 != NULLAGBLOCK &&
newbno2
!= NULLAGBLOCK) {
in xfs_alloc_compute_diff()
364
XFS_ABSDIFF(
newbno2
, wantbno)))
in xfs_alloc_compute_diff()
365
newbno1 =
newbno2
;
in xfs_alloc_compute_diff()
366
} else if (
newbno2
!
in xfs_alloc_compute_diff()
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
375
xfs_agblock_t
newbno2
; /* other new block number */
in xfs_alloc_compute_diff()
local
377
xfs_extlen_t newlen2=0; /* length with
newbno2
*/
in xfs_alloc_compute_diff()
396
newbno2
= newbno1 - alignment;
in xfs_alloc_compute_diff()
401
if (
newbno2
< freebno)
in xfs_alloc_compute_diff()
402
newbno2
= NULLAGBLOCK;
in xfs_alloc_compute_diff()
404
newlen2 = XFS_EXTLEN_MIN(wantlen, freeend -
newbno2
);
in xfs_alloc_compute_diff()
405
if (newbno1 != NULLAGBLOCK &&
newbno2
!= NULLAGBLOCK) {
in xfs_alloc_compute_diff()
409
XFS_ABSDIFF(
newbno2
, wantbno)))
in xfs_alloc_compute_diff()
410
newbno1 =
newbno2
;
in xfs_alloc_compute_diff()
411
} else if (
newbno2
!
in xfs_alloc_compute_diff()
[all...]
Completed in 4 milliseconds