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