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

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Dfile.c710 int dosfs_create(void *_vol, void *_dir, const char *name, int omode, argument
857 int dosfs_mkdir(void *_vol, void *_dir, const char *name, int perms) argument
1286 static int do_unlink(void *_vol, void *_dir, const char *name, bool is_file) argument
H A Ddir.c972 int dosfs_walk(void *_vol, void *_dir, const char *file, char **newpath, vnode_id *vnid) argument
1105 int dosfs_readdir(void *_vol, void *_dir, void *_cookie, long *num, argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A Dkernel_interface.cpp248 reiserfs_walk(void *ns, void *_dir, const char *entryName, char **resolvedPath, argument
/haiku-fatelf/src/add-ons/kernel/file_systems/fat/
H A Ddir.c1042 dosfs_walk(fs_volume *_vol, fs_vnode *_dir, const char *file, ino_t *_vnid) argument
1157 dosfs_readdir(fs_volume *_vol, fs_vnode *_dir, void *_cookie, argument
H A Dfile.c716 dosfs_create(fs_volume *_vol, fs_vnode *_dir, const char *name, int omode, argument
856 dosfs_mkdir(fs_volume *_vol, fs_vnode *_dir, const char *name, int perms) argument
1276 do_unlink(fs_volume *_vol, fs_vnode *_dir, const char *name, bool is_file) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp424 netfs_create(void *ns, void *_dir, const char *name, int openMode, int mode, argument
536 netfs_link(void *ns, void *_dir, const char *name, void *_node) argument
549 netfs_unlink(void *ns, void *_dir, const char *name) argument
561 netfs_symlink(void *ns, void *_dir, const char *name, const char *path) argument
606 netfs_mkdir(void *ns, void *_dir, const char *name, int mode) argument
618 netfs_rmdir(void *ns, void *_dir, const char *name) argument
710 netfs_walk(void *ns, void *_dir, const char *entryName, char **resolvedPath, vnode_id *vnid) argument
[all...]
H A DShareVolume.cpp619 ShareVolume::Create(Node* _dir, const char* name, int openMode, int mode, argument
897 ShareVolume::Link(Node* _dir, const char* name, Node* _node) argument
932 ShareVolume::Unlink(Node* _dir, const char* name) argument
958 ShareVolume::Symlink(Node* _dir, const char* name, const char* target) argument
1059 ShareVolume::MkDir(Node* _dir, const char* name, int mode) argument
1088 RmDir(Node* _dir, const char* name) argument
1235 ReadDir(Node* _dir, void* _cookie, struct dirent* buffer, size_t bufferSize, int32 count, int32* countRead) argument
1317 Walk(Node* _dir, const char* entryName, char** resolvedPath, vnode_id* vnid) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp182 reiserfs_lookup(fs_volume* fs, fs_vnode* _dir, const char *entryName, argument
/haiku-fatelf/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp460 TarFS::Directory::AddDirectory(char* dirName, TarFS::Directory** _dir) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Drootfs.c257 rootfs_mkdir(void *_ns, void *_dir, const char *name, int perms) argument
274 rootfs_symlink(void *_ns, void *_dir, const char *name, const char *path) argument
466 rootfs_unlink(void *_ns, void *_dir, const char *name) argument
478 rootfs_rmdir(void *_ns, void *_dir, const char *name) argument
H A Dxcp.cpp399 CreateDirectory(const char *path, const struct my_stat &myst, Directory *&_dir) argument
724 CreateDirectory(const char *path, const struct my_stat &st, Directory *&_dir) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A Dnetfs.cpp412 netfs_create(void *ns, void *_dir, const char *name, int openMode, int mode, argument
524 netfs_link(void *ns, void *_dir, const char *name, void *_node) argument
537 netfs_unlink(void *ns, void *_dir, const char *name) argument
549 netfs_symlink(void *ns, void *_dir, const char *name, const char *path) argument
594 netfs_mkdir(void *ns, void *_dir, const char *name, int mode) argument
606 netfs_rmdir(void *ns, void *_dir, const char *name) argument
698 netfs_walk(void *ns, void *_dir, const char *entryName, char **resolvedPath, vnode_id *vnid) argument
[all...]
H A DShareVolume.cpp619 ShareVolume::Create(Node* _dir, const char* name, int openMode, int mode, argument
897 ShareVolume::Link(Node* _dir, const char* name, Node* _node) argument
932 ShareVolume::Unlink(Node* _dir, const char* name) argument
958 ShareVolume::Symlink(Node* _dir, const char* name, const char* target) argument
1059 ShareVolume::MkDir(Node* _dir, const char* name, int mode) argument
1088 RmDir(Node* _dir, const char* name) argument
1234 ReadDir(Node* _dir, void* _cookie, struct dirent* buffer, size_t bufferSize, int32 count, int32* countRead) argument
1316 Walk(Node* _dir, const char* entryName, char** resolvedPath, vnode_id* vnid) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dgooglefs.c769 int googlefs_create(fs_volume *_volume, fs_vnode *_dir, const char *name, int omode, int perms, ino_t *vnid, fs_file_cookie **cookie) argument
821 int googlefs_unlink(fs_volume *_volume, fs_vnode *_dir, const char *name) argument
828 int googlefs_rmdir(fs_volume *_volume, fs_vnode *_dir, const char *name) argument
963 googlefs_mkdir(fs_volume *_volume, fs_vnode *_dir, const char *name, int perms) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dfs_func.c563 fs_walk(fs_volume *_vol, fs_vnode *_dir, const char *file, ino_t *_vnid) argument
1045 fs_create(fs_volume *_vol, fs_vnode *_dir, const char *name, int omode, argument
1492 fs_create_symlink(fs_volume *_vol, fs_vnode *_dir, const char *name, argument
1587 fs_mkdir(fs_volume *_vol, fs_vnode *_dir, const char *name, int perms) argument
1785 fs_rmdir(fs_volume *_vol, fs_vnode *_dir, const char *name) argument
1873 fs_unlink(fs_volume *_vol, fs_vnode *_dir, const char *name) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp184 ramfs_lookup(fs_volume* _volume, fs_vnode* _dir, const char* entryName, argument
392 ramfs_create_symlink(fs_volume* _volume, fs_vnode* _dir, const char *name, argument
450 ramfs_link(fs_volume* _volume, fs_vnode* _dir, const char *name, argument
495 ramfs_unlink(fs_volume* _volume, fs_vnode* _dir, const char *name) argument
777 ramfs_create(fs_volume* _volume, fs_vnode* _dir, const char *name, int openMode, argument
1105 ramfs_create_dir(fs_volume* _volume, fs_vnode* _dir, const char *name, int mode) argument
1162 ramfs_remove_dir(fs_volume* _volume, fs_vnode* _dir, const char *name) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp269 HaikuKernelVolume::Lookup(void* _dir, const char* entryName, ino_t* vnid) argument
575 HaikuKernelVolume::CreateSymlink(void* _dir, const char* name, argument
587 HaikuKernelVolume::Link(void* _dir, const char* name, void* _node) argument
599 HaikuKernelVolume::Unlink(void* _dir, const char* name) argument
660 HaikuKernelVolume::Create(void* _dir, const char* name, int openMode, int mode, argument
741 CreateDir(void* _dir, const char* name, int mode) argument
752 RemoveDir(void* _dir, const char* name) argument
[all...]
/haiku-fatelf/src/system/kernel/fs/
H A Drootfs.cpp452 rootfs_lookup(fs_volume* _volume, fs_vnode* _dir, const char* name, ino_t* _id) argument
565 rootfs_create(fs_volume* _volume, fs_vnode* _dir, const char* name, int omode, argument
625 rootfs_create_dir(fs_volume* _volume, fs_vnode* _dir, const char* name, argument
657 rootfs_remove_dir(fs_volume* _volume, fs_vnode* _dir, const char* name) argument
859 rootfs_symlink(fs_volume* _volume, fs_vnode* _dir, const char* name, argument
898 rootfs_unlink(fs_volume* _volume, fs_vnode* _dir, cons argument
1064 rootfs_create_special_node(fs_volume* _volume, fs_vnode* _dir, const char* name, fs_vnode* subVnode, mode_t mode, uint32 flags, fs_vnode* _superVnode, ino_t* _nodeID) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A Dkernel_interface.cpp397 ramfs_walk(void *ns, void *_dir, const char *entryName, char **resolvedPath, argument
613 ramfs_create(void *ns, void *_dir, const char *name, int openMode, argument
999 ramfs_link(void *ns, void *_dir, const char *name, void *_node) argument
1039 ramfs_unlink(void *ns, void *_dir, const char *name) argument
1085 ramfs_rmdir(void *ns, void *_dir, const char *name) argument
1208 ramfs_mkdir(void *ns, void *_dir, const char *name, int mode) argument
1431 ramfs_symlink(void *ns, void *_dir, const char *name, const char *path) argument
[all...]
/haiku-fatelf/src/tools/fs_shell/
H A Dcommand_cp.cpp425 CreateDirectory(const char *path, const struct fssh_stat &st, Directory *&_dir) argument
791 CreateDirectory(const char *path, const struct fssh_stat &st, Directory *&_dir) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c1706 fs_create(fs_volume *_volume, fs_vnode *_dir, const char *name, int omode, argument
1857 fs_unlink(fs_volume *_volume, fs_vnode *_dir, const char *name) argument
1971 fs_mkdir(fs_volume *_volume, fs_vnode *_dir, const char *name, int perms) argument
2149 fs_rmdir(fs_volume *_volume, fs_vnode *_dir, const char *name) argument
2304 fs_symlink(fs_volume *_volume, fs_vnode *_dir, cons argument
[all...]
/haiku-fatelf/src/system/kernel/device_manager/
H A Ddevfs.cpp977 devfs_lookup(fs_volume* _volume, fs_vnode* _dir, const char* name, ino_t* _id) argument
1085 devfs_create(fs_volume* _volume, fs_vnode* _dir, const char* name, int openMode, argument
1314 devfs_create_dir(fs_volume* _volume, fs_vnode* _dir, const char* name, argument
610 new_node(struct devfs* fs, const char* path, struct devfs_vnode** _node, struct devfs_vnode** _dir) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp1567 cdda_lookup(fs_volume* _volume, fs_vnode* _dir, const char* name, ino_t* _id) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp1703 Volume::CreateSymlink(void* _dir, const char* name, const char* target, argument
1750 Volume::Link(void* _dir, const char* name, void* node) argument
1795 Volume::Unlink(void* _dir, const char* name) argument
2002 Volume::Create(void* _dir, const char* name, int openMode, int mode, argument
2241 Volume::CreateDir(void* _dir, const char* name, int mode) argument
2285 RemoveDir(void* _dir, const char* name) argument
3777 _Lookup(void* _dir, const char* entryName, ino_t* vnid) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp812 FUSEVolume::Lookup(void* _dir, const char* entryName, ino_t* vnid) argument
998 FUSEVolume::CreateSymlink(void* _dir, const char* name, const char* target, argument
1045 FUSEVolume::Link(void* _dir, const char* name, void* _node) argument
1095 FUSEVolume::Unlink(void* _dir, const char* name) argument
1355 FUSEVolume::Create(void* _dir, const char* name, int openMode, int mode, argument
1641 CreateDir(void* _dir, const char* name, int mode) argument
1684 RemoveDir(void* _dir, const char* name) argument
[all...]

Completed in 281 milliseconds