Searched refs:CACHED_NIDATA (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.h45 struct CACHED_NIDATA { struct
46 struct CACHED_NIDATA *next;
47 struct CACHED_NIDATA *previous;
H A Dinode.c411 ntfs_inode_real_close(((const struct CACHED_NIDATA*)cached)->ni);
420 return (((const struct CACHED_NIDATA*)item)->inum
431 return (((const struct CACHED_NIDATA*)cached)->inum
432 != ((const struct CACHED_NIDATA*)wanted)->inum);
443 struct CACHED_NIDATA item;
469 struct CACHED_NIDATA item;
470 struct CACHED_NIDATA *cached;
477 cached = (struct CACHED_NIDATA*)ntfs_fetch_cache(vol->nidata_cache,
511 struct CACHED_NIDATA item;
H A Dcache.c569 sizeof(struct CACHED_NIDATA),

Completed in 35 milliseconds