Searched refs:covers_vnode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.cpp101 Note: The root_vnode and covers_vnode fields (what others?) are
106 while mounted the mount holds a reference to the covers_vnode, and thus
107 making the access path vnode->mount->covers_vnode->mount->... safe if a
108 reference to vnode is held (note that for the root mount covers_vnode
120 struct vnode *covers_vnode; member in struct:FSShell::fs_mount
986 if (vnode == mount->root_vnode && mount->covers_vnode) {
987 mountPoint = mount->covers_vnode;
1131 && vnode->mount->covers_vnode) {
1132 nextVnode = vnode->mount->covers_vnode;
1356 if (vnode->mount->root_vnode == vnode && vnode->mount->covers_vnode !
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp167 struct vnode* covers_vnode; // immutable member in struct:fs_mount
5161 Vnode* mountPoint = mount->covers_vnode;
7524 mount->covers_vnode = NULL;
7610 mount->covers_vnode = coveredNode;

Completed in 126 milliseconds