Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c134 if (VFS_TO_TMPFS(mp)->tm_nomtime) in tmpfs_update_mtime_all()
299 VFS_TO_TMPFS(mp)->tm_ronly = 1; in tmpfs_rw_to_ro()
308 VFS_TO_TMPFS(mp)->tm_ronly = 0; in tmpfs_rw_to_ro()
349 tmp = VFS_TO_TMPFS(mp); in tmpfs_mount()
503 tmp = VFS_TO_TMPFS(mp); in tmpfs_unmount()
579 error = tmpfs_alloc_vp(mp, VFS_TO_TMPFS(mp)->tm_root, flags, vpp); in tmpfs_root()
603 tmp = VFS_TO_TMPFS(mp); in tmpfs_fhtovp()
633 tmp = VFS_TO_TMPFS(mp); in tmpfs_statfs()
736 tmp = VFS_TO_TMPFS(mp); in DB_SHOW_COMMAND()
744 tmp = VFS_TO_TMPFS(mp); in DB_SHOW_COMMAND()
H A Dtmpfs_vnops.c114 tm = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_lookup1()
612 tmpfs_set_accessed(VFS_TO_TMPFS(vp->v_mount), node); in tmpfs_read()
755 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_remove()
1044 tmp = VFS_TO_TMPFS(tdvp->v_mount); in tmpfs_rename()
1251 tmpfs_free_dirent(VFS_TO_TMPFS(tvp->v_mount), tde); in tmpfs_rename()
1319 tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_rmdir()
1437 tm = VFS_TO_TMPFS(vp->v_mount); in tmpfs_readdir()
1566 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_reclaim()
1796 tm = VFS_TO_TMPFS(vp->v_mount); in tmpfs_vptocnp()
1899 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_deleteextattr()
[all …]
H A Dtmpfs_fifoops.c57 tmpfs_set_accessed(VFS_TO_TMPFS(v->a_vp->v_mount), node); in tmpfs_fifo_close()
H A Dtmpfs.h597 VFS_TO_TMPFS(struct mount *mp) in VFS_TO_TMPFS() function
633 return (!(VFS_TO_TMPFS(vp->v_mount)->tm_nonc)); in tmpfs_use_nc()
H A Dtmpfs_subr.c957 tm = VFS_TO_TMPFS(mp); in tmpfs_alloc_vp()
1030 error = getnewvnode("tmpfs", mp, VFS_TO_TMPFS(mp)->tm_nonc ? in tmpfs_alloc_vp()
1175 tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_alloc_file()
1469 tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), NULL, NULL, 0, in tmpfs_dir_attach()
1518 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_dir_detach()
1795 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(dvp->v_mount), NULL, in tmpfs_dir_whiteout_add()
1811 tmpfs_free_dirent(VFS_TO_TMPFS(dvp->v_mount), de); in tmpfs_dir_whiteout_remove()
2351 if (length > VFS_TO_TMPFS(vp->v_mount)->tm_maxfilesize) in tmpfs_truncate()