Home
last modified time | relevance | path

Searched refs:ta_size_max (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sbin/mount_tmpfs/
Dmount_tmpfs.c90 args->ta_size_max = 0; in mount_tmpfs_parseargs()
127 args->ta_size_max = tmpnumber; in mount_tmpfs_parseargs()
/openbsd/src/sys/tmpfs/
Dtmpfs_vfsops.c141 if (args->ta_size_max < PAGE_SIZE) { in tmpfs_mount()
144 memlimit = args->ta_size_max; in tmpfs_mount()
/openbsd/src/sbin/mount/
Dmount.c613 if (verbose || tmpfs_args->ta_size_max) in prmount()
615 "size", (unsigned long)tmpfs_args->ta_size_max); in prmount()
/openbsd/src/sys/sys/
Dmount.h234 off_t ta_size_max; member