Searched refs:size_max (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 329 off_t nodes_max, size_max, maxfilesize, ea_max_size; in tmpfs_mount() local 363 if (vfs_getopt_size(opts, "size", &size_max) == 0 && in tmpfs_mount() 364 size_max != 0 && size_max != tmp->tm_size_max) in tmpfs_mount() 428 if (vfs_getopt_size(opts, "size", &size_max) != 0) in tmpfs_mount() 429 size_max = 0; in tmpfs_mount() 447 if (size_max == 0 || size_max > OFF_MAX - PAGE_SIZE || in tmpfs_mount() 448 (SIZE_MAX < OFF_MAX && size_max / PAGE_SIZE >= SIZE_MAX)) in tmpfs_mount() 451 size_max = roundup(size_max, PAGE_SIZE); in tmpfs_mount() 452 pages = howmany(size_max, PAGE_SIZE); in tmpfs_mount() 480 tmp->tm_size_max = size_max; in tmpfs_mount()
|
| /freebsd/sys/dev/virtio/block/ |
| H A D | virtio_blk.h | 60 uint32_t size_max; member
|
| H A D | virtio_blk.c | 356 if (blkcfg.size_max < maxphys) { in vtblk_attach() 1524 VTBLK_GET_CONFIG(dev, VIRTIO_BLK_F_SIZE_MAX, size_max, blkcfg); in vtblk_read_config()
|
| /freebsd/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_lzma2.c | 81 uint32_t size_max; member 1149 s->dict.size_max = dict_max; in xz_dec_lzma2_create() 1175 if (s->dict.size > s->dict.size_max) in xz_dec_lzma2_reset()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_settings.cpp | 275 size_t size_min, size_t size_max, in __kmp_stg_parse_size() argument 281 size_max = __kmp_round4k(size_max); in __kmp_stg_parse_size() 289 if (*out > size_max) { in __kmp_stg_parse_size() 290 *out = size_max; in __kmp_stg_parse_size() 308 *out = size_max; in __kmp_stg_parse_size() 309 } else if (*out > size_max) { in __kmp_stg_parse_size() 310 *out = size_max; in __kmp_stg_parse_size()
|