Home
last modified time | relevance | path

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

/openbsd-src/sys/tmpfs/
H A Dtmpfs_mem.c50 tmpfs_mntmem_init(struct tmpfs_mount *mp, uint64_t memlimit) in tmpfs_mntmem_init()
59 tmpfs_mntmem_destroy(struct tmpfs_mount *mp) in tmpfs_mntmem_destroy()
100 tmpfs_bytes_max(struct tmpfs_mount *mp) in tmpfs_bytes_max()
115 tmpfs_pages_avail(struct tmpfs_mount *mp) in tmpfs_pages_avail()
122 tmpfs_mem_incr(struct tmpfs_mount *mp, size_t sz) in tmpfs_mem_incr()
138 tmpfs_mem_decr(struct tmpfs_mount *mp, size_t sz) in tmpfs_mem_decr()
148 tmpfs_dirent_get(struct tmpfs_mount *mp) in tmpfs_dirent_get()
158 tmpfs_dirent_put(struct tmpfs_mount *mp, struct tmpfs_dirent *de) in tmpfs_dirent_put()
166 tmpfs_node_get(struct tmpfs_mount *mp) in tmpfs_node_get()
181 tmpfs_node_put(struct tmpfs_mount *mp, struct tmpfs_node *tn) in tmpfs_node_put()
[all …]
H A Dtmpfs_vfsops.c59 int tmpfs_mount(struct mount *, const char *, void *, struct nameidata *,
119 tmpfs_mount(struct mount *mp, const char *path, void *data, in tmpfs_mount() function
366 .vfs_mount = tmpfs_mount,
H A Dtmpfs_vnops.c1216 int tmpfs_rename_enter(struct mount *, struct tmpfs_mount *,
1222 int tmpfs_rename_enter_common(struct mount *, struct tmpfs_mount *,
1227 int tmpfs_rename_enter_separate(struct mount *, struct tmpfs_mount *,
1233 void tmpfs_rename_exit(struct tmpfs_mount *,
1243 void tmpfs_rename_attachdetach(struct tmpfs_mount *,
1246 int tmpfs_do_remove(struct tmpfs_mount *, struct vnode *,
1381 struct tmpfs_mount *tmpfs; in tmpfs_sane_rename()
1599 tmpfs_rename_enter(struct mount *mount, struct tmpfs_mount *tmpfs, in tmpfs_rename_enter()
1661 tmpfs_rename_enter_common(struct mount *mount, struct tmpfs_mount *tmpfs, in tmpfs_rename_enter_common()
1772 tmpfs_rename_enter_separate(struct mount *mount, struct tmpfs_mount *tmpf in tmpfs_rename_enter_separate()
[all...]
H A Dtmpfs.h226 typedef struct tmpfs_mount { struct