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