Home
last modified time | relevance | path

Searched refs:i_forw (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c147 ip = ip->i_forw) { in ud_search_icache()
195 ip = ip->i_forw) { in ud_iget()
365 ip->i_forw = ip; in ud_iget()
401 ip->i_forw = ip; in ud_iget()
499 ip->i_forw = ip; in ud_iget()
1122 ip->i_forw = ip; in ud_iinactive()
1873 next = ip->i_forw; in ud_iflush()
1899 ip->i_forw = ip; in ud_iflush()
2024 ip->i_forw = ip; in ud_delcache()
H A Dudf_subr.c818 ip != (struct ud_inode *)ih; ip = ip->i_forw) { in ud_icheck()
854 ip = ip->i_forw) { in ud_flushi()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c475 for (ip = ih->ih_chain[0]; ip != (struct inode *)ih; ip = ip->i_forw) { in ufs_iget_internal()
540 for (sp = ih->ih_chain[0]; sp != (struct inode *)ih; sp = sp->i_forw) in ufs_iget_internal()
1656 ip = lip->i_forw) { in ufs_scan_inodes()
H A Dufs_vfsops.c1515 ip = ip->i_forw) { in ufs_unmount()
1567 inext = ip->i_forw; in ufs_unmount()
2189 ip = ip->i_forw) { in ufs_remountroot()
H A Dufs_subr.c845 ip = ip->i_forw) { in ufs_icheck()
/titanic_41/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c112 wsp->walk_addr = (uintptr_t)iw->iw_inode.i_forw; in inode_walk_step()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_inode.h383 struct ud_inode *i_forw; member
H A Dufs_inode.h314 #define i_forw i_chain[0] macro