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:bi_type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_bmap_item.c
332
xfs_trans_set_bmap_flags(map, bi->
bi_type
, bi->bi_whichfork,
in xfs_bmap_update_log_item()
410
ASSERT(bi->
bi_type
== XFS_BMAP_UNMAP);
in xfs_bmap_update_finish_item()
512
fake.
bi_type
= map->me_flags & XFS_BMAP_EXTENT_TYPE_MASK;
in xfs_bui_item_recover()
529
if (fake.
bi_type
== XFS_BMAP_MAP)
in xfs_bui_item_recover()
557
ASSERT(fake.
bi_type
== XFS_BMAP_UNMAP);
in xfs_bui_item_recover()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_bmap_item.c
327
xfs_trans_set_bmap_flags(map, bmap->
bi_type
, bmap->bi_whichfork,
in xfs_bmap_update_log_item()
377
bmap->
bi_type
,
in xfs_bmap_update_finish_item()
384
ASSERT(bmap->
bi_type
== XFS_BMAP_UNMAP);
in xfs_bmap_update_finish_item()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_bmap.h
260
enum xfs_bmap_intent_type
bi_type
;
member
H
A
D
xfs_bmap.c
6137
bi->
bi_type
= type;
in __xfs_bmap_add()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_bmap.h
238
enum xfs_bmap_intent_type
bi_type
;
member
H
A
D
xfs_bmap.c
6103
bi->
bi_type
= type;
in __xfs_bmap_add()
6155
bi->
bi_type
,
in xfs_bmap_finish_one()
6168
switch (bi->
bi_type
) {
in xfs_bmap_finish_one()
Completed in 16 milliseconds