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:dq_dquot
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
quota.h
28
struct dquot
dq_dquot
; /* Generic VFS dquot */
member
74
return container_of(dquot, struct ocfs2_dquot,
dq_dquot
);
in OCFS2_DQUOT()
H
A
D
quota_local.c
873
struct super_block *sb = od->
dq_dquot
.dq_sb;
in olq_set_dquot()
879
od->
dq_dquot
.dq_id));
in olq_set_dquot()
880
spin_lock(&od->
dq_dquot
.dq_dqb_lock);
in olq_set_dquot()
881
dqblk->dqb_spacemod = cpu_to_le64(od->
dq_dquot
.dq_dqb.dqb_curspace -
in olq_set_dquot()
883
dqblk->dqb_inodemod = cpu_to_le64(od->
dq_dquot
.dq_dqb.dqb_curinodes -
in olq_set_dquot()
885
spin_unlock(&od->
dq_dquot
.dq_dqb_lock);
in olq_set_dquot()
889
from_kqid(&init_user_ns, od->
dq_dquot
.dq_id));
in olq_set_dquot()
H
A
D
quota_global.c
707
dqput(&odquot->
dq_dquot
);
in ocfs2_drop_dquot_refs()
1000
return &dquot->
dq_dquot
;
in ocfs2_alloc_dquot()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
quota.h
28
struct dquot
dq_dquot
; /* Generic VFS dquot */
member
74
return container_of(dquot, struct ocfs2_dquot,
dq_dquot
);
in OCFS2_DQUOT()
H
A
D
quota_local.c
870
struct super_block *sb = od->
dq_dquot
.dq_sb;
in olq_set_dquot()
876
od->
dq_dquot
.dq_id));
in olq_set_dquot()
877
spin_lock(&od->
dq_dquot
.dq_dqb_lock);
in olq_set_dquot()
878
dqblk->dqb_spacemod = cpu_to_le64(od->
dq_dquot
.dq_dqb.dqb_curspace -
in olq_set_dquot()
880
dqblk->dqb_inodemod = cpu_to_le64(od->
dq_dquot
.dq_dqb.dqb_curinodes -
in olq_set_dquot()
882
spin_unlock(&od->
dq_dquot
.dq_dqb_lock);
in olq_set_dquot()
886
from_kqid(&init_user_ns, od->
dq_dquot
.dq_id));
in olq_set_dquot()
H
A
D
quota_global.c
707
dqput(&odquot->
dq_dquot
);
in ocfs2_drop_dquot_refs()
1000
return &dquot->
dq_dquot
;
in ocfs2_alloc_dquot()
Completed in 7 milliseconds