Home
last modified time | relevance | path

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

/linux/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 = in jfs_rename()
1515 le32_to_cpu(JFS_IP(d_inode(dentry))->i_dtroot.header.idotdot); in jfs_get_parent()
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)
1895 sp = &JFS_IP(ip)->i_dtroot; in dtSplitRoot()
2584 p = &jfs_ip->i_dtroot; in dtInitRoot()
H A Djfs_logmgr.c386 p = (caddr_t) &JFS_IP(tlck->ip)->i_dtroot; in lmWriteRecord()
H A Djfs_imap.c749 p = (dtpage_t *) &jfs_ip->i_dtroot; in diWrite()