Searched refs:vfs_get_vnode_cache (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/kernel/
H A Dvfs.h113 status_t vfs_get_vnode_cache(struct vnode *vnode, struct VMCache **_cache,
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp960 if (vfs_get_vnode_cache(vnode, &cache, false) != B_OK)
1168 if (vfs_get_vnode_cache(ref->vnode, &ref->cache, true) != B_OK)
/haiku/src/system/kernel/vm/
H A Dvm.cpp2260 status = vfs_get_vnode_cache(vnode, &cache, false);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp988 // itself (cf. vfs_get_vnode_cache()) and one belongs to the node's file
4698 vfs_get_vnode_cache(struct vnode* vnode, VMCache** _cache, bool allocate) function

Completed in 122 milliseconds