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_gquotaip
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_qm.h
57
struct xfs_inode *
qi_gquotaip
; /* group quota inode */
member
99
return mp->m_quotainfo->
qi_gquotaip
;
in xfs_quota_inode()
H
A
D
xfs_qm_syscalls.c
253
if ((dqtype & XFS_QMOPT_GQUOTA) && q->
qi_gquotaip
) {
in xfs_qm_scall_quotaoff()
254
xfs_irele(q->
qi_gquotaip
);
in xfs_qm_scall_quotaoff()
255
q->
qi_gquotaip
= NULL;
in xfs_qm_scall_quotaoff()
760
ip == ip->i_mount->m_quotainfo->
qi_gquotaip
||
in xfs_dqrele_inode()
H
A
D
xfs_qm.c
238
if (mp->m_quotainfo->
qi_gquotaip
) {
in xfs_qm_unmount_quotas()
239
xfs_irele(mp->m_quotainfo->
qi_gquotaip
);
in xfs_qm_unmount_quotas()
240
mp->m_quotainfo->
qi_gquotaip
= NULL;
in xfs_qm_unmount_quotas()
1280
struct xfs_inode *gip = mp->m_quotainfo->
qi_gquotaip
;
in xfs_qm_quotacheck()
1568
mp->m_quotainfo->
qi_gquotaip
= gip;
in xfs_qm_init_quotainos()
1591
if (qi->
qi_gquotaip
) {
in xfs_qm_destroy_quotainos()
1592
xfs_irele(qi->
qi_gquotaip
);
in xfs_qm_destroy_quotainos()
1593
qi->
qi_gquotaip
= NULL;
in xfs_qm_destroy_quotainos()
H
A
D
xfs_quotaops.c
81
xfs_qm_fill_state(&state->s_state[GRPQUOTA], mp, q->
qi_gquotaip
,
in xfs_fs_get_quota_state()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_qm.h
56
struct xfs_inode *
qi_gquotaip
; /* group quota inode */
member
98
return mp->m_quotainfo->
qi_gquotaip
;
in xfs_quota_inode()
H
A
D
xfs_qm.c
236
if (mp->m_quotainfo->
qi_gquotaip
) {
in xfs_qm_unmount_quotas()
237
xfs_irele(mp->m_quotainfo->
qi_gquotaip
);
in xfs_qm_unmount_quotas()
238
mp->m_quotainfo->
qi_gquotaip
= NULL;
in xfs_qm_unmount_quotas()
1297
struct xfs_inode *gip = mp->m_quotainfo->
qi_gquotaip
;
in xfs_qm_quotacheck()
1599
mp->m_quotainfo->
qi_gquotaip
= gip;
in xfs_qm_init_quotainos()
1622
if (qi->
qi_gquotaip
) {
in xfs_qm_destroy_quotainos()
1623
xfs_irele(qi->
qi_gquotaip
);
in xfs_qm_destroy_quotainos()
1624
qi->
qi_gquotaip
= NULL;
in xfs_qm_destroy_quotainos()
H
A
D
xfs_quotaops.c
81
xfs_qm_fill_state(&state->s_state[GRPQUOTA], mp, q->
qi_gquotaip
,
in xfs_fs_get_quota_state()
Completed in 7 milliseconds