Searched defs:ops (Results 1 - 25 of 36) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.h13 fuse_operations ops; member in struct:fuse_fs
H A DFUSEFileSystem.cpp359 FUSEFileSystem::_InitClientFS(const fuse_operations* ops, size_t opSize, argument
268 FinishInitClientFS(fuse_config* config, const fuse_operations* ops, size_t opSize, void* userData) argument
283 FinishInitClientFS(fuse_config* config, const fuse_lowlevel_ops* ops, size_t opSize, void* userData) argument
[all...]
H A Dfuse_fs.cpp375 fuse_fs_new(const struct fuse_operations* ops, size_t opSize, void* userData) argument
[all...]
H A DFUSELowLevel.cpp66 fuse_ll_init(const fuse_lowlevel_ops* ops, void* userdata, struct fuse_conn_info* conn) argument
75 fuse_ll_destroy(const fuse_lowlevel_ops* ops, void* userdata) argument
84 fuse_ll_lookup(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, argument
100 fuse_ll_getattr(const fuse_lowlevel_ops* ops, fuse_ino_ argument
114 fuse_ll_setattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const struct stat *attr, int to_set) argument
129 fuse_ll_readlink(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size) argument
143 fuse_ll_mkdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, mode_t mode) argument
157 fuse_ll_unlink(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name) argument
170 fuse_ll_rmdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name) argument
183 fuse_ll_symlink(const fuse_lowlevel_ops* ops, const char* link, fuse_ino_t parent, const char* name) argument
197 fuse_ll_rename(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname) argument
211 fuse_ll_link(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_ino_t newparent, const char *newname) argument
225 fuse_ll_open(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi) argument
239 fuse_ll_read(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t bufferSize, off_t position, fuse_file_info* ffi) argument
254 fuse_ll_write(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *buf, size_t size, off_t off, struct fuse_file_info *fi) argument
268 fuse_ll_flush(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi) argument
281 fuse_ll_release(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi) argument
294 fuse_ll_fsync(const fuse_lowlevel_ops* ops, fuse_ino_t ino, int datasync, fuse_file_info* ffi) argument
307 fuse_ll_opendir(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct fuse_file_info* ffi) argument
327 fuse_ll_readdir(const fuse_lowlevel_ops* ops, fuse_ino_t ino, void* cookie, char* buffer, size_t bufferSize, ReadDirBufferFiller filler, off_t pos, fuse_file_info* ffi) argument
347 fuse_ll_releasedir(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct fuse_file_info *fi) argument
360 fuse_ll_statfs(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct statvfs* stat) argument
374 fuse_ll_getxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *name, char* buffer, size_t size) argument
389 fuse_ll_listxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size) argument
403 fuse_ll_access(const fuse_lowlevel_ops* ops, fuse_ino_t ino, int mask) argument
416 fuse_ll_create(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi, fuse_ino_t& ino) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelNode.h46 fs_vnode_ops* ops; member in struct:UserlandFS::HaikuKernelNode::Capabilities
50 Capabilities(fs_vnode_ops* ops, FSVNodeCapabilities capabilities) argument
60 HaikuKernelNode(HaikuKernelVolume* volume, ino_t vnodeID, void* privateNode, fs_vnode_ops* ops, Capabilities* capabilities) argument
H A DHaikuKernelFileSystem.cpp241 HaikuKernelFileSystem::GetNodeCapabilities(fs_vnode_ops* ops) argument
298 HaikuKernelFileSystem::_InitNodeCapabilities(fs_vnode_ops* ops, argument
[all...]
H A Dhaiku_kernel_emu.cpp159 new_vnode(fs_volume *_volume, ino_t vnodeID, void *privateNode, fs_vnode_ops *ops) argument
182 publish_vnode(fs_volume *_volume, ino_t vnodeID, void *privateNode, fs_vnode_ops *ops, int type, uint32 flags) argument
H A DHaikuKernelVolume.cpp81 HaikuKernelVolume::NewVNode(ino_t vnodeID, void* privateNode, fs_vnode_ops* ops, argument
120 PublishVNode(ino_t vnodeID, void* privateNode, fs_vnode_ops* ops, int type, uint32 flags, HaikuKernelNode** _node) argument
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_mii_bitbang.c72 mii_bitbang_sync(device_t dev, mii_bitbang_ops_t ops) argument
92 mii_bitbang_sendbits(device_t dev, mii_bitbang_ops_t ops, uint32_ argument
118 mii_bitbang_readreg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg) argument
166 mii_bitbang_writereg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg, int val) argument
[all...]
/haiku/src/tests/system/libroot/posix/
H A Dxsi_sem_test1.cpp127 struct sembuf ops; local
[all...]
/haiku/src/libs/compat/freebsd_iflib/compat/sys/
H A Dkobj.h59 static inline void kobj_class_compile_static(kobj_class_t cls, kobj_ops_t ops) {} argument
/haiku/src/tools/fs_shell/
H A Dfd.h51 struct fd_ops* ops; member in struct:FSShell::file_descriptor
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h34 fs_vnode_ops* ops; member in struct:VNodeOps
37 VNodeOps(const FSVNodeCapabilities& capabilities, fs_vnode_ops* ops) argument
H A DFileSystem.cpp216 VNodeOps* ops = fVNodeOps.Clear(); local
561 VNodeOps* ops local
590 PutVNodeOps(VNodeOps* ops) argument
613 _InitVNodeOpsVector(fs_vnode_ops* ops, const FSVNodeCapabilities& capabilities) argument
[all...]
H A Dkernel_interface.cpp213 fs_vnode_ops* ops; local
/haiku/headers/private/kernel/fs/
H A Dfd.h53 struct fd_ops *ops; member in struct:file_descriptor
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dac97.c92 codec_ops *ops; member in struct:codec_table_tag
/haiku/src/libs/compat/openbsd_network/compat/machine/
H A Dbus.h104 bus_dmamap_sync_obsd(bus_dma_tag_t tag, bus_dmamap_t dmam, bus_addr_t offset, bus_size_t length, int ops) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp44 enum ops { enum
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp84 ModeOps *ops; member in struct:video_mode
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c136 const plugin_operations_t *ops; local
382 const plugin_operations_t *ops; local
492 const plugin_operations_t *ops; local
562 const plugin_operations_t *ops; local
690 const plugin_operations_t *ops; local
868 const plugin_operations_t *ops; local
978 const plugin_operations_t *ops; local
1102 const plugin_operations_t *ops; local
1152 const plugin_operations_t *ops; local
[all...]
/haiku/headers/private/file_systems/
H A DQueryParser.h90 enum ops { enum in namespace:QueryParser
/haiku/src/servers/app/
H A DDrawState.cpp493 uint32 ops[] = { local
/haiku/headers/os/drivers/
H A Dfs_interface.h64 fs_volume_ops* ops; member in struct:fs_volume
73 fs_vnode_ops* ops; member in struct:fs_vnode
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h63 fssh_fs_volume_ops* ops; member in struct:fssh_fs_volume
70 fssh_fs_vnode_ops* ops; member in struct:fssh_fs_vnode

Completed in 157 milliseconds

12