Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs.h234 } tmpfs_mount_t; typedef
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 …]
H A Dtmpfs_vfsops.c89 tmpfs_mount_t *tmp; in tmpfs_mount()
190 tmp = kmem_zalloc(sizeof(tmpfs_mount_t), KM_SLEEP); in tmpfs_mount()
248 tmpfs_mount_t *tmp = VFS_TO_TMPFS(mp); in tmpfs_unmount()
331 tmpfs_mount_t *tmp = VFS_TO_TMPFS(mp); in tmpfs_fhtovp()
402 tmpfs_mount_t *tmp; in tmpfs_statvfs()
H A Dtmpfs_subr.c187 tmpfs_mount_t *tmp = VFS_TO_TMPFS(mp); in tmpfs_newvnode()
309 tmpfs_free_node(tmpfs_mount_t *tmp, tmpfs_node_t *node) in tmpfs_free_node()
371 tmpfs_mount_t *tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_construct_node()
453 tmpfs_alloc_dirent(tmpfs_mount_t *tmp, const char *name, uint16_t len, in tmpfs_alloc_dirent()
480 tmpfs_free_dirent(tmpfs_mount_t *tmp, tmpfs_dirent_t *de) in tmpfs_free_dirent()
903 tmpfs_mount_t *tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_reg_resize()
H A Dtmpfs_vnops.c861 tmpfs_mount_t *tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_rmdir()
1117 tmpfs_mount_t *tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_reclaim()
1327 tmpfs_mount_t *tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_whiteout()