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:dd_diskdq
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_dquot_buf.c
113
return xfs_dquot_verify(mp, &dqb->
dd_diskdq
, id);
in xfs_dqblk_verify()
132
dqb->
dd_diskdq
.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC);
in xfs_dqblk_repair()
133
dqb->
dd_diskdq
.d_version = XFS_DQUOT_VERSION;
in xfs_dqblk_repair()
134
dqb->
dd_diskdq
.d_type = type;
in xfs_dqblk_repair()
135
dqb->
dd_diskdq
.d_id = cpu_to_be32(id);
in xfs_dqblk_repair()
211
ddq = &dqb[i].
dd_diskdq
;
in xfs_dquot_buf_verify()
H
A
D
xfs_format.h
1395
struct xfs_disk_dquot
dd_diskdq
; /* portion living incore as well */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_dquot_buf.c
113
return xfs_dquot_verify(mp, &dqb->
dd_diskdq
, id);
in xfs_dqblk_verify()
132
dqb->
dd_diskdq
.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC);
in xfs_dqblk_repair()
133
dqb->
dd_diskdq
.d_version = XFS_DQUOT_VERSION;
in xfs_dqblk_repair()
134
dqb->
dd_diskdq
.d_type = type;
in xfs_dqblk_repair()
135
dqb->
dd_diskdq
.d_id = cpu_to_be32(id);
in xfs_dqblk_repair()
211
ddq = &dqb[i].
dd_diskdq
;
in xfs_dquot_buf_verify()
H
A
D
xfs_format.h
1308
struct xfs_disk_dquot
dd_diskdq
; /* portion living incore as well */
member
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_dquot.c
219
d->
dd_diskdq
.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC);
in xfs_qm_init_dquot_blk()
220
d->
dd_diskdq
.d_version = XFS_DQUOT_VERSION;
in xfs_qm_init_dquot_blk()
221
d->
dd_diskdq
.d_id = cpu_to_be32(curid);
in xfs_qm_init_dquot_blk()
222
d->
dd_diskdq
.d_type = type;
in xfs_qm_init_dquot_blk()
224
d->
dd_diskdq
.d_type |= XFS_DQTYPE_BIGTIME;
in xfs_qm_init_dquot_blk()
566
struct xfs_disk_dquot *ddqp = &dqb->
dd_diskdq
;
in xfs_dquot_from_disk()
1255
xfs_dquot_to_disk(&dqblk->
dd_diskdq
, dqp);
in xfs_qm_dqflush()
H
A
D
xfs_dquot_item_recover.c
136
ddq = &dqb->
dd_diskdq
;
in xlog_recover_dquot_commit_pass2()
H
A
D
xfs_qm.c
869
(dqb[j].
dd_diskdq
.d_type & XFS_DQTYPE_REC_MASK) != type)
in xfs_qm_reset_dqcounts()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_dquot.c
222
d->
dd_diskdq
.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC);
in xfs_qm_init_dquot_blk()
223
d->
dd_diskdq
.d_version = XFS_DQUOT_VERSION;
in xfs_qm_init_dquot_blk()
224
d->
dd_diskdq
.d_id = cpu_to_be32(curid);
in xfs_qm_init_dquot_blk()
225
d->
dd_diskdq
.d_type = type;
in xfs_qm_init_dquot_blk()
227
d->
dd_diskdq
.d_type |= XFS_DQTYPE_BIGTIME;
in xfs_qm_init_dquot_blk()
1281
xfs_dquot_to_disk(&dqblk->
dd_diskdq
, dqp);
in xfs_qm_dqflush()
H
A
D
xfs_qm.c
868
(dqb[j].
dd_diskdq
.d_type & XFS_DQTYPE_REC_MASK) != type)
in xfs_qm_reset_dqcounts()
Completed in 17 milliseconds