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:prev_rec
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
rmap.c
55
struct xfs_rmap_irec
prev_rec
;
member
231
const struct xfs_rmap_irec *r1 = &cr->
prev_rec
;
in xchk_rmap_mergeable()
233
/* Ignore if
prev_rec
is not yet initialized. */
in xchk_rmap_mergeable()
234
if (cr->
prev_rec
.rm_blockcount == 0)
in xchk_rmap_mergeable()
267
memcpy(&cr->
prev_rec
, irec, sizeof(struct xfs_rmap_irec));
in xchk_rmapbt_check_mergeable()
H
A
D
bmap.c
101
struct xfs_bmbt_irec
prev_rec
;
member
400
if (irec->br_startoff < info->
prev_rec
.br_startoff +
in xchk_bmap_iextent()
401
info->
prev_rec
.br_blockcount)
in xchk_bmap_iextent()
712
if (irec->br_startoff < info->
prev_rec
.br_startoff +
in xchk_bmap_iextent_delalloc()
713
info->
prev_rec
.br_blockcount)
in xchk_bmap_iextent_delalloc()
925
memcpy(&info.
prev_rec
, &irec, sizeof(struct xfs_bmbt_irec));
in xchk_bmap()
H
A
D
refcount.c
335
struct xfs_refcount_irec
prev_rec
;
member
399
const struct xfs_refcount_irec *r1 = &rrc->
prev_rec
;
in xchk_refcount_mergeable()
401
/* Ignore if
prev_rec
is not yet initialized. */
in xchk_refcount_mergeable()
431
memcpy(&rrc->
prev_rec
, irec, sizeof(struct xfs_refcount_irec));
in xchk_refcountbt_check_mergeable()
Completed in 4 milliseconds