Home
last modified time | relevance | path

Searched refs:CACHED_INODE (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dcache.h35 struct CACHED_INODE { struct
36 struct CACHED_INODE *next; argument
37 struct CACHED_INODE *previous; argument
/third_party/ntfs-3g/libntfs-3g/
Ddir.c145 const struct CACHED_INODE *w; in inode_cache_inv_compare()
146 const struct CACHED_INODE *c; in inode_cache_inv_compare()
148 w = (const struct CACHED_INODE*)wanted; in inode_cache_inv_compare()
149 c = (const struct CACHED_INODE*)cached; in inode_cache_inv_compare()
663 struct CACHED_INODE item; in ntfs_pathname_to_inode()
664 struct CACHED_INODE *cached; in ntfs_pathname_to_inode()
701 cached = (struct CACHED_INODE*)ntfs_fetch_cache( in ntfs_pathname_to_inode()
705 cached = (struct CACHED_INODE*)NULL; in ntfs_pathname_to_inode()
741 cached = (struct CACHED_INODE*)NULL; in ntfs_pathname_to_inode()
745 cached = (struct CACHED_INODE*)ntfs_fetch_cache( in ntfs_pathname_to_inode()
[all …]
Dcache.c562 ntfs_dir_inode_hash, sizeof(struct CACHED_INODE), in ntfs_create_lru_caches()