Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c340 VFS_TO_TMPFS(mp)->tm_ronly = 1; in tmpfs_rw_to_ro()
349 VFS_TO_TMPFS(mp)->tm_ronly = 0; in tmpfs_rw_to_ro()
398 if (size_max != VFS_TO_TMPFS(mp)->tm_size_max) in tmpfs_mount()
402 !(VFS_TO_TMPFS(mp)->tm_ronly)) { in tmpfs_mount()
406 VFS_TO_TMPFS(mp)->tm_ronly) { in tmpfs_mount()
408 VFS_TO_TMPFS(mp)->tm_ronly = 0; in tmpfs_mount()
528 tmp = VFS_TO_TMPFS(mp); in tmpfs_unmount()
606 error = tmpfs_alloc_vp(mp, VFS_TO_TMPFS(mp)->tm_root, flags, vpp); in tmpfs_root()
621 tmp = VFS_TO_TMPFS(mp); in tmpfs_fhtovp()
655 tmp = VFS_TO_TMPFS(mp); in tmpfs_statfs()
H A Dtmpfs_vnops.c110 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()
1295 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_reclaim()
[all …]
H A Dtmpfs_fifoops.c59 tmpfs_set_status(VFS_TO_TMPFS(v->a_vp->v_mount), node, in tmpfs_fifo_close()
H A Dtmpfs_subr.c529 tm = VFS_TO_TMPFS(mp); in tmpfs_alloc_vp()
604 error = getnewvnode("tmpfs", mp, VFS_TO_TMPFS(mp)->tm_nonc ? in tmpfs_alloc_vp()
729 tmp = VFS_TO_TMPFS(dvp->v_mount); in tmpfs_alloc_file()
1023 tmpfs_alloc_dirent(VFS_TO_TMPFS(vp->v_mount), NULL, NULL, 0, in tmpfs_dir_attach()
1072 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_dir_detach()
1352 error = tmpfs_alloc_dirent(VFS_TO_TMPFS(dvp->v_mount), NULL, in tmpfs_dir_whiteout_add()
1368 tmpfs_free_dirent(VFS_TO_TMPFS(dvp->v_mount), de); in tmpfs_dir_whiteout_remove()
1394 tmp = VFS_TO_TMPFS(vp->v_mount); in tmpfs_reg_resize()
1869 if (length > VFS_TO_TMPFS(vp->v_mount)->tm_maxfilesize) in tmpfs_truncate()
H A Dtmpfs.h505 VFS_TO_TMPFS(struct mount *mp) in VFS_TO_TMPFS() function
538 return (!(VFS_TO_TMPFS(vp->v_mount)->tm_nonc)); in tmpfs_use_nc()