HomeSort by: relevance | last modified time | path
    Searched refs:ta_nodes_max (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_args.h 45 ino_t ta_nodes_max; member in struct:tmpfs_args
tmpfs_vfsops.c 114 args->ta_nodes_max = tmp->tm_nodes_max;
145 if (args->ta_nodes_max <= 3) {
149 nodes = args->ta_nodes_max;
  /src/sbin/mount_tmpfs/
mount_tmpfs.c 152 args->ta_nodes_max = 0;
176 args->ta_nodes_max = tmpnumber;
258 (uintmax_t)args.ta_nodes_max);
  /src/sys/compat/netbsd32/
netbsd32_fs.c 835 fs_args.tmpfs_args.ta_nodes_max =
836 fs_args32.tmpfs_args.ta_nodes_max;
1024 fs_args32.tmpfs_args.ta_nodes_max =
1025 fs_args.tmpfs_args.ta_nodes_max;
netbsd32.h 1060 netbsd32_ino_t ta_nodes_max; member in struct:netbsd32_tmpfs_args

Completed in 31 milliseconds