Searched refs:vnode (Results 26 - 30 of 30) sorted by relevance

12

/fuchsia/zircon/system/utest/fs-vnode/
H A Dteardown-tests.cpp7 #include <fs/vnode.h>
/fuchsia/zircon/system/ulib/fs/
H A Dvfs.cpp26 #include <fs/vnode.h>
259 // 4) Use token handle to access defunct vnode (or a different vnode,
391 // Look up the target vnode
/fuchsia/zircon/system/ulib/memfs/
H A Ddirectory.cpp20 #include <lib/memfs/cpp/vnode.h>
92 // Looking up our own vnode
95 // Looking up a different vnode
280 // Make a new dnode for the new name, attach the target vnode to it
331 // dnode takes a reference to the vnode
337 // Identify that the vnode is a directory (vn->dnode_ != nullptr) so that
/fuchsia/zircon/system/ulib/minfs/
H A Dminfs-private.h35 #include <fs/vnode.h>
136 // instantiate a vnode from an inode
140 // instantiate a vnode with a new inode
143 // Insert, lookup, and remove vnode from hash map.
446 // Remove the link to a vnode (referring to inodes exclusively).
606 // Update the vnode's inode and write it to disk.
644 // The vnode is acting as a mount point for a remote filesystem or device.
659 // it can properly handle pages faults on a vnode's contents, then we can
716 // write the inode data of this vnode to disk (default does not update time values)
H A Dvnode.cpp186 // track all 'empty/read/dirty' blocks for each vnode, rather than reading
849 // same as unlink, but do not validate vnode
866 // - If the 'name' corresponds to a vnode, check that the target vnode:
871 // - Remove the old vnode (decrement link count by one)
872 // - Replace the old vnode's position in the directory with the new inode
1130 MinfsConnection(fs::Vfs* vfs, fbl::RefPtr<fs::Vnode> vnode, zx::channel channel, argument
1132 : Connection(vfs, fbl::move(vnode), fbl::move(channel), flags) {}
1624 // Ensure that we have enough space to write the new vnode's direntry
1645 // In addition to reserve_blocks, reserve 1 inode for the vnode t
[all...]

Completed in 37 milliseconds

12