Searched refs:Stat (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DAttribute.h29 virtual status_t Stat(attr_cookie* cookie, struct stat& stat) = 0;
H A DNodeAttribute.h20 status_t Stat(attr_cookie* cookie, struct stat& stat);
H A DShortAttribute.h31 status_t Stat(attr_cookie* cookie, struct stat& stat);
H A DLeafAttribute.h157 status_t Stat(attr_cookie* cookie, struct stat& stat);
H A DShortAttribute.cpp69 ShortAttribute::Stat(attr_cookie* cookie, struct stat& stat) function in class:ShortAttribute
71 TRACE("Short Attribute : Stat\n");
H A DNodeAttribute.cpp160 NodeAttribute::Stat(attr_cookie* cookie, struct stat& stat) function in class:NodeAttribute
162 TRACE("NodeAttribute::Stat\n");
H A DLeafAttribute.cpp136 LeafAttribute::Stat(attr_cookie* cookie, struct stat& stat) function in class:LeafAttribute
138 TRACE("LeafAttribute::Stat\n");
H A Dkernel_interface.cpp635 status_t status = attribute->Stat(cookie, *stat);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.h28 * through the Stat method. These are stored dorectly in the base inode of
48 status_t Stat(struct stat& stat);
H A DAttribute.cpp86 Attribute::Stat(struct stat& stat) function in class:Attribute
88 TRACE("Stat\n");
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.h37 status_t Stat(struct stat& stat);
H A DAttribute.cpp181 Attribute::Stat(struct stat& stat) function in class:Attribute
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.h41 status_t Stat(struct stat& stat);
H A DAttribute.cpp175 Attribute::Stat(struct stat& stat) function in class:Attribute
177 TRACE("Stat\n");
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.h54 status_t Stat();
H A DPOP3.cpp445 POP3Protocol::Stat() function in class:POP3Protocol
469 Stat();
479 Stat();
/haiku/src/system/boot/loader/
H A Dvfs.cpp61 void Stat(struct stat &stat);
159 Node::Stat(struct stat& stat) function in class:Node
403 Descriptor::Stat(struct stat &stat) function in class:Descriptor
405 fNode->Stat(stat);
424 Stat(st);
1148 node->Stat(st);
1191 descriptor->Stat(*stat);
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp73 const struct fssh_stat &Stat() const { return fStat; } function in class:FSShell::Node
898 fssh_off_t chunkSize = (sourceFile->Stat().fssh_st_size / 20) / sCopyBufferSize * sCopyBufferSize;
902 bool progress = sourceFile->Stat().fssh_st_size > 1024 * 1024;
1157 error = targetDomain->CreateFile(target, sourceNode->Stat(), file);
1173 error = targetDomain->CreateDirectory(target, sourceNode->Stat(),
1195 sourceNode->Stat(), link);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h68 status_t Stat(struct stat* st,
H A DNFS4Server.cpp391 delegation->GetInode()->Stat(&st);
H A DInode.cpp179 result = Stat(&st);
480 Inode::Stat(struct stat* st, OpenAttrCookie* attr) function in class:Inode
900 Stat(&st);
H A DInodeDir.cpp101 Stat(&st);
H A Dkernel_interface.cpp704 status_t result = inode->Stat(stat);
1276 return inode->Stat(stat, cookie);
/haiku/headers/private/kernel/boot/
H A Dvfs.h47 void Stat(struct stat& stat);
/haiku/src/bin/
H A Ddiff_zip.cpp71 const struct stat& Stat() const { return fStat; } function in class:Node

Completed in 120 milliseconds

12