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:ir_holemask
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
ialloc.c
98
fhole = frec.
ir_holemask
& (1U << fhole_idx);
in xchk_inobt_xref_finobt()
155
hole = irec->
ir_holemask
& (1U << hole_idx);
in xchk_inobt_chunk_xref_finobt()
201
hole = irec.
ir_holemask
& (1U << hole_idx);
in xchk_finobt_xref_inobt()
243
fhole = frec->
ir_holemask
& (1U << hole_idx);
in xchk_finobt_chunk_xref_inobt()
375
uint16_t
ir_holemask
;
in xchk_iallocbt_check_cluster()
local
398
ir_holemask
= (irec->
ir_holemask
& cluster_mask);
in xchk_iallocbt_check_cluster()
412
cluster_mask,
ir_holemask
,
in xchk_iallocbt_check_cluster()
417
if (
ir_holemask
!= cluster_mask &&
ir_holemask
!
in xchk_iallocbt_check_cluster()
[all...]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
ialloc.c
222
uint16_t
ir_holemask
;
in xchk_iallocbt_check_cluster()
local
245
ir_holemask
= (irec->
ir_holemask
& cluster_mask);
in xchk_iallocbt_check_cluster()
259
cluster_mask,
ir_holemask
,
in xchk_iallocbt_check_cluster()
264
if (
ir_holemask
!= cluster_mask &&
ir_holemask
!= 0) {
in xchk_iallocbt_check_cluster()
270
if (
ir_holemask
) {
in xchk_iallocbt_check_cluster()
463
if (!xfs_inobt_issparse(irec.
ir_holemask
)) {
in xchk_iallocbt_rec()
475
holemask = irec.
ir_holemask
;
in xchk_iallocbt_rec()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_ialloc.c
42
cur->bc_rec.i.
ir_holemask
= 0;
in xfs_inobt_lookup()
62
rec.inobt.ir_u.sp.
ir_holemask
= cpu_to_be16(irec->
ir_holemask
);
in xfs_inobt_update()
66
/*
ir_holemask
/ir_count not supported on-disk */
in xfs_inobt_update()
82
irec->
ir_holemask
= be16_to_cpu(rec->inobt.ir_u.sp.
ir_holemask
);
in xfs_inobt_btrec_to_irec()
87
*
ir_holemask
/ir_count not supported on-disk. Fill in hardcoded
in xfs_inobt_btrec_to_irec()
90
irec->
ir_holemask
= XFS_INOBT_HOLEMASK_FULL;
in xfs_inobt_btrec_to_irec()
128
if (!xfs_inobt_issparse(irec->
ir_holemask
))
in xfs_inobt_get_rec()
144
irec->ir_free, irec->
ir_holemask
);
in xfs_inobt_get_rec()
[all...]
H
A
D
xfs_ialloc_btree.c
216
rec->inobt.ir_u.sp.
ir_holemask
=
in xfs_inobt_init_rec_from_cur()
217
cpu_to_be16(cur->bc_rec.i.
ir_holemask
);
in xfs_inobt_init_rec_from_cur()
221
/*
ir_holemask
/ir_count not supported on-disk */
in xfs_inobt_init_rec_from_cur()
577
allocbitmap = ~rec->
ir_holemask
& ((1 << XFS_INOBT_HOLEMASK_BITS) - 1);
in xfs_inobt_irec_to_allocmask()
587
ASSERT(nextbit < (sizeof(rec->
ir_holemask
) * NBBY));
in xfs_inobt_irec_to_allocmask()
H
A
D
xfs_format.h
1534
__be16
ir_holemask
;/* hole mask for sparse chunks */
member
1544
uint16_t
ir_holemask
; /* hole mask for sparse chunks */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ialloc.c
42
cur->bc_rec.i.
ir_holemask
= 0;
in xfs_inobt_lookup()
62
rec.inobt.ir_u.sp.
ir_holemask
= cpu_to_be16(irec->
ir_holemask
);
in xfs_inobt_update()
66
/*
ir_holemask
/ir_count not supported on-disk */
in xfs_inobt_update()
82
irec->
ir_holemask
= be16_to_cpu(rec->inobt.ir_u.sp.
ir_holemask
);
in xfs_inobt_btrec_to_irec()
87
*
ir_holemask
/ir_count not supported on-disk. Fill in hardcoded
in xfs_inobt_btrec_to_irec()
90
irec->
ir_holemask
= XFS_INOBT_HOLEMASK_FULL;
in xfs_inobt_btrec_to_irec()
119
if (!xfs_inobt_issparse(irec->
ir_holemask
))
in xfs_inobt_check_irec()
144
irec->ir_free, irec->
ir_holemask
);
in xfs_inobt_complain_bad_rec()
[all...]
H
A
D
xfs_ialloc_btree.c
220
rec->inobt.ir_u.sp.
ir_holemask
=
in xfs_inobt_init_rec_from_cur()
221
cpu_to_be16(cur->bc_rec.i.
ir_holemask
);
in xfs_inobt_init_rec_from_cur()
225
/*
ir_holemask
/ir_count not supported on-disk */
in xfs_inobt_init_rec_from_cur()
648
allocbitmap = ~rec->
ir_holemask
& ((1 << XFS_INOBT_HOLEMASK_BITS) - 1);
in xfs_inobt_irec_to_allocmask()
658
ASSERT(nextbit < (sizeof(rec->
ir_holemask
) * NBBY));
in xfs_inobt_irec_to_allocmask()
H
A
D
xfs_format.h
1447
__be16
ir_holemask
;/* hole mask for sparse chunks */
member
1457
uint16_t
ir_holemask
; /* hole mask for sparse chunks */
member
Completed in 16 milliseconds