Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_mem.c69 tmpfs_mntmem_set(struct tmpfs_mount *mp, uint64_t memlimit) in tmpfs_mntmem_set() function
H A Dtmpfs.h288 int tmpfs_mntmem_set(tmpfs_mount_t *, uint64_t);
H A Dtmpfs_vfsops.c169 if ((error = tmpfs_mntmem_set(tmp, memlimit)) != 0) in tmpfs_mount()