Searched refs:tmpfs_mem_decr (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/fs/tmpfs/
H A Dtmpfs_mem.c136 tmpfs_mem_decr(struct tmpfs_mount *mp, size_t sz) function
159 tmpfs_mem_decr(mp, sizeof(struct tmpfs_dirent));
182 tmpfs_mem_decr(mp, sizeof(struct tmpfs_node));
210 tmpfs_mem_decr(mp, sz);
H A Dtmpfs.h308 void tmpfs_mem_decr(tmpfs_mount_t *, size_t);
H A Dtmpfs_subr.c231 tmpfs_mem_decr(tmp, objsz);
856 tmpfs_mem_decr(tmp, (oldpages - newpages) << PAGE_SHIFT);

Completed in 51 milliseconds