Searched refs:read_stat (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp355 if (vnode->ops->read_stat != NULL
356 && vnode->ops->read_stat(volume, vnode, &stat) == B_OK) {
413 if (currentVnode.ops->read_stat == NULL || currentVnode.ops->open == NULL
421 fStatus = currentVnode.ops->read_stat(volume, &currentVnode, &stat);
1328 OVERLAY_CALL(read_stat, stat)
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp331 capabilities.Set(FS_VNODE_CAPABILITY_READ_STAT, ops->read_stat);
H A DHaikuKernelVolume.cpp638 if (!node->ops->read_stat)
640 return node->ops->read_stat(&fVolume, node, st);
/haiku/src/system/kernel/fs/
H A Dfifo.cpp1011 if (superVnode->ops->read_stat == NULL)
1014 status_t error = superVnode->ops->read_stat(volume, superVnode, st);
H A Dvfs.cpp507 NULL, // read_stat()
524 index_read_stat, // read_stat()
541 NULL, // read_stat()
1829 if (!HAS_FS_CALL(vnode, read_stat))
1832 status = FS_CALL(vnode, read_stat, &stat);
4782 status_t status = FS_CALL(vnode, read_stat, stat);
5763 if (!HAS_FS_CALL(vnode, read_stat))
5767 status_t status = FS_CALL(vnode, read_stat, &stat);
5809 if (!HAS_FS_CALL(vnode, read_stat) || isDevice)
5813 status = FS_CALL(vnode, read_stat,
[all...]
/haiku/src/tools/fs_shell/
H A Dvfs.cpp327 NULL, // read_stat()
343 index_read_stat, // read_stat()
359 NULL, // read_stat()
2712 fssh_status_t status = FS_CALL(vnode, read_stat, stat);
3236 if (!HAS_FS_CALL(vnode, read_stat))
3239 status = FS_CALL(vnode, read_stat, &stat);
3878 fssh_status_t status = FS_CALL(vnode, read_stat, stat);
3917 status = FS_CALL(vnode, read_stat, stat);
4174 if (!HAS_FS_CALL(vnode, read_stat))
4664 status = FS_CALL(coveredVnode, read_stat,
[all...]
/haiku/headers/os/drivers/
H A Dfs_interface.h167 status_t (*read_stat)(fs_volume* volume, fs_vnode* vnode, member in struct:fs_vnode_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h184 fssh_status_t (*read_stat)(fssh_fs_volume *volume, fssh_fs_vnode *vnode, member in struct:fssh_fs_vnode_ops
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp172 error = sourceNode->ops->read_stat(sourceVolume, sourceNode, &st);
553 error = sourceNode->ops->read_stat(sourceVolume, sourceNode, st);
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp627 result = fSuperVnode.ops->read_stat(SuperVolume(),
1251 if (fSuperVnode.ops->read_stat == NULL)
1254 return fSuperVnode.ops->read_stat(SuperVolume(), &fSuperVnode, &fStat);
1874 TRACE("read_stat\n");
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp346 DO_LOG("read_stat stat: %p\n", stat);
347 OVERLAY_CALL(read_stat, stat)
349 DO_LOG("read_stat result: %#" B_PRIx32 "; stat(dev: %" B_PRIdDEV
354 DO_LOG("read_stat result: %#" B_PRIx32 "\n", result);

Completed in 320 milliseconds