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:ddqp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_dquot.c
507
struct xfs_disk_dquot *
ddqp
)
in xfs_dquot_check_type()
512
ddqp_type =
ddqp
->d_type & XFS_DQTYPE_REC_MASK;
in xfs_dquot_check_type()
515
if (be32_to_cpu(
ddqp
->d_id) != dqp->q_id)
in xfs_dquot_check_type()
545
struct xfs_disk_dquot *
ddqp
= bp->b_addr + dqp->q_bufoffset;
in xfs_dquot_from_disk()
local
551
if (!xfs_dquot_check_type(dqp,
ddqp
)) {
in xfs_dquot_from_disk()
560
dqp->q_type =
ddqp
->d_type;
in xfs_dquot_from_disk()
561
dqp->q_blk.hardlimit = be64_to_cpu(
ddqp
->d_blk_hardlimit);
in xfs_dquot_from_disk()
562
dqp->q_blk.softlimit = be64_to_cpu(
ddqp
->d_blk_softlimit);
in xfs_dquot_from_disk()
563
dqp->q_ino.hardlimit = be64_to_cpu(
ddqp
->d_ino_hardlimit);
in xfs_dquot_from_disk()
564
dqp->q_ino.softlimit = be64_to_cpu(
ddqp
in xfs_dquot_from_disk()
505
xfs_dquot_check_type( struct xfs_dquot *dqp, struct xfs_disk_dquot *
ddqp
)
xfs_dquot_check_type()
argument
595
xfs_dquot_to_disk( struct xfs_disk_dquot *
ddqp
, struct xfs_dquot *dqp)
xfs_dquot_to_disk()
argument
[all...]
H
A
D
xfs_dquot.h
199
void xfs_dquot_to_disk(struct xfs_disk_dquot *
ddqp
, struct xfs_dquot *dqp);
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_dquot.c
527
struct xfs_disk_dquot *
ddqp
)
in xfs_dquot_check_type()
532
ddqp_type =
ddqp
->d_type & XFS_DQTYPE_REC_MASK;
in xfs_dquot_check_type()
535
if (be32_to_cpu(
ddqp
->d_id) != dqp->q_id)
in xfs_dquot_check_type()
566
struct xfs_disk_dquot *
ddqp
= &dqb->dd_diskdq;
in xfs_dquot_from_disk()
local
572
if (!xfs_dquot_check_type(dqp,
ddqp
)) {
in xfs_dquot_from_disk()
581
dqp->q_type =
ddqp
->d_type;
in xfs_dquot_from_disk()
582
dqp->q_blk.hardlimit = be64_to_cpu(
ddqp
->d_blk_hardlimit);
in xfs_dquot_from_disk()
583
dqp->q_blk.softlimit = be64_to_cpu(
ddqp
->d_blk_softlimit);
in xfs_dquot_from_disk()
584
dqp->q_ino.hardlimit = be64_to_cpu(
ddqp
->d_ino_hardlimit);
in xfs_dquot_from_disk()
585
dqp->q_ino.softlimit = be64_to_cpu(
ddqp
in xfs_dquot_from_disk()
525
xfs_dquot_check_type( struct xfs_dquot *dqp, struct xfs_disk_dquot *
ddqp
)
xfs_dquot_check_type()
argument
612
xfs_dquot_to_disk( struct xfs_disk_dquot *
ddqp
, struct xfs_dquot *dqp)
xfs_dquot_to_disk()
argument
[all...]
H
A
D
xfs_dquot.h
201
void xfs_dquot_to_disk(struct xfs_disk_dquot *
ddqp
, struct xfs_dquot *dqp);
Completed in 4 milliseconds