Searched defs:FileCache (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dfile_cache.cpp16 struct FileCache { struct
21 FileCache(dev_t mountID, ino_t vnodeID) function in struct:FileCache
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h216 Inode::FileCache() function in class:Inode
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h70 void* FileCache() const { return fCache; } function in class:Inode
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h113 void * FileCache() { return fFileCache; } function in class:Icb
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h114 void* FileCache() const { return fCache; } function in class:Inode
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h85 void* FileCache() const { return fCache; } function in class:Inode
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.h126 void* FileCache() const { return fCache; } function in class:Inode
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h190 void* FileCache() const { return fCache; } function in class:Inode

Completed in 106 milliseconds