Searched refs:ea_max_size (Results 1 – 1 of 1) sorted by relevance
332 off_t nodes_max, size_max, maxfilesize, ea_max_size; in tmpfs_mount() local360 if (vfs_getopt_size(mp->mnt_optnew, "easize", &ea_max_size) == 0) { in tmpfs_mount()361 tmp->tm_ea_memory_max = ea_max_size; in tmpfs_mount()408 if (vfs_getopt_size(mp->mnt_optnew, "easize", &ea_max_size) != 0) in tmpfs_mount()409 ea_max_size = 0; in tmpfs_mount()452 tmp->tm_ea_memory_max = ea_max_size > 0 ? in tmpfs_mount()453 ea_max_size : TMPFS_EA_MEMORY_RESERVED; in tmpfs_mount()