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:dqi_syncms
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
quota_global.c
395
oinfo->
dqi_syncms
= le32_to_cpu(dinfo.
dqi_syncms
);
in ocfs2_global_read_info()
405
msecs_to_jiffies(oinfo->
dqi_syncms
));
in ocfs2_global_read_info()
429
dinfo.
dqi_syncms
= cpu_to_le32(oinfo->
dqi_syncms
);
in __ocfs2_global_write_info()
653
msecs_to_jiffies(oinfo->
dqi_syncms
));
in qsync_work_fn()
H
A
D
quota.h
55
unsigned int
dqi_syncms
; /* How often should we sync with other nodes */
member
H
A
D
dlmglue.c
4162
lvb->lvb_syncms = cpu_to_be32(oinfo->
dqi_syncms
);
in ocfs2_set_qinfo_lvb()
4192
oinfo->
dqi_syncms
= be32_to_cpu(lvb->lvb_syncms);
in ocfs2_refresh_qinfo()
4208
oinfo->
dqi_syncms
= le32_to_cpu(gdinfo->
dqi_syncms
);
in ocfs2_refresh_qinfo()
H
A
D
ocfs2_fs.h
1152
__le32
dqi_syncms
; /* Time after which we sync local changes to
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
quota_global.c
395
oinfo->
dqi_syncms
= le32_to_cpu(dinfo.
dqi_syncms
);
in ocfs2_global_read_info()
405
msecs_to_jiffies(oinfo->
dqi_syncms
));
in ocfs2_global_read_info()
429
dinfo.
dqi_syncms
= cpu_to_le32(oinfo->
dqi_syncms
);
in __ocfs2_global_write_info()
653
msecs_to_jiffies(oinfo->
dqi_syncms
));
in qsync_work_fn()
H
A
D
quota.h
55
unsigned int
dqi_syncms
; /* How often should we sync with other nodes */
member
H
A
D
dlmglue.c
4183
lvb->lvb_syncms = cpu_to_be32(oinfo->
dqi_syncms
);
in ocfs2_set_qinfo_lvb()
4213
oinfo->
dqi_syncms
= be32_to_cpu(lvb->lvb_syncms);
in ocfs2_refresh_qinfo()
4229
oinfo->
dqi_syncms
= le32_to_cpu(gdinfo->
dqi_syncms
);
in ocfs2_refresh_qinfo()
H
A
D
ocfs2_fs.h
1150
__le32
dqi_syncms
; /* Time after which we sync local changes to
member
Completed in 20 milliseconds