Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/am-utils/dist/amd/
Dops_tmpfs.c106 tmpfs_args_t tmpfs_args; in mount_tmpfs() local
117 memset((voidp) &tmpfs_args, 0, sizeof(tmpfs_args)); /* Paranoid */ in mount_tmpfs()
135 tmpfs_args.ta_version = TMPFS_ARGS_VERSION; in mount_tmpfs()
140 tmpfs_args.ta_nodes_max = atoi(p); in mount_tmpfs()
145 tmpfs_args.ta_size_max = atoi(p); in mount_tmpfs()
150 tmpfs_args.ta_root_uid = atoi(p); in mount_tmpfs()
155 tmpfs_args.ta_root_gid = atoi(p); in mount_tmpfs()
160 tmpfs_args.ta_root_mode = strtol(p, NULL, 8); in mount_tmpfs()
166 …return mount_fs(&mnt, flags, (caddr_t) &tmpfs_args, 0, type, 0, NULL, mnttab_file_name, on_autofs); in mount_tmpfs()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_fs.c795 struct netbsd32_tmpfs_args tmpfs_args; in netbsd32___mount50() member
805 struct tmpfs_args tmpfs_args; in netbsd32___mount50() member
826 if (data_len != 0 && data_len < sizeof(fs_args32.tmpfs_args)) in netbsd32___mount50()
829 error = copyin(data, &fs_args32.tmpfs_args, in netbsd32___mount50()
830 sizeof(fs_args32.tmpfs_args)); in netbsd32___mount50()
833 fs_args.tmpfs_args.ta_version = in netbsd32___mount50()
834 fs_args32.tmpfs_args.ta_version; in netbsd32___mount50()
835 fs_args.tmpfs_args.ta_nodes_max = in netbsd32___mount50()
836 fs_args32.tmpfs_args.ta_nodes_max; in netbsd32___mount50()
837 fs_args.tmpfs_args.ta_size_max = in netbsd32___mount50()
[all …]
/netbsd/src/external/bsd/am-utils/dist/m4/macros/
Dtype_tmpfs_args.m410 # look for "struct tmpfs_args"
14 [ struct tmpfs_args a;
15 ], ac_cv_type_tmpfs_args="struct tmpfs_args", ac_cv_type_tmpfs_args=notfound)
Dtry_compile_anyfs.m4137 # include <fs/tmpfs/tmpfs_args.h>
Dheader_templates.m4953 [Define a type for the tmpfs_args structure])
/netbsd/src/sbin/mount_tmpfs/
Dmount_tmpfs.c136 struct tmpfs_args *args, int *mntflags, in mount_tmpfs_parseargs()
240 struct tmpfs_args args; in mount_tmpfs()
Dmount_tmpfs.h34 void mount_tmpfs_parseargs(int, char **, struct tmpfs_args *, int *,
/netbsd/src/sys/fs/tmpfs/
DMakefile5 INCS= tmpfs_args.h
Dtmpfs_args.h41 struct tmpfs_args { struct
Dtmpfs_vfsops.c88 struct tmpfs_args *args = data; in tmpfs_mount()
460 .vfs_min_mount_data = sizeof (struct tmpfs_args),
/netbsd/src/usr.sbin/puffs/rump_tmpfs/
Drump_tmpfs.c56 struct tmpfs_args args; in main()
/netbsd/src/tests/fs/msdosfs/
Dt_snapshot.c43 struct tmpfs_args targs = { .ta_version = TMPFS_ARGS_VERSION, }; in begin()
/netbsd/src/tests/kernel/
Dt_unmount.c61 struct tmpfs_args args; in ATF_TC_BODY()
/netbsd/src/tests/fs/common/
Dfstest_tmpfs.c50 struct tmpfs_args ta_uargs;
/netbsd/src/tests/fs/tmpfs/
Dt_renamerace.c78 struct tmpfs_args args; in ATF_TC_BODY()
/netbsd/src/tests/fs/umapfs/
Dt_basic.c72 struct tmpfs_args targs; in ATF_TC_BODY()
/netbsd/src/tests/fs/nullfs/
Dt_basic.c75 struct tmpfs_args targs; in ATF_TC_BODY()
/netbsd/src/tests/rump/rumpkern/
Dt_modcmd.c117 struct tmpfs_args args; in ATF_TC_BODY()
/netbsd/src/tests/fs/vfs/
Dt_rwtoro.c62 struct tmpfs_args tmpfs; in remount_ro()
/netbsd/src/external/bsd/am-utils/include/
Dconfig.h2406 #define tmpfs_args_t struct tmpfs_args
/netbsd/src/external/bsd/am-utils/dist/
Dconfigure.ac442 fs/tmpfs/tmpfs_args.h \
1087 AMU_CHECK_FS_HEADERS(fs/tmpfs/tmpfs_args.h, tmpfs)
/netbsd/src/distrib/sets/lists/comp/
Dmi994 ./usr/include/fs/tmpfs/tmpfs_args.h comp-c-include