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:XFS_INOBT_MASK
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
ialloc.c
168
irec_free = (irec->ir_free &
XFS_INOBT_MASK
(irec_ino));
in xchk_iallocbt_check_cluster_ifree()
235
cluster_mask |=
XFS_INOBT_MASK
((cluster_base + cluster_index) /
in xchk_iallocbt_check_cluster()
H
A
D
inode.c
471
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
139
if (
XFS_INOBT_MASK
(i) & ~irec->ir_free)
in xfs_iwalk_adjust_start()
210
if (
XFS_INOBT_MASK
(j) & irec->ir_free)
in xfs_iwalk_ag_recs()
H
A
D
xfs_inode.c
2623
if ((xic->alloc &
XFS_INOBT_MASK
(ioffset)) == 0) {
in xfs_ifree_cluster()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_iwalk.c
144
if (
XFS_INOBT_MASK
(i) & ~irec->ir_free)
in xfs_iwalk_adjust_start()
214
if (
XFS_INOBT_MASK
(j) & irec->ir_free)
in xfs_iwalk_ag_recs()
H
A
D
xfs_inode.c
2294
if ((xic->alloc &
XFS_INOBT_MASK
(ioffset)) == 0) {
in xfs_ifree_cluster()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
ialloc.c
323
irec_free = (irec->ir_free &
XFS_INOBT_MASK
(irec_ino));
in xchk_iallocbt_check_cluster_ifree()
388
cluster_mask |=
XFS_INOBT_MASK
((cluster_base + cluster_index) /
in xchk_iallocbt_check_cluster()
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/libxfs/
H
A
D
xfs_ialloc.c
1369
rec.ir_free &= ~
XFS_INOBT_MASK
(offset);
in xfs_dialloc_ag_inobt()
1555
rec.ir_free &= ~
XFS_INOBT_MASK
(offset);
in xfs_dialloc_ag_update_inobt()
1631
rec.ir_free &= ~
XFS_INOBT_MASK
(offset);
in xfs_dialloc_ag()
1984
ASSERT(!(rec.ir_free &
XFS_INOBT_MASK
(off)));
in xfs_difree_inobt()
1988
rec.ir_free |=
XFS_INOBT_MASK
(off);
in xfs_difree_inobt()
2119
rec.ir_free |=
XFS_INOBT_MASK
(offset);
in xfs_difree_finobt()
2299
(rec.ir_free &
XFS_INOBT_MASK
(agino - rec.ir_startino)))
in xfs_imap_lookup()
H
A
D
xfs_format.h
1505
#define
XFS_INOBT_MASK
(i) ((xfs_inofree_t)1 << (i))
macro
1514
return ((n >= XFS_INODES_PER_CHUNK ? 0 :
XFS_INOBT_MASK
(n)) - 1) << i;
in xfs_inobt_maskn()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ialloc.c
1247
rec.ir_free &= ~
XFS_INOBT_MASK
(offset);
in xfs_dialloc_ag_inobt()
1433
rec.ir_free &= ~
XFS_INOBT_MASK
(offset);
in xfs_dialloc_ag_update_inobt()
1509
rec.ir_free &= ~
XFS_INOBT_MASK
(offset);
in xfs_dialloc_ag()
1973
ASSERT(!(rec.ir_free &
XFS_INOBT_MASK
(off)));
in xfs_difree_inobt()
1977
rec.ir_free |=
XFS_INOBT_MASK
(off);
in xfs_difree_inobt()
2107
rec.ir_free |=
XFS_INOBT_MASK
(offset);
in xfs_difree_finobt()
2283
(rec.ir_free &
XFS_INOBT_MASK
(agino - rec.ir_startino)))
in xfs_imap_lookup()
H
A
D
xfs_format.h
1418
#define
XFS_INOBT_MASK
(i) ((xfs_inofree_t)1 << (i))
macro
1427
return ((n >= XFS_INODES_PER_CHUNK ? 0 :
XFS_INOBT_MASK
(n)) - 1) << i;
in xfs_inobt_maskn()
Completed in 26 milliseconds