Home
last modified time | relevance | path

Searched refs:VFS_TO_TMPFS (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c111 tmp = VFS_TO_TMPFS(mp); in tmpfs_mount()
156 tmp = VFS_TO_TMPFS(mp); in tmpfs_mount()
248 tmpfs_mount_t *tmp = VFS_TO_TMPFS(mp); in tmpfs_unmount()
305 tmpfs_node_t *node = VFS_TO_TMPFS(mp)->tm_root; in tmpfs_root()
331 tmpfs_mount_t *tmp = VFS_TO_TMPFS(mp); in tmpfs_fhtovp()
406 tmp = VFS_TO_TMPFS(mp); in tmpfs_statvfs()
H A Dtmpfs_rename.c305 newname = tmpfs_strname_alloc(VFS_TO_TMPFS(mp), in tmpfs_gro_rename()
344 tmpfs_free_dirent(VFS_TO_TMPFS(mp), *tdep); in tmpfs_gro_rename()
359 tmpfs_strname_free(VFS_TO_TMPFS(mp), (*fdep)->td_name, in tmpfs_gro_rename()
408 tmpfs_free_dirent(VFS_TO_TMPFS(mp), *dep); in tmpfs_gro_remove()
H A Dtmpfs_vnops.c745 tmpfs_free_dirent(VFS_TO_TMPFS(vp->v_mount), de); in tmpfs_remove()
812 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), in tmpfs_link()
861 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()
H A Dtmpfs.h320 VFS_TO_TMPFS(struct mount *mp) in VFS_TO_TMPFS() function
H A Dtmpfs_subr.c187 tmpfs_mount_t *tmp = VFS_TO_TMPFS(mp); in tmpfs_newvnode()
371 tmpfs_mount_t *tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_construct_node()
903 tmpfs_mount_t *tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_reg_resize()