| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | ops_tmpfs.c | 106 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/ |
| D | netbsd32_fs.c | 795 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/ |
| D | type_tmpfs_args.m4 | 10 # 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)
|
| D | try_compile_anyfs.m4 | 137 # include <fs/tmpfs/tmpfs_args.h>
|
| D | header_templates.m4 | 953 [Define a type for the tmpfs_args structure])
|
| /netbsd/src/sbin/mount_tmpfs/ |
| D | mount_tmpfs.c | 136 struct tmpfs_args *args, int *mntflags, in mount_tmpfs_parseargs() 240 struct tmpfs_args args; in mount_tmpfs()
|
| D | mount_tmpfs.h | 34 void mount_tmpfs_parseargs(int, char **, struct tmpfs_args *, int *,
|
| /netbsd/src/sys/fs/tmpfs/ |
| D | Makefile | 5 INCS= tmpfs_args.h
|
| D | tmpfs_args.h | 41 struct tmpfs_args { struct
|
| D | tmpfs_vfsops.c | 88 struct tmpfs_args *args = data; in tmpfs_mount() 460 .vfs_min_mount_data = sizeof (struct tmpfs_args),
|
| /netbsd/src/usr.sbin/puffs/rump_tmpfs/ |
| D | rump_tmpfs.c | 56 struct tmpfs_args args; in main()
|
| /netbsd/src/tests/fs/msdosfs/ |
| D | t_snapshot.c | 43 struct tmpfs_args targs = { .ta_version = TMPFS_ARGS_VERSION, }; in begin()
|
| /netbsd/src/tests/kernel/ |
| D | t_unmount.c | 61 struct tmpfs_args args; in ATF_TC_BODY()
|
| /netbsd/src/tests/fs/common/ |
| D | fstest_tmpfs.c | 50 struct tmpfs_args ta_uargs;
|
| /netbsd/src/tests/fs/tmpfs/ |
| D | t_renamerace.c | 78 struct tmpfs_args args; in ATF_TC_BODY()
|
| /netbsd/src/tests/fs/umapfs/ |
| D | t_basic.c | 72 struct tmpfs_args targs; in ATF_TC_BODY()
|
| /netbsd/src/tests/fs/nullfs/ |
| D | t_basic.c | 75 struct tmpfs_args targs; in ATF_TC_BODY()
|
| /netbsd/src/tests/rump/rumpkern/ |
| D | t_modcmd.c | 117 struct tmpfs_args args; in ATF_TC_BODY()
|
| /netbsd/src/tests/fs/vfs/ |
| D | t_rwtoro.c | 62 struct tmpfs_args tmpfs; in remount_ro()
|
| /netbsd/src/external/bsd/am-utils/include/ |
| D | config.h | 2406 #define tmpfs_args_t struct tmpfs_args
|
| /netbsd/src/external/bsd/am-utils/dist/ |
| D | configure.ac | 442 fs/tmpfs/tmpfs_args.h \ 1087 AMU_CHECK_FS_HEADERS(fs/tmpfs/tmpfs_args.h, tmpfs)
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 994 ./usr/include/fs/tmpfs/tmpfs_args.h comp-c-include
|