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:BMAP_LEFT_CONTIG
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_bmap.c
1557
state |=
BMAP_LEFT_CONTIG
;
in xfs_bmap_add_extent_delay_real()
1575
((state & (
BMAP_LEFT_CONTIG
| BMAP_LEFT_FILLING |
in xfs_bmap_add_extent_delay_real()
1577
(
BMAP_LEFT_CONTIG
| BMAP_LEFT_FILLING |
in xfs_bmap_add_extent_delay_real()
1587
switch (state & (BMAP_LEFT_FILLING |
BMAP_LEFT_CONTIG
|
in xfs_bmap_add_extent_delay_real()
1589
case BMAP_LEFT_FILLING |
BMAP_LEFT_CONTIG
|
in xfs_bmap_add_extent_delay_real()
1634
case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING |
BMAP_LEFT_CONTIG
:
in xfs_bmap_add_extent_delay_real()
1728
case BMAP_LEFT_FILLING |
BMAP_LEFT_CONTIG
:
in xfs_bmap_add_extent_delay_real()
1978
case BMAP_LEFT_FILLING |
BMAP_LEFT_CONTIG
| BMAP_RIGHT_CONTIG:
in xfs_bmap_add_extent_delay_real()
1979
case BMAP_RIGHT_FILLING |
BMAP_LEFT_CONTIG
| BMAP_RIGHT_CONTIG:
in xfs_bmap_add_extent_delay_real()
1981
case BMAP_RIGHT_FILLING |
BMAP_LEFT_CONTIG
in xfs_bmap_add_extent_delay_real()
[all...]
H
A
D
xfs_bmap.h
142
#define
BMAP_LEFT_CONTIG
(1 << 0)
macro
154
{
BMAP_LEFT_CONTIG
, "LC" }, \
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_bmap.c
1477
state |=
BMAP_LEFT_CONTIG
;
in xfs_bmap_add_extent_delay_real()
1495
((state & (
BMAP_LEFT_CONTIG
| BMAP_LEFT_FILLING |
in xfs_bmap_add_extent_delay_real()
1497
(
BMAP_LEFT_CONTIG
| BMAP_LEFT_FILLING |
in xfs_bmap_add_extent_delay_real()
1507
switch (state & (BMAP_LEFT_FILLING |
BMAP_LEFT_CONTIG
|
in xfs_bmap_add_extent_delay_real()
1509
case BMAP_LEFT_FILLING |
BMAP_LEFT_CONTIG
|
in xfs_bmap_add_extent_delay_real()
1554
case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING |
BMAP_LEFT_CONTIG
:
in xfs_bmap_add_extent_delay_real()
1648
case BMAP_LEFT_FILLING |
BMAP_LEFT_CONTIG
:
in xfs_bmap_add_extent_delay_real()
1898
case BMAP_LEFT_FILLING |
BMAP_LEFT_CONTIG
| BMAP_RIGHT_CONTIG:
in xfs_bmap_add_extent_delay_real()
1899
case BMAP_RIGHT_FILLING |
BMAP_LEFT_CONTIG
| BMAP_RIGHT_CONTIG:
in xfs_bmap_add_extent_delay_real()
1901
case BMAP_RIGHT_FILLING |
BMAP_LEFT_CONTIG
in xfs_bmap_add_extent_delay_real()
[all...]
H
A
D
xfs_bmap.h
128
#define
BMAP_LEFT_CONTIG
(1u << 0)
macro
140
{
BMAP_LEFT_CONTIG
, "LC" }, \
Completed in 10 milliseconds