Home
last modified time | relevance | path

Searched refs:mnt_flags (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/amd/amd/
Dmount_fs.c47 struct opt_tab mnt_flags[] = { variable
66 for (opt = mnt_flags; opt->opt; opt++) in compute_mount_flags()
/openbsd/src/lib/libfuse/
Dfuse.c278 int mnt_flags; in fuse_mount() local
300 mnt_flags = 0; in fuse_mount()
302 mnt_flags |= MNT_RDONLY; in fuse_mount()
304 mnt_flags |= MNT_NOATIME; in fuse_mount()
317 if (mount(MOUNT_FUSEFS, fc->dir, mnt_flags, &fargs)) { in fuse_mount()