HomeSort by: relevance | last modified time | path
    Searched defs: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_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_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);

Completed in 37 milliseconds