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:qi_pquotaip
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_qm.h
58
struct xfs_inode *
qi_pquotaip
; /* project quota inode */
member
101
return mp->m_quotainfo->
qi_pquotaip
;
in xfs_quota_inode()
H
A
D
xfs_qm_syscalls.c
257
if ((dqtype & XFS_QMOPT_PQUOTA) && q->
qi_pquotaip
) {
in xfs_qm_scall_quotaoff()
258
xfs_irele(q->
qi_pquotaip
);
in xfs_qm_scall_quotaoff()
259
q->
qi_pquotaip
= NULL;
in xfs_qm_scall_quotaoff()
761
ip == ip->i_mount->m_quotainfo->
qi_pquotaip
) {
in xfs_dqrele_inode()
H
A
D
xfs_qm.c
242
if (mp->m_quotainfo->
qi_pquotaip
) {
in xfs_qm_unmount_quotas()
243
xfs_irele(mp->m_quotainfo->
qi_pquotaip
);
in xfs_qm_unmount_quotas()
244
mp->m_quotainfo->
qi_pquotaip
= NULL;
in xfs_qm_unmount_quotas()
1281
struct xfs_inode *pip = mp->m_quotainfo->
qi_pquotaip
;
in xfs_qm_quotacheck()
1569
mp->m_quotainfo->
qi_pquotaip
= pip;
in xfs_qm_init_quotainos()
1595
if (qi->
qi_pquotaip
) {
in xfs_qm_destroy_quotainos()
1596
xfs_irele(qi->
qi_pquotaip
);
in xfs_qm_destroy_quotainos()
1597
qi->
qi_pquotaip
= NULL;
in xfs_qm_destroy_quotainos()
H
A
D
xfs_quotaops.c
83
xfs_qm_fill_state(&state->s_state[PRJQUOTA], mp, q->
qi_pquotaip
,
in xfs_fs_get_quota_state()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_qm.h
57
struct xfs_inode *
qi_pquotaip
; /* project quota inode */
member
100
return mp->m_quotainfo->
qi_pquotaip
;
in xfs_quota_inode()
H
A
D
xfs_qm.c
240
if (mp->m_quotainfo->
qi_pquotaip
) {
in xfs_qm_unmount_quotas()
241
xfs_irele(mp->m_quotainfo->
qi_pquotaip
);
in xfs_qm_unmount_quotas()
242
mp->m_quotainfo->
qi_pquotaip
= NULL;
in xfs_qm_unmount_quotas()
1298
struct xfs_inode *pip = mp->m_quotainfo->
qi_pquotaip
;
in xfs_qm_quotacheck()
1600
mp->m_quotainfo->
qi_pquotaip
= pip;
in xfs_qm_init_quotainos()
1626
if (qi->
qi_pquotaip
) {
in xfs_qm_destroy_quotainos()
1627
xfs_irele(qi->
qi_pquotaip
);
in xfs_qm_destroy_quotainos()
1628
qi->
qi_pquotaip
= NULL;
in xfs_qm_destroy_quotainos()
H
A
D
xfs_quotaops.c
83
xfs_qm_fill_state(&state->s_state[PRJQUOTA], mp, q->
qi_pquotaip
,
in xfs_fs_get_quota_state()
Completed in 7 milliseconds