Searched refs:mnt_flags (Results 1 – 2 of 2) sorted by relevance
47 struct opt_tab mnt_flags[] = { variable66 for (opt = mnt_flags; opt->opt; opt++) in compute_mount_flags()
278 int mnt_flags; in fuse_mount() local300 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()