Searched refs:tmpfs_args (Results 1 – 6 of 6) sorted by relevance
/openbsd/sbin/mount/ |
H A D | mount.c | 605 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 D | mount_tmpfs.c | 76 struct tmpfs_args *args, int *mntflags, in mount_tmpfs_parseargs() 173 struct tmpfs_args args; in mount_tmpfs()
|
H A D | mount_tmpfs.h | 33 void mount_tmpfs_parseargs(int, char **, struct tmpfs_args *, int *,
|
/openbsd/sys/sys/ |
H A D | mount.h | 229 struct tmpfs_args { struct 275 struct tmpfs_args tmpfs_args; member
|
/openbsd/sys/kern/ |
H A D | vfs_init.c | 101 sizeof(struct tmpfs_args) },
|
/openbsd/sys/tmpfs/ |
H A D | tmpfs_vfsops.c | 122 struct tmpfs_args *args = data; in tmpfs_mount() 187 mp->mnt_stat.mount_info.tmpfs_args = *args; in tmpfs_mount()
|