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:qt_dquot
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trans_dquot.c
101
if (oqa[i].
qt_dquot
== NULL)
in xfs_trans_dup_dqinfo()
109
nq->
qt_dquot
= oq->
qt_dquot
;
in xfs_trans_dup_dqinfo()
181
if (qa[i].
qt_dquot
== NULL ||
in xfs_trans_get_dqtrx()
182
qa[i].
qt_dquot
== dqp)
in xfs_trans_get_dqtrx()
216
if (qtrx->
qt_dquot
== NULL)
in xfs_trans_mod_dquot()
217
qtrx->
qt_dquot
= dqp;
in xfs_trans_mod_dquot()
293
ASSERT(q[0].
qt_dquot
!= NULL);
in xfs_trans_dqlockedjoin()
294
if (q[1].
qt_dquot
== NULL) {
in xfs_trans_dqlockedjoin()
295
xfs_dqlock(q[0].
qt_dquot
);
in xfs_trans_dqlockedjoin()
[all...]
H
A
D
xfs_quota.h
61
struct xfs_dquot *
qt_dquot
; /* the dquot this refers to */
member
H
A
D
xfs_trace.h
1028
__entry->dev = qtrx->
qt_dquot
->q_mount->m_super->s_dev;
1029
__entry->type = qtrx->
qt_dquot
->q_type;
1030
__entry->flags = qtrx->
qt_dquot
->q_flags;
1031
__entry->dqid = qtrx->
qt_dquot
->q_id;
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trans_dquot.c
94
if (oqa[i].
qt_dquot
== NULL)
in xfs_trans_dup_dqinfo()
102
nq->
qt_dquot
= oq->
qt_dquot
;
in xfs_trans_dup_dqinfo()
170
if (qa[i].
qt_dquot
== NULL ||
in xfs_trans_get_dqtrx()
171
qa[i].
qt_dquot
== dqp)
in xfs_trans_get_dqtrx()
208
if (qtrx->
qt_dquot
== NULL)
in xfs_trans_mod_dquot()
209
qtrx->
qt_dquot
= dqp;
in xfs_trans_mod_dquot()
280
ASSERT(q[0].
qt_dquot
!= NULL);
in xfs_trans_dqlockedjoin()
281
if (q[1].
qt_dquot
== NULL) {
in xfs_trans_dqlockedjoin()
282
xfs_dqlock(q[0].
qt_dquot
);
in xfs_trans_dqlockedjoin()
[all...]
H
A
D
xfs_quota.h
61
struct xfs_dquot *
qt_dquot
; /* the dquot this refers to */
member
H
A
D
xfs_trace.h
1160
__entry->dev = qtrx->
qt_dquot
->q_mount->m_super->s_dev;
1161
__entry->type = qtrx->
qt_dquot
->q_type;
1162
__entry->flags = qtrx->
qt_dquot
->q_flags;
1163
__entry->dqid = qtrx->
qt_dquot
->q_id;
Completed in 13 milliseconds