Searched refs:Symlink (Results 1 - 14 of 14) sorted by path

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp956 // Symlink
958 ShareVolume::Symlink(Node* _dir, const char* name, const char* target) function in class:ShareVolume
H A DShareVolume.h93 virtual status_t Symlink(Node* dir, const char* name,
H A DVirtualVolume.cpp479 // Symlink
481 VirtualVolume::Symlink(Node* dir, const char* name, const char* target) function in class:VirtualVolume
H A DVirtualVolume.h73 virtual status_t Symlink(Node* dir, const char* name,
H A DVolume.cpp362 // Symlink
364 Volume::Symlink(Node* dir, const char* name, const char* target) function in class:Volume
H A DVolume.h107 virtual status_t Symlink(Node* dir, const char* name,
H A Dnetfs.cpp566 status_t error = dir->GetVolume()->Symlink(dir, name, path);
/haiku/src/bin/bfs_tools/lib/
H A DInode.h184 class Symlink : public Inode { class in inherits:Inode
186 Symlink(Disk *disk, bfs_inode *inode, bool ownBuffer = true);
187 Symlink(const Inode &inode);
188 ~Symlink();
H A DInode.cpp564 return new Symlink(disk, inode, ownBuffer);
1312 Symlink::Symlink(Disk *disk, bfs_inode *inode,bool ownBuffer) function in class:Symlink
1318 Symlink::Symlink(const Inode &inode) function in class:Symlink
1324 Symlink::~Symlink()
1330 Symlink::InitCheck() const
1341 Symlink::CopyTo(const char *root, bool fullPath,Inode::Source *source)
1387 Symlink
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DSymlink.cpp7 #include "Symlink.h"
12 Symlink::Symlink(Inode* inode) function in class:Symlink
20 Symlink::~Symlink()
27 Symlink::_FillMapEntry()
49 Symlink::_FillBuffer()
73 Symlink::_ReadLocalLink(off_t pos, char* buffer, size_t* _length)
94 Symlink::_ReadExtentLink(off_t pos, char* buffer, size_t* _length)
97 // First fill up extent, then Symlink bloc
[all...]
H A DSymlink.h50 class Symlink { class
52 Symlink(Inode* inode);
53 ~Symlink();
H A Dkernel_interface.cpp12 #include "Symlink.h"
357 Symlink symlink(inode);
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp603 // #pragma mark - Symlink
606 struct Symlink : ::Node { struct in namespace:PackageFS
607 Symlink(PackageSymlink* symlink) function in struct:PackageFS::Symlink
614 ~Symlink()
819 node = new(std::nothrow) Symlink(
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp140 class Symlink : public ::Node, public Entry { class in namespace:TarFS
142 Symlink(tar_header* header, const char* name);
143 virtual ~Symlink();
521 entry = new(nothrow) TarFS::Symlink(header, leaf);
551 TarFS::Symlink::Symlink(tar_header* header, const char* name) function in class:TarFS::Symlink
561 TarFS::Symlink::~Symlink()
567 TarFS::Symlink::ReadAt(void* cookie, off_t pos, void* buffer, size_t bufferSize)
574 TarFS::Symlink
[all...]

Completed in 99 milliseconds