Home
last modified time | relevance | path

Searched refs:tmpfs_args (Results 1 – 6 of 6) sorted by relevance

/openbsd/sbin/mount/
H A Dmount.c605 struct tmpfs_args *tmpfs_args = &sf->mount_info.tmpfs_args; in prmount() local
607 if (verbose || tmpfs_args->ta_root_uid || tmpfs_args->ta_root_gid) in prmount()
609 "uid", tmpfs_args->ta_root_uid, "gid", tmpfs_args->ta_root_gid); in prmount()
610 if (verbose || tmpfs_args->ta_root_mode != 040755) in prmount()
612 "mode", tmpfs_args->ta_root_mode & 07777); in prmount()
613 if (verbose || tmpfs_args->ta_size_max) in prmount()
615 "size", (unsigned long)tmpfs_args->ta_size_max); in prmount()
616 if (verbose || tmpfs_args->ta_nodes_max) in prmount()
618 "inodes", (unsigned long)tmpfs_args->ta_nodes_max); in prmount()
/openbsd/sbin/mount_tmpfs/
H A Dmount_tmpfs.c76 struct tmpfs_args *args, int *mntflags, in mount_tmpfs_parseargs()
173 struct tmpfs_args args; in mount_tmpfs()
H A Dmount_tmpfs.h33 void mount_tmpfs_parseargs(int, char **, struct tmpfs_args *, int *,
/openbsd/sys/sys/
H A Dmount.h229 struct tmpfs_args { struct
275 struct tmpfs_args tmpfs_args; member
/openbsd/sys/kern/
H A Dvfs_init.c101 sizeof(struct tmpfs_args) },
/openbsd/sys/tmpfs/
H A Dtmpfs_vfsops.c122 struct tmpfs_args *args = data; in tmpfs_mount()
187 mp->mnt_stat.mount_info.tmpfs_args = *args; in tmpfs_mount()