Searched refs:i_hash (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_ihash.c93 LIST_FOREACH(ip, NTNOHASH(inum), i_hash)
112 LIST_INSERT_HEAD(ipp, ip, i_hash);
127 LIST_REMOVE(ip, i_hash);
H A Dntfs_inode.h48 LIST_ENTRY(ntnode) i_hash; member in struct:ntnode
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_freebsd_iget.c239 ip->i_hash = ih;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_inode.h241 struct xfs_ihash *i_hash; /* pointer to hash header */ member in struct:xfs_inode
H A Dxfs_iget.c370 ip->i_hash = ih;
717 ih = ip->i_hash;
H A Dxfsidbg.c2379 kdb_printf(" i_hash.nxt = 0x%p i_hash.pprv = 0x%p\n",
2380 ip->i_hash.next, ip->i_hash.prev);
2386 kdb_printf(" i_hash.nxt = 0x%p i_hash.pprv = 0x%p\n",
2387 ip->i_hash.next, ip->i_hash.pprev);
7120 ip->i_hash,
H A Dxfs_vnodeops.c3881 xfs_ihash_t *ih = ip->i_hash;

Completed in 142 milliseconds