HomeSort by: relevance | last modified time | path
    Searched defs:tmpfs_mount_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs.h 234 } tmpfs_mount_t; typedef in typeref:struct:tmpfs_mount
251 void tmpfs_free_node(tmpfs_mount_t *, tmpfs_node_t *);
256 int tmpfs_alloc_dirent(tmpfs_mount_t *, const char *, uint16_t,
258 void tmpfs_free_dirent(tmpfs_mount_t *, tmpfs_dirent_t *);
286 void tmpfs_mntmem_init(tmpfs_mount_t *, uint64_t);
287 void tmpfs_mntmem_destroy(tmpfs_mount_t *);
288 int tmpfs_mntmem_set(tmpfs_mount_t *, uint64_t);
291 uint64_t tmpfs_bytes_max(tmpfs_mount_t *);
292 size_t tmpfs_pages_avail(tmpfs_mount_t *);
293 bool tmpfs_mem_incr(tmpfs_mount_t *, size_t)
    [all...]
tmpfs.h 234 } tmpfs_mount_t; typedef in typeref:struct:tmpfs_mount
251 void tmpfs_free_node(tmpfs_mount_t *, tmpfs_node_t *);
256 int tmpfs_alloc_dirent(tmpfs_mount_t *, const char *, uint16_t,
258 void tmpfs_free_dirent(tmpfs_mount_t *, tmpfs_dirent_t *);
286 void tmpfs_mntmem_init(tmpfs_mount_t *, uint64_t);
287 void tmpfs_mntmem_destroy(tmpfs_mount_t *);
288 int tmpfs_mntmem_set(tmpfs_mount_t *, uint64_t);
291 uint64_t tmpfs_bytes_max(tmpfs_mount_t *);
292 size_t tmpfs_pages_avail(tmpfs_mount_t *);
293 bool tmpfs_mem_incr(tmpfs_mount_t *, size_t)
    [all...]

Completed in 24 milliseconds