Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/amd/amd/
H A Dops_tmpfs.c104 tmpfs_args_t tmpfs_args; in mount_tmpfs() local
115 memset((voidp) &tmpfs_args, 0, sizeof(tmpfs_args)); /* Paranoid */ in mount_tmpfs()
133 tmpfs_args.ta_version = TMPFS_ARGS_VERSION; in mount_tmpfs()
138 tmpfs_args.ta_nodes_max = atoi(p); in mount_tmpfs()
143 tmpfs_args.ta_size_max = atoi(p); in mount_tmpfs()
148 tmpfs_args.ta_root_uid = atoi(p); in mount_tmpfs()
153 tmpfs_args.ta_root_gid = atoi(p); in mount_tmpfs()
158 tmpfs_args.ta_root_mode = strtol(p, NULL, 8); in mount_tmpfs()
164 …return mount_fs(&mnt, flags, (caddr_t) &tmpfs_args, 0, type, 0, NULL, mnttab_file_name, on_autofs); in mount_tmpfs()
/freebsd-12.1/contrib/netbsd-tests/fs/msdosfs/
H A Dt_snapshot.c43 struct tmpfs_args targs = { .ta_version = TMPFS_ARGS_VERSION, }; in begin()
/freebsd-12.1/contrib/netbsd-tests/fs/common/
H A Dfstest_tmpfs.c49 struct tmpfs_args ta_uargs;
/freebsd-12.1/contrib/netbsd-tests/fs/tmpfs/
H A Dt_renamerace.c78 struct tmpfs_args args; in ATF_TC_BODY()
/freebsd-12.1/contrib/netbsd-tests/fs/umapfs/
H A Dt_basic.c72 struct tmpfs_args targs; in ATF_TC_BODY()
/freebsd-12.1/contrib/netbsd-tests/fs/nullfs/
H A Dt_basic.c75 struct tmpfs_args targs; in ATF_TC_BODY()
/freebsd-12.1/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modcmd.c117 struct tmpfs_args args; in ATF_TC_BODY()
/freebsd-12.1/contrib/netbsd-tests/fs/vfs/
H A Dt_rwtoro.c62 struct tmpfs_args tmpfs; in remount_ro()