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_free
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_ialloc.c
45
cur->bc_rec.i.
ir_free
= 0;
in xfs_inobt_lookup()
69
rec.inobt.
ir_free
= cpu_to_be64(irec->
ir_free
);
in xfs_inobt_update()
95
irec->
ir_free
= be64_to_cpu(rec->inobt.
ir_free
);
in xfs_inobt_btrec_to_irec()
129
realfree = irec->
ir_free
;
in xfs_inobt_get_rec()
131
realfree = irec->
ir_free
& xfs_inobt_irec_to_allocmask(irec);
in xfs_inobt_get_rec()
144
irec->
ir_free
, irec->ir_holemask);
in xfs_inobt_get_rec()
163
cur->bc_rec.i.
ir_free
= free;
in xfs_inobt_insert_rec()
500
trec->
ir_free
in __xfs_inobt_rec_merge()
[all...]
H
A
D
xfs_ialloc_btree.c
225
rec->inobt.
ir_free
= cpu_to_be64(cur->bc_rec.i.
ir_free
);
in xfs_inobt_init_rec_from_cur()
H
A
D
xfs_format.h
1539
__be64
ir_free
; /* free inode mask */
member
1547
xfs_inofree_t
ir_free
; /* free inode mask */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ialloc.c
45
cur->bc_rec.i.
ir_free
= 0;
in xfs_inobt_lookup()
69
rec.inobt.
ir_free
= cpu_to_be64(irec->
ir_free
);
in xfs_inobt_update()
95
irec->
ir_free
= be64_to_cpu(rec->inobt.
ir_free
);
in xfs_inobt_btrec_to_irec()
120
realfree = irec->
ir_free
;
in xfs_inobt_check_irec()
122
realfree = irec->
ir_free
& xfs_inobt_irec_to_allocmask(irec);
in xfs_inobt_check_irec()
144
irec->
ir_free
, irec->ir_holemask);
in xfs_inobt_complain_bad_rec()
189
cur->bc_rec.i.
ir_free
= free;
in xfs_inobt_insert_rec()
522
trec->
ir_free
in __xfs_inobt_rec_merge()
[all...]
H
A
D
xfs_ialloc_btree.c
229
rec->inobt.
ir_free
= cpu_to_be64(cur->bc_rec.i.
ir_free
);
in xfs_inobt_init_rec_from_cur()
H
A
D
xfs_format.h
1452
__be64
ir_free
; /* free inode mask */
member
1460
xfs_inofree_t
ir_free
; /* free inode mask */
member
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
ialloc.c
96
ffree = frec.
ir_free
& (1ULL << frec_idx);
in xchk_inobt_xref_finobt()
108
if (irec->
ir_free
== 0)
in xchk_inobt_xref_finobt()
112
if (irec->
ir_free
== XFS_INOBT_ALL_FREE)
in xchk_inobt_xref_finobt()
153
free = irec->
ir_free
& (1ULL << rec_idx);
in xchk_inobt_chunk_xref_finobt()
199
free = irec.
ir_free
& (1ULL << rec_idx);
in xchk_finobt_xref_inobt()
241
ffree = frec->
ir_free
& (1ULL << rec_idx);
in xchk_finobt_chunk_xref_inobt()
286
* Check that an inode's allocation status matches
ir_free
in the inobt
323
irec_free = (irec->
ir_free
& XFS_INOBT_MASK(irec_ino));
in xchk_iallocbt_check_cluster_ifree()
616
if ((holes & irec.
ir_free
) != holes ||
in xchk_iallocbt_rec()
H
A
D
inode.c
630
if (rec.
ir_free
& XFS_INOBT_MASK(agino - rec.ir_startino))
in xchk_inode_xref_finobt()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_iwalk.c
108
if (imask & ~irec->
ir_free
) {
in xfs_iwalk_ichunk_ra()
139
if (XFS_INOBT_MASK(i) & ~irec->
ir_free
)
in xfs_iwalk_adjust_start()
143
irec->
ir_free
|= xfs_inobt_maskn(0, idx);
in xfs_iwalk_adjust_start()
210
if (XFS_INOBT_MASK(j) & irec->
ir_free
)
in xfs_iwalk_ag_recs()
H
A
D
xfs_itable.c
338
.xi_allocmask = ~irec->
ir_free
,
in xfs_inumbers_walk()
H
A
D
xfs_trace.h
3629
__entry->freemask = irec->
ir_free
;
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_iwalk.c
113
if (imask & ~irec->
ir_free
) {
in xfs_iwalk_ichunk_ra()
144
if (XFS_INOBT_MASK(i) & ~irec->
ir_free
)
in xfs_iwalk_adjust_start()
148
irec->
ir_free
|= xfs_inobt_maskn(0, idx);
in xfs_iwalk_adjust_start()
214
if (XFS_INOBT_MASK(j) & irec->
ir_free
)
in xfs_iwalk_ag_recs()
H
A
D
xfs_itable.c
397
.xi_allocmask = ~irec->
ir_free
,
in xfs_inumbers_walk()
H
A
D
xfs_trace.h
4006
__entry->freemask = irec->
ir_free
;
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
ialloc.c
131
* Check that an inode's allocation status matches
ir_free
in the inobt
168
irec_free = (irec->
ir_free
& XFS_INOBT_MASK(irec_ino));
in xchk_iallocbt_check_cluster_ifree()
445
if (real_freecount != xchk_iallocbt_freecount(irec.
ir_free
))
in xchk_iallocbt_rec()
480
if ((holes & irec.
ir_free
) != holes ||
in xchk_iallocbt_rec()
H
A
D
inode.c
471
if (rec.
ir_free
& XFS_INOBT_MASK(agino - rec.ir_startino))
in xchk_inode_xref_finobt()
Completed in 29 milliseconds