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:bmv_entries
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_bmap_util.c
306
struct kgetbmap *p = out + bmv->
bmv_entries
;
in xfs_getbmap_report_one()
343
bmv->
bmv_entries
++;
in xfs_getbmap_report_one()
356
struct kgetbmap *p = out + bmv->
bmv_entries
;
in xfs_getbmap_report_hole()
367
bmv->
bmv_entries
++;
in xfs_getbmap_report_hole()
374
return bmv->bmv_length == 0 || bmv->
bmv_entries
>= bmv->bmv_count - 1;
in xfs_getbmap_full()
430
bmv->
bmv_entries
= 0;
in xfs_getbmap()
561
if (bmv->
bmv_entries
> 0)
in xfs_getbmap()
562
out[bmv->
bmv_entries
- 1].bmv_oflags |=
in xfs_getbmap()
H
A
D
xfs_ioctl.c
1441
put_user(0, &u->
bmv_entries
))
in xfs_getbmap_format()
1500
for (i = 0; i < bmx.
bmv_entries
; i++) {
in xfs_ioc_getbmap()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_bmap_util.c
264
struct kgetbmap *p = out + bmv->
bmv_entries
;
in xfs_getbmap_report_one()
303
bmv->
bmv_entries
++;
in xfs_getbmap_report_one()
316
struct kgetbmap *p = out + bmv->
bmv_entries
;
in xfs_getbmap_report_hole()
327
bmv->
bmv_entries
++;
in xfs_getbmap_report_hole()
334
return bmv->bmv_length == 0 || bmv->
bmv_entries
>= bmv->bmv_count - 1;
in xfs_getbmap_full()
390
bmv->
bmv_entries
= 0;
in xfs_getbmap()
522
out[bmv->
bmv_entries
- 1].bmv_oflags |= BMV_OF_LAST;
in xfs_getbmap()
H
A
D
xfs_ioctl.c
1647
put_user(0, &u->
bmv_entries
))
in xfs_getbmap_format()
1708
for (i = 0; i < bmx.
bmv_entries
; i++) {
in xfs_ioc_getbmap()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_fs.h
29
* to indicate the area of interest in the file, and
bmv_entries
with
39
__s32
bmv_entries
; /* # of entries filled in (output) */
member
44
* Structure for XFS_IOC_GETBMAPX. Fields bmv_offset through
bmv_entries
58
__s32
bmv_entries
; /* # of entries filled in (output). */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_fs.h
29
* to indicate the area of interest in the file, and
bmv_entries
with
39
__s32
bmv_entries
; /* # of entries filled in (output) */
member
44
* Structure for XFS_IOC_GETBMAPX. Fields bmv_offset through
bmv_entries
58
__s32
bmv_entries
; /* # of entries filled in (output). */
member
Completed in 14 milliseconds