idotdot            85 fs/jfs/jfs_dinode.h #define di_parent	di_dtroot.header.idotdot
idotdot          2814 fs/jfs/jfs_dtree.c void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot)
idotdot          2894 fs/jfs/jfs_dtree.c 	p->header.idotdot = cpu_to_le32(idotdot);
idotdot           141 fs/jfs/jfs_dtree.h 		__le32 idotdot;	/* 4: parent inode number */
idotdot           150 fs/jfs/jfs_dtree.h 	(le32_to_cpu(JFS_IP(IP)->i_dtroot.header.idotdot))
idotdot           241 fs/jfs/jfs_dtree.h extern void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot);
idotdot          1246 fs/jfs/namei.c 			JFS_IP(old_ip)->i_dtroot.header.idotdot =
idotdot          1507 fs/jfs/namei.c 		le32_to_cpu(JFS_IP(d_inode(dentry))->i_dtroot.header.idotdot);