Lines Matching refs:VFS_TO_TMPFS
110 tm = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_lookup1()
484 tmpfs_set_status(VFS_TO_TMPFS(vp->v_mount), node, TMPFS_NODE_ACCESSED); in tmpfs_read()
511 VFS_TO_TMPFS(vp->v_mount)->tm_maxfilesize) in tmpfs_write()
574 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_remove()
635 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), node, in tmpfs_link()
857 tmp = VFS_TO_TMPFS(tdvp->v_mount); in tmpfs_rename()
1027 tmpfs_free_dirent(VFS_TO_TMPFS(tvp->v_mount), tde); in tmpfs_rename()
1094 tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_rmdir()
1214 tm = VFS_TO_TMPFS(vp->v_mount); in tmpfs_readdir()
1266 tmpfs_set_status(VFS_TO_TMPFS(vp->v_mount), node, TMPFS_NODE_ACCESSED); in tmpfs_readlink()
1295 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_reclaim()
1502 tm = VFS_TO_TMPFS(vp->v_mount); in tmpfs_vptocnp()