Searched refs:OpenAttrCookie (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DCookie.h105 struct OpenAttrCookie : public OpenStateCookie { struct in inherits:OpenStateCookie
106 OpenAttrCookie(FileSystem* fileSystem);
H A DInode.h69 OpenAttrCookie* attr = NULL);
71 OpenAttrCookie* attr = NULL);
80 OpenAttrCookie* cookie, bool create,
82 status_t CloseAttr(OpenAttrCookie* cookie);
141 OpenAttrCookie* attr = NULL);
H A DCookie.cpp200 OpenAttrCookie::OpenAttrCookie(FileSystem* fileSystem) function in class:OpenAttrCookie
H A DNFS4Inode.h45 OpenAttrCookie* attr = NULL);
H A Dkernel_interface.cpp1167 OpenAttrCookie* cookie = new OpenAttrCookie(fs);
1192 OpenAttrCookie* cookie = new OpenAttrCookie(fs);
1223 OpenAttrCookie* cookie = reinterpret_cast<OpenAttrCookie*>(_cookie);
1236 OpenAttrCookie* cookie = reinterpret_cast<OpenAttrCookie*>(_cookie);
1253 OpenAttrCookie* cookie = reinterpret_cast<OpenAttrCookie*>(_cooki
[all...]
H A DInodeRegular.cpp234 Inode::OpenAttr(const char* _name, int mode, OpenAttrCookie* cookie,
292 Inode::CloseAttr(OpenAttrCookie* cookie)
H A DInode.cpp480 Inode::Stat(struct stat* st, OpenAttrCookie* attr)
506 Inode::GetStat(struct stat* st, OpenAttrCookie* attr)
595 Inode::WriteStat(const struct stat* st, uint32 mask, OpenAttrCookie* cookie)
H A DNFS4Inode.cpp282 NFS4Inode::GetStat(AttrValue** values, uint32* count, OpenAttrCookie* cookie)

Completed in 118 milliseconds