OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mountflags
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/perfused/
perfused.c
111
long
mountflags
= 0;
local in function:get_mount_info
157
mountflags
= pmo->pmo_mountflags;
173
mountflags
, (const char *)data, sock);
178
pmi->pmi_mountflags = (int)
mountflags
;
/src/usr.sbin/sysinst/
menus.mi
240
edit->pset->infos[edit->index].
mountflags
^= PUIMNT_LOG; };
243
edit->pset->infos[edit->index].
mountflags
^= PUIMNT_ASYNC; };
246
edit->pset->infos[edit->index].
mountflags
^= PUIMNT_NOATIME; };
249
edit->pset->infos[edit->index].
mountflags
^= PUIMNT_NODEV; };
252
edit->pset->infos[edit->index].
mountflags
^= PUIMNT_NODEVMTIME; };
255
edit->pset->infos[edit->index].
mountflags
^= PUIMNT_NOEXEC; };
258
edit->pset->infos[edit->index].
mountflags
^= PUIMNT_NOSUID; };
261
edit->pset->infos[edit->index].
mountflags
^= PUIMNT_NOAUTO; };
disks.c
1366
if (ptn->
mountflags
& PUIMNT_LOG)
1598
ptn->
mountflags
& PUIMNT_LOG ? ",log" : "",
1599
ptn->
mountflags
& PUIMNT_NOAUTO ? ",noauto" : "",
1600
ptn->
mountflags
& PUIMNT_ASYNC ? ",async" : "",
1601
ptn->
mountflags
& PUIMNT_NOATIME ? ",noatime" : "",
1602
ptn->
mountflags
& PUIMNT_NODEV ? ",nodev" : "",
1603
ptn->
mountflags
& PUIMNT_NODEVMTIME ? ",nodevmtime" : "",
1604
ptn->
mountflags
& PUIMNT_NOEXEC ? ",noexec" : "",
1605
ptn->
mountflags
& PUIMNT_NOSUID ? ",nosuid" : "",
label.c
1272
if (edit->wanted->
mountflags
& PUIMNT_ASYNC)
1274
if (edit->wanted->
mountflags
& PUIMNT_NOATIME)
1276
if (edit->wanted->
mountflags
& PUIMNT_NODEV)
1278
if (edit->wanted->
mountflags
& PUIMNT_NODEVMTIME)
1280
if (edit->wanted->
mountflags
& PUIMNT_NOEXEC)
1282
if (edit->wanted->
mountflags
& PUIMNT_NOSUID)
1284
if (edit->wanted->
mountflags
& PUIMNT_LOG)
1286
if (edit->wanted->
mountflags
& PUIMNT_NOAUTO)
defs.h
329
unsigned int
mountflags
; /* flags for fstab */
member in struct:part_usage_info
/src/lib/libperfuse/
perfuse.c
290
const char *filesystemtype, long
mountflags
, const void *data)
307
mountflags
, (const char *)data);
363
pmo->pmo_mountflags = (uint32_t)
mountflags
;
Completed in 18 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025