Lines Matching refs:mount_flags
215 struct mount_flags {
222 static struct mount_flags mount_flags[] = {
243 for (i = 0; mount_flags[i].opt != NULL; i++) {
244 const char *opt = mount_flags[i].opt;
246 *on = mount_flags[i].on;
247 *flag = mount_flags[i].flag;
248 if (!mount_flags[i].safe && getuid() != 0) {
287 for (i = 0; mount_flags[i].opt != NULL; i++) {
288 if (mount_flags[i].on && (flags & mount_flags[i].flag) &&
289 add_option(mnt_optsp, mount_flags[i].opt, 0) == -1)