Searched refs:IsLast (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/bfs_tools/lib/
H A Dbfs.h102 inline bool IsLast(bfs_inode *inode);
252 inline bool small_data::IsLast(bfs_inode *inode) function in class:small_data
H A DInode.cpp268 while (!data->IsLast(fInode)) {
313 while (!data->IsLast(fInode)) {
340 if (data->IsLast(fInode))
365 if (fCurrentSmallData == NULL || !fCurrentSmallData->IsLast(fInode)) {
372 if (!fCurrentSmallData->IsLast(fInode)
377 if (!fCurrentSmallData->IsLast(fInode)) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp569 for (; !item->IsLast(node); item = item->Next(), index++) {
585 if (item->IsLast(node) || (int32)item->Size() < bytes || max == NULL)
631 if (!next->IsLast(node)) {
634 while (!last->IsLast(node))
677 while (!item->IsLast(node) && strcmp(item->Name(), name)) {
682 if (item->IsLast(node))
737 while (!item->IsLast(node) && strcmp(item->Name(), name)) {
744 if (!item->IsLast(node)) {
747 while (!last->IsLast(node))
772 while (!item->IsLast(nod
[all...]
H A Dbfs.h166 inline bool IsLast(const bfs_inode* inode) const;
395 small_data::IsLast(const bfs_inode* inode) const function in class:BFS::small_data
/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp158 if (smallData->IsLast(this))

Completed in 59 milliseconds