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:mount_flags
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/
H
A
D
fusermount.c
215
struct
mount_flags
{
struct
222
static struct
mount_flags
mount_flags
[] = {
variable
243
for (i = 0;
mount_flags
[i].opt != NULL; i++) {
in find_mount_flag()
244
const char *opt =
mount_flags
[i].opt;
in find_mount_flag()
246
*on =
mount_flags
[i].on;
in find_mount_flag()
247
*flag =
mount_flags
[i].flag;
in find_mount_flag()
248
if (!
mount_flags
[i].safe && getuid() != 0) {
in find_mount_flag()
287
for (i = 0;
mount_flags
[i].opt != NULL; i++) {
in get_mnt_opts()
288
if (
mount_flags
[
in get_mnt_opts()
[all...]
H
A
D
mount.c
190
struct
mount_flags
{
struct
196
static struct
mount_flags
mount_flags
[] = {
variable
251
for (i = 0;
mount_flags
[i].opt != NULL; i++) {
in set_mount_flag()
252
const char *opt =
mount_flags
[i].opt;
in set_mount_flag()
254
if (
mount_flags
[i].on)
in set_mount_flag()
255
*flags |=
mount_flags
[i].flag;
in set_mount_flag()
257
*flags &= ~
mount_flags
[i].flag;
in set_mount_flag()
602
for (i = 0;
mount_flags
[i].opt != NULL; i++) {
in get_mnt_flag_opts()
603
if (
mount_flags
[
in get_mnt_flag_opts()
[all...]
/third_party/libfuse/lib/
H
A
D
mount.c
137
struct
mount_flags
{
struct
143
static const struct
mount_flags
mount_flags
[] = {
variable
173
for (i = 0;
mount_flags
[i].opt != NULL; i++) {
in set_mount_flag()
174
const char *opt =
mount_flags
[i].opt;
in set_mount_flag()
176
if (
mount_flags
[i].on)
in set_mount_flag()
177
*flags |=
mount_flags
[i].flag;
in set_mount_flag()
179
*flags &= ~
mount_flags
[i].flag;
in set_mount_flag()
577
for (i = 0;
mount_flags
[i].opt != NULL; i++) {
in get_mnt_flag_opts()
578
if (
mount_flags
[
in get_mnt_flag_opts()
[all...]
/third_party/libfuse/util/
H
A
D
fusermount.c
612
struct
mount_flags
{
struct
619
static struct
mount_flags
mount_flags
[] = {
variable
648
for (i = 0;
mount_flags
[i].opt != NULL; i++) {
in find_mount_flag()
649
const char *opt =
mount_flags
[i].opt;
in find_mount_flag()
651
*on =
mount_flags
[i].on;
in find_mount_flag()
652
*flag =
mount_flags
[i].flag;
in find_mount_flag()
653
if (!
mount_flags
[i].safe && getuid() != 0) {
in find_mount_flag()
693
for (i = 0;
mount_flags
[i].opt != NULL; i++) {
in get_mnt_opts()
694
if (
mount_flags
[
in get_mnt_opts()
[all...]
/third_party/ltp/testcases/kernel/syscalls/open/
H
A
D
open12.c
79
const char *
mount_flags
[] = {"noatime", "relatime", NULL};
in setup()
local
89
if (tst_path_has_mnt_flags(cleanup, NULL,
mount_flags
)) {
in setup()
Completed in 5 milliseconds