Searched refs:OpenDirCookie (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp28 Inode::OpenDir(OpenDirCookie* cookie)
50 Inode::OpenAttrDir(OpenDirCookie* cookie)
225 OpenDirCookie* cookie, uint64* _change, bool attribute)
305 OpenDirCookie* cookie)
H A Dkernel_interface.cpp1020 OpenDirCookie* cookie = new(std::nothrow) OpenDirCookie(fs);
1060 delete reinterpret_cast<OpenDirCookie*>(cookie);
1069 OpenDirCookie* cookie = reinterpret_cast<OpenDirCookie*>(_cookie);
1089 OpenDirCookie* cookie = reinterpret_cast<OpenDirCookie*>(_cookie);
1105 OpenDirCookie* cookie = new(std::nothrow) OpenDirCookie(fs);
H A DCookie.cpp185 OpenDirCookie::OpenDirCookie(FileSystem* fileSystem) function in class:OpenDirCookie
193 OpenDirCookie::~OpenDirCookie()
H A DNFS4Inode.cpp957 NFS4Inode::ReadDirOnce(DirEntry** dirents, uint32* count, OpenDirCookie* cookie,
H A DCookie.h93 struct OpenDirCookie : public Cookie { struct in inherits:Cookie
101 OpenDirCookie(FileSystem* fileSystem);
102 ~OpenDirCookie();
H A DInode.h96 status_t OpenDir(OpenDirCookie* cookie);
98 uint32* count, OpenDirCookie* cookie);
100 status_t OpenAttrDir(OpenDirCookie* cookie);
111 _snapshot, OpenDirCookie* cookie,
H A DNFS4Inode.h74 OpenDirCookie* cookie, bool* eof, uint64* change,

Completed in 56 milliseconds