Home | History | Annotate | Download | only in amd

Lines Matching defs:tmpfs_args

106   tmpfs_args_t tmpfs_args;
117 memset((voidp) &tmpfs_args, 0, sizeof(tmpfs_args)); /* Paranoid */
135 tmpfs_args.ta_version = TMPFS_ARGS_VERSION;
140 tmpfs_args.ta_nodes_max = atoi(p);
145 tmpfs_args.ta_size_max = atoi(p);
150 tmpfs_args.ta_root_uid = atoi(p);
155 tmpfs_args.ta_root_gid = atoi(p);
160 tmpfs_args.ta_root_mode = strtol(p, NULL, 8);
166 return mount_fs(&mnt, flags, (caddr_t) &tmpfs_args, 0, type, 0, NULL, mnttab_file_name, on_autofs);