Searched refs:size_max (Results 1 – 4 of 4) sorted by relevance
143 off_t nodes_max, size_max, maxfilesize; in tmpfs_mount() local185 if (vfs_getopt_size(mp->mnt_optnew, "size", &size_max) != 0) in tmpfs_mount()186 size_max = 0; in tmpfs_mount()200 if (size_max == 0 || size_max > OFF_MAX - PAGE_SIZE || in tmpfs_mount()201 (SIZE_MAX < OFF_MAX && size_max / PAGE_SIZE >= SIZE_MAX)) in tmpfs_mount()204 size_max = roundup(size_max, PAGE_SIZE); in tmpfs_mount()205 pages = howmany(size_max, PAGE_SIZE); in tmpfs_mount()
52 uint32_t size_max; member
321 if (blkcfg.size_max < MAXPHYS) { in vtblk_attach()1113 VTBLK_GET_CONFIG(dev, VIRTIO_BLK_F_SIZE_MAX, size_max, blkcfg); in vtblk_read_config()
81 uint32_t size_max; member1112 s->dict.size_max = dict_max; in xz_dec_lzma2_create()1138 if (s->dict.size > s->dict.size_max) in xz_dec_lzma2_reset()