Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c148 ip = ip->i_forw) { in ud_search_icache()
196 ip = ip->i_forw) { in ud_iget()
366 ip->i_forw = ip; in ud_iget()
402 ip->i_forw = ip; in ud_iget()
500 ip->i_forw = ip; in ud_iget()
1123 ip->i_forw = ip; in ud_iinactive()
1874 next = ip->i_forw; in ud_iflush()
1900 ip->i_forw = ip; in ud_iflush()
2025 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()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c477 for (ip = ih->ih_chain[0]; ip != (struct inode *)ih; ip = ip->i_forw) { in ufs_iget_internal()
542 for (sp = ih->ih_chain[0]; sp != (struct inode *)ih; sp = sp->i_forw) in ufs_iget_internal()
1658 ip = lip->i_forw) { in ufs_scan_inodes()
H A Dufs_vfsops.c1517 ip = ip->i_forw) { in ufs_unmount()
1569 inext = ip->i_forw; in ufs_unmount()
H A Dufs_subr.c845 ip = ip->i_forw) { in ufs_icheck()
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c110 wsp->walk_addr = (uintptr_t)iw->iw_inode.i_forw; in inode_walk_step()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h314 #define i_forw i_chain[0] macro
H A Dudf_inode.h383 struct ud_inode *i_forw; member