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:XFS_UQUOTA_CHKD
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_quota.h
34
(mp->m_sb.sb_qflags &
XFS_UQUOTA_CHKD
) == 0) || \
46
return
XFS_UQUOTA_CHKD
;
in xfs_quota_chkd_flag()
H
A
D
xfs_qm_syscalls.c
151
flags |= (
XFS_UQUOTA_CHKD
| XFS_UQUOTA_ENFD);
in xfs_qm_scall_quotaoff()
H
A
D
xfs_qm.c
1300
flags |=
XFS_UQUOTA_CHKD
;
in xfs_qm_quotacheck()
1454
mp->m_qflags &= ~
XFS_UQUOTA_CHKD
;
in xfs_qm_mount_quotas()
H
A
D
xfs_dquot.c
198
qflag =
XFS_UQUOTA_CHKD
;
in xfs_qm_init_dquot_blk()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_quota.h
34
(mp->m_sb.sb_qflags &
XFS_UQUOTA_CHKD
) == 0) || \
46
return
XFS_UQUOTA_CHKD
;
in xfs_quota_chkd_flag()
H
A
D
xfs_qm.c
1317
flags |=
XFS_UQUOTA_CHKD
;
in xfs_qm_quotacheck()
1485
mp->m_qflags &= ~
XFS_UQUOTA_CHKD
;
in xfs_qm_mount_quotas()
H
A
D
xfs_dquot.c
195
qflag =
XFS_UQUOTA_CHKD
;
in xfs_qm_init_dquot_blk()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
829
#define
XFS_UQUOTA_CHKD
0x0004 /* quotacheck run on usr quotas */
macro
849
(
XFS_UQUOTA_CHKD
| XFS_GQUOTA_CHKD | XFS_PQUOTA_CHKD)
852
XFS_UQUOTA_CHKD
|XFS_GQUOTA_ACCT|\
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
914
#define
XFS_UQUOTA_CHKD
0x0004 /* quotacheck run on usr quotas */
macro
934
(
XFS_UQUOTA_CHKD
| XFS_GQUOTA_CHKD | XFS_PQUOTA_CHKD)
937
XFS_UQUOTA_CHKD
|XFS_GQUOTA_ACCT|\
Completed in 15 milliseconds