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:d_bcount
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
dqblk_xfs.h
62
__u64
d_bcount
; /* # disk blocks owned by the user */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
dqblk_xfs.h
62
__u64
d_bcount
; /* # disk blocks owned by the user */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
dqblk_xfs.h
47
__u64
d_bcount
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
dqblk_xfs.h
47
__u64
d_bcount
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
dqblk_xfs.h
34
__u64
d_bcount
;
member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_dquot_buf.c
86
be64_to_cpu(ddq->
d_bcount
) > be64_to_cpu(ddq->d_blk_softlimit) &&
in xfs_dquot_verify()
H
A
D
xfs_format.h
1374
__be64
d_bcount
; /* disk blocks owned by the user */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_dquot_buf.c
86
be64_to_cpu(ddq->
d_bcount
) > be64_to_cpu(ddq->d_blk_softlimit) &&
in xfs_dquot_verify()
H
A
D
xfs_format.h
1287
__be64
d_bcount
; /* disk blocks owned by the user */
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_dquot.c
568
dqp->q_blk.count = be64_to_cpu(ddqp->
d_bcount
);
in xfs_dquot_from_disk()
613
ddqp->
d_bcount
= cpu_to_be64(dqp->q_blk.count);
in xfs_dquot_to_disk()
H
A
D
xfs_qm.c
876
ddq->
d_bcount
= 0;
in xfs_qm_reset_dqcounts()
/kernel/linux/linux-5.10/fs/quota/
H
A
D
quota.c
549
dst->d_space = quota_bbtob(src->
d_bcount
);
in copy_from_xfs_dqblk()
685
dst->
d_bcount
= quota_btobb(src->d_space);
in copy_to_xfs_dqblk()
/kernel/linux/linux-6.6/fs/quota/
H
A
D
quota.c
553
dst->d_space = quota_bbtob(src->
d_bcount
);
in copy_from_xfs_dqblk()
689
dst->
d_bcount
= quota_btobb(src->d_space);
in copy_to_xfs_dqblk()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_dquot.c
589
dqp->q_blk.count = be64_to_cpu(ddqp->
d_bcount
);
in xfs_dquot_from_disk()
630
ddqp->
d_bcount
= cpu_to_be64(dqp->q_blk.count);
in xfs_dquot_to_disk()
H
A
D
xfs_qm.c
877
ddq->
d_bcount
= 0;
in xfs_qm_reset_dqcounts()
Completed in 21 milliseconds