Home
last modified time | relevance | path

Searched refs:ta_nodes_max (Results 1 – 7 of 7) sorted by relevance

/netbsd/sbin/mount_tmpfs/
H A Dmount_tmpfs.c152 args->ta_nodes_max = 0; in mount_tmpfs_parseargs()
176 args->ta_nodes_max = tmpnumber; in mount_tmpfs_parseargs()
258 (uintmax_t)args.ta_nodes_max); in mount_tmpfs()
/netbsd/sys/fs/tmpfs/
H A Dtmpfs_args.h45 ino_t ta_nodes_max; member
H A Dtmpfs_vfsops.c114 args->ta_nodes_max = tmp->tm_nodes_max; in tmpfs_mount()
145 if (args->ta_nodes_max <= 3) { in tmpfs_mount()
149 nodes = args->ta_nodes_max; in tmpfs_mount()
/netbsd/external/bsd/am-utils/dist/amd/
H A Dops_tmpfs.c140 tmpfs_args.ta_nodes_max = atoi(p); in mount_tmpfs()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_fs.c835 fs_args.tmpfs_args.ta_nodes_max = in netbsd32___mount50()
836 fs_args32.tmpfs_args.ta_nodes_max; in netbsd32___mount50()
1024 fs_args32.tmpfs_args.ta_nodes_max = in netbsd32___mount50()
1025 fs_args.tmpfs_args.ta_nodes_max; in netbsd32___mount50()
H A Dnetbsd32.h1051 netbsd32_ino_t ta_nodes_max; member
/netbsd/external/bsd/am-utils/dist/
H A Dconfigure.ac987 AMU_CHECK_FIELD(tmpfs_args_t.ta_nodes_max)