Searched refs:SaveInode (Results 1 – 2 of 2) sorted by relevance
/haiku/src/bin/bfs_tools/lib/ |
H A D | Disk.cpp | 606 Disk::SaveInode(bfs_inode *inode, bool *indices, bfs_inode *indexDir, in SaveInode() function in Disk 652 SaveInode(inode,&indices,indexDir,&root,rootDir); in ScanForIndexAndRoot() 667 SaveInode(inode, &indices, indexDir, &root, rootDir); in ScanForIndexAndRoot() 680 SaveInode(inode,&indices,indexDir,&root,rootDir); in ScanForIndexAndRoot()
|
H A D | Disk.h | 89 void SaveInode(bfs_inode *,bool *,bfs_inode *,bool *,bfs_inode *);
|