Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c329 off_t nodes_max, size_max, maxfilesize, ea_max_size; in tmpfs_mount() local
379 if (vfs_getopt_size(opts, "easize", &ea_max_size) != 0) in tmpfs_mount()
380 tmp->tm_ea_memory_max = ea_max_size; in tmpfs_mount()
432 if (vfs_getopt_size(opts, "easize", &ea_max_size) != 0) in tmpfs_mount()
433 ea_max_size = 0; in tmpfs_mount()
476 tmp->tm_ea_memory_max = ea_max_size > 0 ? in tmpfs_mount()
477 ea_max_size : TMPFS_EA_MEMORY_RESERVED; in tmpfs_mount()