i_dtroot          111 fs/jfs/jfs_dtree.c #define DT_PAGE(IP, MP) BT_PAGE(IP, MP, dtpage_t, i_dtroot)
i_dtroot          116 fs/jfs/jfs_dtree.c 	BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot);	\
i_dtroot          134 fs/jfs/jfs_dtree.c 	BT_GETSEARCH(IP, LEAF, BN, MP, dtpage_t, P, INDEX, i_dtroot)
i_dtroot         1888 fs/jfs/jfs_dtree.c 	sp = &JFS_IP(ip)->i_dtroot;
i_dtroot         2875 fs/jfs/jfs_dtree.c 	p = &jfs_ip->i_dtroot;
i_dtroot          150 fs/jfs/jfs_dtree.h 	(le32_to_cpu(JFS_IP(IP)->i_dtroot.header.idotdot))
i_dtroot          154 fs/jfs/jfs_dtree.h #define	dtEmpty(IP) (JFS_IP(IP)->i_dtroot.header.nextindex == 0)
i_dtroot          747 fs/jfs/jfs_imap.c 		p = (dtpage_t *) &jfs_ip->i_dtroot;
i_dtroot          386 fs/jfs/jfs_logmgr.c 			p = (caddr_t) &JFS_IP(tlck->ip)->i_dtroot;
i_dtroot         1246 fs/jfs/namei.c 			JFS_IP(old_ip)->i_dtroot.header.idotdot =
i_dtroot         1507 fs/jfs/namei.c 		le32_to_cpu(JFS_IP(d_inode(dentry))->i_dtroot.header.idotdot);