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_count
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_fs.h
38
__s32
bmv_count
; /* # of entries in array incl. 1st */
member
57
__s32
bmv_count
; /* # of entries in array incl. 1st */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_fs.h
38
__s32
bmv_count
; /* # of entries in array incl. 1st */
member
57
__s32
bmv_count
; /* # of entries in array incl. 1st */
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_ioctl.c
1646
put_user(0, &u->
bmv_count
) ||
in xfs_getbmap_format()
1690
if (bmx.
bmv_count
< 2)
in xfs_ioc_getbmap()
1692
if (bmx.
bmv_count
>= INT_MAX / recsize)
in xfs_ioc_getbmap()
1695
buf = kvzalloc(bmx.
bmv_count
* sizeof(*buf), GFP_KERNEL);
in xfs_ioc_getbmap()
H
A
D
xfs_bmap_util.c
334
return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->
bmv_count
- 1;
in xfs_getbmap_full()
358
* are mapped, until the passed-in bmv->
bmv_count
slots have
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_ioctl.c
1440
put_user(0, &u->
bmv_count
) ||
in xfs_getbmap_format()
1482
if (bmx.
bmv_count
< 2)
in xfs_ioc_getbmap()
1484
if (bmx.
bmv_count
>= INT_MAX / recsize)
in xfs_ioc_getbmap()
1487
buf = kvcalloc(bmx.
bmv_count
, sizeof(*buf), GFP_KERNEL);
in xfs_ioc_getbmap()
H
A
D
xfs_bmap_util.c
374
return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->
bmv_count
- 1;
in xfs_getbmap_full()
398
* are mapped, until the passed-in bmv->
bmv_count
slots have
Completed in 19 milliseconds