Home
last modified time | relevance | path

Searched refs:i_dtroot (Results 1 – 4 of 4) 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 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()