Home
last modified time | relevance | path

Searched refs:tmpfs_mount (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/fs/tmpfs/
Dtmpfs_mem.c52 tmpfs_mntmem_init(struct tmpfs_mount *mp, uint64_t memlimit) in tmpfs_mntmem_init()
61 tmpfs_mntmem_destroy(struct tmpfs_mount *mp) in tmpfs_mntmem_destroy()
69 tmpfs_mntmem_set(struct tmpfs_mount *mp, uint64_t memlimit) in tmpfs_mntmem_set()
113 tmpfs_bytes_max(struct tmpfs_mount *mp) in tmpfs_bytes_max()
129 tmpfs_pages_avail(struct tmpfs_mount *mp) in tmpfs_pages_avail()
136 tmpfs_mem_incr(struct tmpfs_mount *mp, size_t sz) in tmpfs_mem_incr()
152 tmpfs_mem_decr(struct tmpfs_mount *mp, size_t sz) in tmpfs_mem_decr()
162 tmpfs_dirent_get(struct tmpfs_mount *mp) in tmpfs_dirent_get()
172 tmpfs_dirent_put(struct tmpfs_mount *mp, struct tmpfs_dirent *de) in tmpfs_dirent_put()
180 tmpfs_node_get(struct tmpfs_mount *mp) in tmpfs_node_get()
[all …]
Dtmpfs_vfsops.c86 tmpfs_mount(struct mount *mp, const char *path, void *data, size_t *data_len) in tmpfs_mount() function
461 .vfs_mount = tmpfs_mount,
Dtmpfs.h216 typedef struct tmpfs_mount { struct
/netbsd/src/external/bsd/am-utils/dist/amd/
Dops_tmpfs.c54 static int tmpfs_mount(am_node *am, mntfs *mf);
65 tmpfs_mount,
171 tmpfs_mount(am_node *am, mntfs *mf) in tmpfs_mount() function