Searched refs:i_dtroot (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/jfs/
H A Djfs_dtree.h150 (le32_to_cpu(JFS_IP(IP)->i_dtroot.header.idotdot))
154 #define dtEmpty(IP) (JFS_IP(IP)->i_dtroot.header.nextindex == 0)
H A Djfs_incore.h103 #define i_dtroot u.dir._dtroot macro
H A Dnamei.c1253 JFS_IP(old_ip)->i_dtroot.header.idotdot =
1515 le32_to_cpu(JFS_IP(d_inode(dentry))->i_dtroot.header.idotdot);
H A Djfs_dtree.c111 #define DT_PAGE(IP, MP) BT_PAGE(IP, MP, dtpage_t, i_dtroot)
116 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot); \
134 BT_GETSEARCH(IP, LEAF, BN, MP, dtpage_t, P, INDEX, i_dtroot)
1893 sp = &JFS_IP(ip)->i_dtroot;
2582 p = &jfs_ip->i_dtroot;
H A Djfs_logmgr.c386 p = (caddr_t) &JFS_IP(tlck->ip)->i_dtroot;
H A Djfs_imap.c746 p = (dtpage_t *) &jfs_ip->i_dtroot;

Completed in 85 milliseconds