Searched refs:read_attr_stat (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp368 capabilities.Set(FS_VNODE_CAPABILITY_READ_ATTR_STAT, ops->read_attr_stat);
H A DHaikuKernelVolume.cpp975 if (!node->ops->read_attr_stat)
977 return node->ops->read_attr_stat(&fVolume, node, cookie, st);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp700 CLEAR_UNSUPPORTED(FS_VNODE_CAPABILITY_READ_ATTR_STAT, read_attr_stat);
/haiku/headers/os/drivers/
H A Dfs_interface.h231 status_t (*read_attr_stat)(fs_volume* volume, fs_vnode* vnode, member in struct:fs_vnode_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h255 fssh_status_t (*read_attr_stat)(fssh_fs_volume *volume, member in struct:fssh_fs_vnode_ops
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp624 result = fSuperVnode.ops->read_attr_stat(SuperVolume(),
1228 || fSuperVnode.ops->read_attr_stat == NULL)
1237 result = fSuperVnode.ops->read_attr_stat(SuperVolume(), &fSuperVnode,
2112 TRACE("read_attr_stat\n");
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp640 DO_LOG("read_attr_stat cookie: %p; stat: %p\n", cookie, stat);
641 OVERLAY_CALL(read_attr_stat, cookie, stat)
643 DO_LOG("read_attr_stat result: %#" B_PRIx32 "; stat(dev: %" B_PRIdDEV
649 DO_LOG("read_attr_stat result: %#" B_PRIx32 "\n", result);
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp1030 = sourceNode->ops->read_attr_stat(sourceVolume, sourceNode, cookie, st);
/haiku/src/tools/fs_shell/
H A Dvfs.cpp4177 status = FS_CALL(vnode, read_attr_stat, descriptor->cookie, &stat);
4207 if (!HAS_FS_CALL(vnode, read_attr_stat))
4210 return FS_CALL(vnode, read_attr_stat, descriptor->cookie, stat);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6914 status_t status = FS_CALL(vnode, read_attr_stat, descriptor->cookie,
6945 if (!HAS_FS_CALL(vnode, read_attr_stat))
6948 return FS_CALL(vnode, read_attr_stat, descriptor->cookie, stat);

Completed in 111 milliseconds