Searched refs:HAS_FS_CALL (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.cpp55 #define HAS_FS_CALL(vnode, op) (vnode->ops->op != NULL) macro
640 if (!vnode->remove && HAS_FS_CALL(vnode, fsync))
1141 if (HAS_FS_CALL(vnode, access))
1174 if (HAS_FS_CALL(nextVnode, read_symlink)) {
1362 if (HAS_FS_CALL(vnode, get_vnode_name)) {
1997 if (HAS_FS_CALL(vnode, get_super_vnode)) {
2966 if (!HAS_FS_CALL(directory, create))
3057 if (!HAS_FS_CALL(vnode, open_attr_dir))
3176 if (HAS_FS_CALL(vnode, close))
3236 if (!HAS_FS_CALL(vnod
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp84 #define HAS_FS_CALL(vnode, op) (vnode->ops->op != NULL) macro
89 ( HAS_FS_CALL(vnode, op) ? \
93 ( HAS_FS_CALL(vnode, op) ? \
991 if (!vnode->IsRemoved() && HAS_FS_CALL(vnode, fsync))
1839 if (!HAS_FS_CALL(vnode, read_stat))
2200 if (status == B_OK && HAS_FS_CALL(vnode, access))
2237 if (HAS_FS_CALL(nextVnode, read_symlink)) {
2495 if (HAS_FS_CALL(vnode, get_vnode_name)) {
2505 if (parent == NULL || !HAS_FS_CALL(parent, read_dir))
2939 if (HAS_FS_CALL(fileVnod
[all...]
H A Dvfs_request_io.cpp393 if (!HAS_FS_CALL(vnode, io)
503 if (!HAS_FS_CALL(vnode, io)) {

Completed in 72 milliseconds