Searched refs:dtpage_t (Results 1 – 3 of 3) sorted by relevance
/fs/jfs/ |
D | jfs_dtree.c | 124 #define DT_PAGE(IP, MP) BT_PAGE(IP, MP, dtpage_t, i_dtroot) 129 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot)\ 147 BT_GETSEARCH(IP, LEAF, BN, MP, dtpage_t, P, INDEX, i_dtroot) 156 struct metapage ** rmpp, dtpage_t ** rpp, pxd_t * rxdp); 165 dtpage_t * fp, struct btstack * btstack); 167 static int dtRelink(tid_t tid, struct inode *ip, dtpage_t * p); 174 static int dtCompare(struct component_name * key, dtpage_t * p, int si); 176 static int ciCompare(struct component_name * key, dtpage_t * p, int si, 179 static void dtGetKey(dtpage_t * p, int i, struct component_name * key, 182 static int ciGetLeafPrefixKey(dtpage_t * lp, int li, dtpage_t * rp, [all …]
|
D | jfs_dtree.h | 211 } dtpage_t; typedef
|
D | jfs_imap.c | 762 dtpage_t *p, *xp; in diWrite() 767 p = (dtpage_t *) &jfs_ip->i_dtroot; in diWrite() 768 xp = (dtpage_t *) & dp->di_dtroot; in diWrite()
|