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:QFMT_VFS_V1
(Results
1 - 16
of
16
) sorted by relevance
/third_party/ltp/include/lapi/
H
A
D
quotactl.h
91
#ifndef
QFMT_VFS_V1
92
# define
QFMT_VFS_V1
4
macro
/third_party/ltp/testcases/kernel/syscalls/quotactl/
H
A
D
quotactl_fmt_var.h
19
{.fmt_id =
QFMT_VFS_V1
, .fmt_name = "vfsv1"}
H
A
D
quotactl04.c
32
#define FMTID
QFMT_VFS_V1
H
A
D
quotactl08.c
46
static int32_t fmt_id =
QFMT_VFS_V1
;
H
A
D
quotactl09.c
34
static int32_t fmt_id =
QFMT_VFS_V1
;
/third_party/f2fs-tools/fsck/
H
A
D
quotaio.c
141
h->qh_fmt =
QFMT_VFS_V1
;
in quota_file_open()
182
h->qh_fmt =
QFMT_VFS_V1
;
in quota_file_create()
H
A
D
quotaio.h
91
#define
QFMT_VFS_V1
4
macro
H
A
D
quotaio_v2.c
242
if (h->qh_fmt !=
QFMT_VFS_V1
)
in v2_new_io()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
quota.h
47
#define
QFMT_VFS_V1
4
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
quota.h
47
#define
QFMT_VFS_V1
4
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
quota.h
47
#define
QFMT_VFS_V1
4
macro
/third_party/musl/include/sys/
H
A
D
quota.h
47
#define
QFMT_VFS_V1
4
macro
/third_party/rust/crates/nix/src/sys/
H
A
D
quota.rs
9
//! quotactl_on(QuotaType::USRQUOTA, "/dev/sda1", QuotaFmt::
QFMT_VFS_V1
, "aquota.user").unwrap();
68
QFMT_VFS_V1
,
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
1345
pub const
QFMT_VFS_V1
: ::c_int = 4;
consts
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
2452
pub const
QFMT_VFS_V1
: ::c_int = 4;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1849
pub const
QFMT_VFS_V1
: ::c_int = 4;
consts
Completed in 32 milliseconds