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:qres
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_dquot.h
51
const struct xfs_dquot_res *
qres
)
in xfs_dquot_res_over_limits()
53
if ((
qres
->softlimit &&
qres
->softlimit <
qres
->reserved) ||
in xfs_dquot_res_over_limits()
54
(
qres
->hardlimit &&
qres
->hardlimit <
qres
->reserved))
in xfs_dquot_res_over_limits()
50
xfs_dquot_res_over_limits( const struct xfs_dquot_res *
qres
)
xfs_dquot_res_over_limits()
argument
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
vfio_ap_ops.c
439
struct vfio_ap_queue_reserved *
qres
= data;
in vfio_ap_has_queue()
local
444
if (
qres
->apid &&
qres
->apqi) {
in vfio_ap_has_queue()
445
qid = AP_MKQID(*
qres
->apid, *
qres
->apqi);
in vfio_ap_has_queue()
447
qres
->reserved = true;
in vfio_ap_has_queue()
448
} else if (
qres
->apid && !
qres
->apqi) {
in vfio_ap_has_queue()
450
if (id == *
qres
->apid)
in vfio_ap_has_queue()
451
qres
in vfio_ap_has_queue()
489
struct vfio_ap_queue_reserved
qres
;
vfio_ap_verify_queue_reserved()
local
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_reflink.c
1000
int64_t
qres
, qdelta;
in xfs_reflink_remap_extent()
local
1085
qres
= qdelta = 0;
in xfs_reflink_remap_extent()
1087
qres
= XFS_EXTENTADD_SPACE_RES(mp, XFS_DATA_FORK);
in xfs_reflink_remap_extent()
1089
qres
+= dmap->br_blockcount;
in xfs_reflink_remap_extent()
1090
if (
qres
> 0) {
in xfs_reflink_remap_extent()
1091
error = xfs_trans_reserve_quota_nblks(tp, ip,
qres
, 0,
in xfs_reflink_remap_extent()
Completed in 4 milliseconds