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_oflags
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_bmap_util.h
40
__s32
bmv_oflags
; /* output flags */
member
H
A
D
xfs_bmap_util.c
285
p->
bmv_oflags
|= BMV_OF_DELALLOC;
in xfs_getbmap_report_one()
293
p->
bmv_oflags
|= BMV_OF_PREALLOC;
in xfs_getbmap_report_one()
296
p->
bmv_oflags
|= BMV_OF_SHARED;
in xfs_getbmap_report_one()
522
out[bmv->bmv_entries - 1].
bmv_oflags
|= BMV_OF_LAST;
in xfs_getbmap()
H
A
D
xfs_ioctl.c
1652
put_user(p->
bmv_oflags
, &u->
bmv_oflags
) ||
in xfs_getbmap_format()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_bmap_util.h
40
__s32
bmv_oflags
; /* output flags */
member
H
A
D
xfs_bmap_util.c
325
p->
bmv_oflags
|= BMV_OF_DELALLOC;
in xfs_getbmap_report_one()
333
p->
bmv_oflags
|= BMV_OF_PREALLOC;
in xfs_getbmap_report_one()
336
p->
bmv_oflags
|= BMV_OF_SHARED;
in xfs_getbmap_report_one()
562
out[bmv->bmv_entries - 1].
bmv_oflags
|=
in xfs_getbmap()
H
A
D
xfs_ioctl.c
1446
put_user(p->
bmv_oflags
, &u->
bmv_oflags
) ||
in xfs_getbmap_format()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_fs.h
46
* has additional bmv_iflags and
bmv_oflags
fields. The bmv_iflags field
48
* specifying XFS_IOC_GETBMAPX actions. The
bmv_oflags
field is filled
60
__s32
bmv_oflags
; /* output flags (after 1st structure)*/
member
77
/*
bmv_oflags
values - returned for each non-header segment */
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_fs.h
46
* has additional bmv_iflags and
bmv_oflags
fields. The bmv_iflags field
48
* specifying XFS_IOC_GETBMAPX actions. The
bmv_oflags
field is filled
60
__s32
bmv_oflags
; /* output flags (after 1st structure)*/
member
77
/*
bmv_oflags
values - returned for each non-header segment */
Completed in 14 milliseconds