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:s_jquota_fmt
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
super.c
471
if (!F2FS_OPTION(sbi).
s_jquota_fmt
) {
in f2fs_check_quota_options()
477
if (f2fs_sb_has_quota_ino(sbi) && F2FS_OPTION(sbi).
s_jquota_fmt
) {
in f2fs_check_quota_options()
479
F2FS_OPTION(sbi).
s_jquota_fmt
= 0;
in f2fs_check_quota_options()
828
F2FS_OPTION(sbi).
s_jquota_fmt
= QFMT_VFS_OLD;
in parse_options()
831
F2FS_OPTION(sbi).
s_jquota_fmt
= QFMT_VFS_V0;
in parse_options()
834
F2FS_OPTION(sbi).
s_jquota_fmt
= QFMT_VFS_V1;
in parse_options()
1537
if (F2FS_OPTION(sbi).
s_jquota_fmt
) {
in f2fs_show_quota_options()
1540
switch (F2FS_OPTION(sbi).
s_jquota_fmt
) {
in f2fs_show_quota_options()
1890
org_mount_opt.
s_jquota_fmt
= F2FS_OPTION(sbi).
s_jquota_fmt
;
in f2fs_remount()
[all...]
H
A
D
f2fs.h
140
int
s_jquota_fmt
; /* Format of quota to use */
member
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
super.c
778
if (REISERFS_SB(s)->
s_jquota_fmt
) {
in reiserfs_show_options()
779
if (REISERFS_SB(s)->
s_jquota_fmt
== QFMT_VFS_OLD)
in reiserfs_show_options()
781
else if (REISERFS_SB(s)->
s_jquota_fmt
== QFMT_VFS_V0)
in reiserfs_show_options()
1312
*qfmt != REISERFS_SB(s)->
s_jquota_fmt
) {
in reiserfs_parse_options()
1330
if (!REISERFS_SB(s)->
s_jquota_fmt
&& !*qfmt
in reiserfs_parse_options()
1427
REISERFS_SB(s)->
s_jquota_fmt
= *qfmt;
in handle_quota_files()
2382
REISERFS_SB(sb)->
s_jquota_fmt
, type);
in reiserfs_quota_on_mount()
H
A
D
reiserfs.h
627
int
s_jquota_fmt
;
member
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
super.c
778
if (REISERFS_SB(s)->
s_jquota_fmt
) {
in reiserfs_show_options()
779
if (REISERFS_SB(s)->
s_jquota_fmt
== QFMT_VFS_OLD)
in reiserfs_show_options()
781
else if (REISERFS_SB(s)->
s_jquota_fmt
== QFMT_VFS_V0)
in reiserfs_show_options()
1310
*qfmt != REISERFS_SB(s)->
s_jquota_fmt
) {
in reiserfs_parse_options()
1328
if (!REISERFS_SB(s)->
s_jquota_fmt
&& !*qfmt
in reiserfs_parse_options()
1425
REISERFS_SB(s)->
s_jquota_fmt
= *qfmt;
in handle_quota_files()
2378
REISERFS_SB(sb)->
s_jquota_fmt
, type);
in reiserfs_quota_on_mount()
H
A
D
reiserfs.h
624
int
s_jquota_fmt
;
member
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
super.c
483
if (!F2FS_OPTION(sbi).
s_jquota_fmt
) {
in f2fs_check_quota_options()
489
if (f2fs_sb_has_quota_ino(sbi) && F2FS_OPTION(sbi).
s_jquota_fmt
) {
in f2fs_check_quota_options()
491
F2FS_OPTION(sbi).
s_jquota_fmt
= 0;
in f2fs_check_quota_options()
988
F2FS_OPTION(sbi).
s_jquota_fmt
= QFMT_VFS_OLD;
in parse_options()
991
F2FS_OPTION(sbi).
s_jquota_fmt
= QFMT_VFS_V0;
in parse_options()
994
F2FS_OPTION(sbi).
s_jquota_fmt
= QFMT_VFS_V1;
in parse_options()
1893
if (F2FS_OPTION(sbi).
s_jquota_fmt
) {
in f2fs_show_quota_options()
1896
switch (F2FS_OPTION(sbi).
s_jquota_fmt
) {
in f2fs_show_quota_options()
2351
org_mount_opt.
s_jquota_fmt
= F2FS_OPTION(sbi).
s_jquota_fmt
;
in f2fs_remount()
[all...]
H
A
D
f2fs.h
162
int
s_jquota_fmt
; /* Format of quota to use */
member
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
super.c
1969
int
s_jquota_fmt
; /* Format of quota to use */
member
2214
ctx->
s_jquota_fmt
= result.uint_32;
in ext4_parse_param()
2584
sbi->
s_jquota_fmt
= ctx->
s_jquota_fmt
;
in ext4_apply_quota_options()
2646
if (sbi->
s_jquota_fmt
!= ctx->
s_jquota_fmt
&& quota_loaded)
in ext4_check_quota_consistency()
2683
if (!(ctx->spec & EXT4_SPEC_JQFMT || sbi->
s_jquota_fmt
)) {
in ext4_check_quota_consistency()
2912
if (sbi->
s_jquota_fmt
) {
in ext4_show_quota_options()
2915
switch (sbi->
s_jquota_fmt
) {
in ext4_show_quota_options()
6432
int
s_jquota_fmt
;
member
[all...]
H
A
D
orphan.c
319
EXT4_SB(sb)->
s_jquota_fmt
, type);
in ext4_quota_on_mount()
H
A
D
ext4.h
1544
int
s_jquota_fmt
; /* Format of quota to use */
member
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
2322
sbi->
s_jquota_fmt
!= m->mount_opt) {
in handle_mount_opt()
2333
sbi->
s_jquota_fmt
= m->mount_opt;
in handle_mount_opt()
2469
if (!sbi->
s_jquota_fmt
) {
in parse_options()
2494
if (sbi->
s_jquota_fmt
) {
in ext4_show_quota_options()
2497
switch (sbi->
s_jquota_fmt
) {
in ext4_show_quota_options()
5833
int
s_jquota_fmt
;
member
5867
old_opts.
s_jquota_fmt
= sbi->
s_jquota_fmt
;
in ext4_remount()
6134
sbi->
s_jquota_fmt
= old_opts.
s_jquota_fmt
;
in ext4_remount()
[all...]
H
A
D
ext4.h
1493
int
s_jquota_fmt
; /* Format of quota to use */
member
Completed in 71 milliseconds