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

  /src/sys/fs/tmpfs/
tmpfs_mem.c 152 tmpfs_mem_decr(struct tmpfs_mount *mp, size_t sz) function in typeref:typename:void
175 tmpfs_mem_decr(mp, sizeof(struct tmpfs_dirent));
199 tmpfs_mem_decr(mp, sizeof(struct tmpfs_node));
227 tmpfs_mem_decr(mp, sz);
tmpfs.h 294 void tmpfs_mem_decr(tmpfs_mount_t *, size_t);
tmpfs_subr.c 338 tmpfs_mem_decr(tmp, objsz);
949 tmpfs_mem_decr(tmp, (oldpages - newpages) << PAGE_SHIFT);

Completed in 13 milliseconds