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

12

/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
H A Dkernel_interface.cpp1980 return attribute.Stat(*stat);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp86 Attribute::Stat(struct stat& stat) function in class:Attribute
88 TRACE("Stat\n");
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 Dkernel_interface.cpp1029 return attribute.Stat(*stat);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp175 Attribute::Stat(struct stat& stat) function in class:Attribute
177 TRACE("Stat\n");
H A DAttribute.h41 status_t Stat(struct stat& stat);
H A Dkernel_interface.cpp1666 return attribute.Stat(*stat);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp179 result = Stat(&st);
480 Inode::Stat(struct stat* st, OpenAttrCookie* attr) function in class:Inode
900 Stat(&st);
H A DInode.h68 status_t Stat(struct stat* st,
H A DInodeDir.cpp101 Stat(&st);
H A DNFS4Server.cpp391 delegation->GetInode()->Stat(&st);
H A Dkernel_interface.cpp704 status_t result = inode->Stat(stat);
1276 return inode->Stat(stat, cookie);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp445 POP3Protocol::Stat() function in class:POP3Protocol
469 Stat();
479 Stat();
H A DPOP3.h54 status_t Stat();
/haiku/headers/private/kernel/boot/
H A Dvfs.h47 void Stat(struct stat& stat);
/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 DLeafAttribute.cpp136 LeafAttribute::Stat(attr_cookie* cookie, struct stat& stat) function in class:LeafAttribute
138 TRACE("LeafAttribute::Stat\n");
H A DLeafAttribute.h157 status_t Stat(attr_cookie* cookie, struct stat& stat);
H A DNodeAttribute.cpp160 NodeAttribute::Stat(attr_cookie* cookie, struct stat& stat) function in class:NodeAttribute
162 TRACE("NodeAttribute::Stat\n");
H A DNodeAttribute.h20 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 DShortAttribute.h31 status_t Stat(attr_cookie* cookie, struct stat& stat);
H A Dkernel_interface.cpp635 status_t status = attribute->Stat(cookie, *stat);

Completed in 134 milliseconds

12