Home
last modified time | relevance | path

Searched refs:size_max (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c332 off_t nodes_max, size_max, maxfilesize, ea_max_size; in tmpfs_mount() local
349 if (vfs_getopt_size(mp->mnt_optnew, "size", &size_max) == 0) { in tmpfs_mount()
357 if (size_max != tmp->tm_size_max) in tmpfs_mount()
404 if (vfs_getopt_size(mp->mnt_optnew, "size", &size_max) != 0) in tmpfs_mount()
405 size_max = 0; in tmpfs_mount()
423 if (size_max == 0 || size_max > OFF_MAX - PAGE_SIZE || in tmpfs_mount()
424 (SIZE_MAX < OFF_MAX && size_max / PAGE_SIZE >= SIZE_MAX)) in tmpfs_mount()
427 size_max = roundup(size_max, PAGE_SIZE); in tmpfs_mount()
428 pages = howmany(size_max, PAGE_SIZE); in tmpfs_mount()
456 tmp->tm_size_max = size_max; in tmpfs_mount()
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.h60 uint32_t size_max; member
H A Dvirtio_blk.c347 if (blkcfg.size_max < maxphys) { in vtblk_attach()
1354 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 Dxz_dec_lzma2.c81 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/sys/dev/beri/virtio/
H A Dvirtio_block.c388 cfg->size_max = 0; /* not negotiated */ in backend_info()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp275 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()