Searched refs:tmpfs_args (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/amd/amd/ |
| H A D | ops_tmpfs.c | 104 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 D | t_snapshot.c | 43 struct tmpfs_args targs = { .ta_version = TMPFS_ARGS_VERSION, }; in begin()
|
| /freebsd-12.1/contrib/netbsd-tests/fs/common/ |
| H A D | fstest_tmpfs.c | 49 struct tmpfs_args ta_uargs;
|
| /freebsd-12.1/contrib/netbsd-tests/fs/tmpfs/ |
| H A D | t_renamerace.c | 78 struct tmpfs_args args; in ATF_TC_BODY()
|
| /freebsd-12.1/contrib/netbsd-tests/fs/umapfs/ |
| H A D | t_basic.c | 72 struct tmpfs_args targs; in ATF_TC_BODY()
|
| /freebsd-12.1/contrib/netbsd-tests/fs/nullfs/ |
| H A D | t_basic.c | 75 struct tmpfs_args targs; in ATF_TC_BODY()
|
| /freebsd-12.1/contrib/netbsd-tests/rump/rumpkern/ |
| H A D | t_modcmd.c | 117 struct tmpfs_args args; in ATF_TC_BODY()
|
| /freebsd-12.1/contrib/netbsd-tests/fs/vfs/ |
| H A D | t_rwtoro.c | 62 struct tmpfs_args tmpfs; in remount_ro()
|