> > Using a combination of inode_search(), > > inode_from_path(), inode_path(), -subvol->lookup, > > subvol->mkdir you can "setup" your extra > > directory structures, new files in them etc. > > This is a new lead - I'm not familiar with the lookup > call - I will research this, thanks. FYI - lookup is the standard way filesystems populate the dentry/inode cache with entries from the disk. Avati