Searched refs:tmpfs_mount_t (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/tmpfs/ |
H A D | tmpfs.h | 246 } tmpfs_mount_t; typedef 308 void tmpfs_mntmem_init(tmpfs_mount_t *, uint64_t); 309 void tmpfs_mntmem_destroy(tmpfs_mount_t *); 312 uint64_t tmpfs_bytes_max(tmpfs_mount_t *); 313 uint64_t tmpfs_pages_avail(tmpfs_mount_t *); 314 int tmpfs_mem_incr(tmpfs_mount_t *, size_t); 315 void tmpfs_mem_decr(tmpfs_mount_t *, size_t); 317 tmpfs_dirent_t *tmpfs_dirent_get(tmpfs_mount_t *); 320 tmpfs_node_t * tmpfs_node_get(tmpfs_mount_t *); 347 static inline tmpfs_mount_t * [all …]
|
H A D | tmpfs_vfsops.c | 87 tmpfs_mount_t *tmp; in tmpfs_mount_update() 123 tmpfs_mount_t *tmp; in tmpfs_mount() 157 tmp = malloc(sizeof(tmpfs_mount_t), M_MISCFSMNT, M_WAITOK); in tmpfs_mount() 212 tmpfs_mount_t *tmp = VFS_TO_TMPFS(mp); in tmpfs_unmount() 254 free(tmp, M_MISCFSMNT, sizeof(tmpfs_mount_t)); in tmpfs_unmount() 280 tmpfs_mount_t *tmp = VFS_TO_TMPFS(mp); in tmpfs_fhtovp() 326 tmpfs_mount_t *tmp; in tmpfs_statfs()
|
H A D | tmpfs_subr.c | 104 tmpfs_alloc_node(tmpfs_mount_t *tmp, enum vtype type, uid_t uid, gid_t gid, in tmpfs_alloc_node() 217 tmpfs_free_node(tmpfs_mount_t *tmp, tmpfs_node_t *node) in tmpfs_free_node() 372 tmpfs_mount_t *tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_alloc_file() 436 tmpfs_alloc_dirent(tmpfs_mount_t *tmp, const char *name, uint16_t len, in tmpfs_alloc_dirent() 462 tmpfs_free_dirent(tmpfs_mount_t *tmp, tmpfs_dirent_t *de) in tmpfs_free_dirent() 871 tmpfs_mount_t *tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_reg_resize()
|
H A D | tmpfs_vnops.c | 848 tmpfs_mount_t *tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_rmdir() 1048 tmpfs_mount_t *tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_reclaim()
|