HomeSort by: relevance | last modified time | path
    Searched refs:tmpfs_mem_incr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_mem.c 136 tmpfs_mem_incr(struct tmpfs_mount *mp, size_t sz) function in typeref:typename:bool
165 if (!tmpfs_mem_incr(mp, sizeof(struct tmpfs_dirent))) {
187 if (!tmpfs_mem_incr(mp, sizeof(struct tmpfs_node))) {
215 if (!tmpfs_mem_incr(mp, sz)) {
tmpfs.h 293 bool tmpfs_mem_incr(tmpfs_mount_t *, size_t);
tmpfs_subr.c 926 if (!tmpfs_mem_incr(tmp, (newpages - oldpages) << PAGE_SHIFT)) {

Completed in 15 milliseconds