Searched defs:openMode (Results 101 - 108 of 108) sorted by relevance

12345

/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp1649 _OpenPackagesFile( const RelativePath& subDirectoryPath, const char* fileName, uint32 openMode, BFile& _file, BEntry* _entry) argument
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp556 OverlayInode::Create(const char *name, int openMode, int perms, void **cookie, argument
570 OverlayInode::Open(int openMode, void **_cookie) argument
1889 overlay_create(fs_volume *volume, fs_vnode *vnode, const char *name, int openMode, int perms, void **cookie, ino_t *newVnodeID) argument
1899 overlay_open(fs_volume *volume, fs_vnode *vnode, int openMode, void **cookie) argument
2044 overlay_create_attr(fs_volume *volume, fs_vnode *vnode, const char *name, uint32 type, int openMode, void **cookie) argument
2054 overlay_open_attr(fs_volume *volume, fs_vnode *vnode, const char *name, int openMode, void **cookie) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp2004 Volume::Create(void* _dir, const char* name, int openMode, int mode, argument
2058 Volume::Open(void* _node, int openMode, void** cookie) argument
2706 Volume::CreateAttr(void* _node, const char* name, uint32 type, int openMode, argument
2755 Volume::OpenAttr(void* _node, const char* name, int openMode, argument
[all...]
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp1640 cdda_open(fs_volume* _volume, fs_vnode* _node, int openMode, void** _cookie) argument
2053 cdda_create_attr(fs_volume* _volume, fs_vnode* _node, const char* name, uint32 type, int openMode, void** _cookie) argument
2089 cdda_open_attr(fs_volume* _volume, fs_vnode* _node, const char* name, int openMode, void** _cookie) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp177 FileCookie(int openMode) argument
1633 FUSEVolume::Create(void* _dir, const char* name, int openMode, int mode, argument
1720 FUSEVolume::Open(void* _node, int openMode, void** _cookie) argument
2485 OpenAttr(void* _node, const char* name, int openMode, void** _cookie) argument
[all...]
/haiku/src/tools/fs_shell/
H A Dvfs.cpp2959 create_vnode(struct vnode *directory, const char *name, int openMode, int perms, bool kernel) argument
3002 open_vnode(struct vnode *vnode, int openMode, bool kernel) argument
3077 file_create_entry_ref(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, int openMode, int perms, bool kernel) argument
1666 get_new_fd(int type, struct fs_mount *mount, struct vnode *vnode, void *cookie, int openMode, bool kernel) argument
3097 file_create(int fd, char *path, int openMode, int perms, bool kernel) argument
3118 file_open_entry_ref(fssh_mount_id mountID, fssh_vnode_id directoryID, const char *name, int openMode, bool kernel) argument
3143 file_open(int fd, char *path, int openMode, bool kernel) argument
4030 attr_create(int fd, const char *name, uint32_t type, int openMode, bool kernel) argument
4068 attr_open(int fd, const char *name, int openMode, bool kernel) argument
5148 _kern_open_entry_ref(fssh_dev_t device, fssh_ino_t inode, const char *name, int openMode, int perms) argument
5173 _kern_open(int fd, const char *path, int openMode, int perms) argument
5613 _kern_create_attr(int fd, const char *name, uint32_t type, int openMode) argument
5620 _kern_open_attr(int fd, const char *name, int openMode) argument
[all...]
/haiku/headers/private/userlandfs/private/
H A DRequests.h885 int openMode; member in class:UserlandFSUtil::CreateRequest
903 int openMode; member in class:UserlandFSUtil::OpenRequest
1164 int openMode; member in class:UserlandFSUtil::CreateAttrRequest
1182 int openMode; member in class:UserlandFSUtil::OpenAttrRequest
/haiku/src/system/kernel/fs/
H A Dvfs.cpp4251 vfs_open_vnode(struct vnode* vnode, int openMode, bool kernel) argument
5357 open_vnode(struct vnode* vnode, int openMode, bool kernel) argument
2789 get_new_fd(int type, struct fs_mount* mount, struct vnode* vnode, void* cookie, int openMode, bool kernel) argument
5378 create_vnode(struct vnode* directory, const char* name, int openMode, int perms, bool kernel) argument
5553 file_create_entry_ref(dev_t mountID, ino_t directoryID, const char* name, int openMode, int perms, bool kernel) argument
5573 file_create(int fd, char* path, int openMode, int perms, bool kernel) argument
5591 file_open_entry_ref(dev_t mountID, ino_t directoryID, const char* name, int openMode, bool kernel) argument
5626 file_open(int fd, char* path, int openMode, bool kernel) argument
6756 attr_create(int fd, char* path, const char* name, uint32 type, int openMode, bool kernel) argument
6798 attr_open(int fd, char* path, const char* name, int openMode, bool kernel) argument
8266 _kern_open_entry_ref(dev_t device, ino_t inode, const char* name, int openMode, int perms) argument
8293 _kern_open(int fd, const char* path, int openMode, int perms) argument
8693 _kern_open_attr(int fd, const char* path, const char* name, uint32 type, int openMode) argument
9040 _user_open_entry_ref(dev_t device, ino_t inode, const char* userName, int openMode, int perms) argument
9063 _user_open(int fd, const char* userPath, int openMode, int perms) argument
9819 _user_open_attr(int fd, const char* userPath, const char* userName, uint32 type, int openMode) argument
[all...]

Completed in 101 milliseconds

12345