Searched refs:size_max (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/virtio/block/
H A Dvirtio_blk.h52 uint32_t size_max; member in struct:virtio_blk_config
H A Dvirtio_blk.c321 if (blkcfg.size_max < MAXPHYS) {
1113 VTBLK_GET_CONFIG(dev, VIRTIO_BLK_F_SIZE_MAX, size_max, blkcfg);
/freebsd-10.2-release/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c142 off_t nodes_max, size_max, maxfilesize; local
184 if (vfs_getopt_size(mp->mnt_optnew, "size", &size_max) != 0)
185 size_max = 0;
198 if (size_max == 0 || size_max > OFF_MAX - PAGE_SIZE ||
199 (SIZE_MAX < OFF_MAX && size_max / PAGE_SIZE >= SIZE_MAX))
202 size_max = roundup(size_max, PAGE_SIZE);
203 pages = howmany(size_max, PAGE_SIZE);
/freebsd-10.2-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c37 * size <= size_max
81 uint32_t size_max; member in struct:dictionary
86 * size_max is always the same as the allocated size.)
1112 s->dict.size_max = dict_max;
1138 if (s->dict.size > s->dict.size_max)

Completed in 31 milliseconds