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_map_extent
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
637
struct
xfs_map_extent
{
struct
675
struct
xfs_map_extent
rui_extents[]; /* array of extents to rmap */
683
nr * sizeof(struct
xfs_map_extent
);
in xfs_rui_log_format_sizeof()
771
struct
xfs_map_extent
bui_extents[]; /* array of extents to bmap */
779
nr * sizeof(struct
xfs_map_extent
);
in xfs_bui_log_format_sizeof()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
722
struct
xfs_map_extent
{
struct
760
struct
xfs_map_extent
rui_extents[]; /* array of extents to rmap */
768
nr * sizeof(struct
xfs_map_extent
);
in xfs_rui_log_format_sizeof()
856
struct
xfs_map_extent
bui_extents[]; /* array of extents to bmap */
864
nr * sizeof(struct
xfs_map_extent
);
in xfs_bui_log_format_sizeof()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_bmap_item.c
287
struct
xfs_map_extent
*map,
in xfs_trans_set_bmap_flags()
315
struct
xfs_map_extent
*map;
in xfs_bmap_update_log_item()
455
struct
xfs_map_extent
*map;
in xfs_bui_validate()
498
struct
xfs_map_extent
*map;
in xfs_bui_item_recover()
598
struct
xfs_map_extent
*map;
in xfs_bui_item_relog()
638
sizeof(struct
xfs_map_extent
));
in xfs_bui_copy_format()
H
A
D
xfs_rmap_item.c
248
struct
xfs_map_extent
*map,
in xfs_trans_set_rmap_flags()
341
struct
xfs_map_extent
*map;
in xfs_rmap_update_log_item()
469
struct
xfs_map_extent
*map)
in xfs_rui_validate_map()
543
struct
xfs_map_extent
*map;
in xfs_rui_item_recover()
625
struct
xfs_map_extent
*map;
in xfs_rui_item_relog()
665
sizeof(struct
xfs_map_extent
));
in xfs_rui_copy_format()
H
A
D
xfs_ondisk.h
144
XFS_CHECK_STRUCT_SIZE(struct
xfs_map_extent
, 32);
in xfs_check_ondisk_structs()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_bmap_item.c
282
struct
xfs_map_extent
*bmap,
in xfs_trans_set_bmap_flags()
310
struct
xfs_map_extent
*map;
in xfs_bmap_update_log_item()
434
struct
xfs_map_extent
*bmap;
in xfs_bui_item_recover()
553
struct
xfs_map_extent
*extp;
in xfs_bui_item_relog()
H
A
D
xfs_rmap_item.c
260
struct
xfs_map_extent
*rmap,
in xfs_trans_set_rmap_flags()
361
struct
xfs_map_extent
*map;
in xfs_rmap_update_log_item()
473
struct
xfs_map_extent
*rmap;
in xfs_rui_item_recover()
594
struct
xfs_map_extent
*extp;
in xfs_rui_item_relog()
Completed in 10 milliseconds