Home
last modified time | relevance | path

Searched refs:dtpage_t (Results 1 – 3 of 3) sorted by relevance

/fs/jfs/
Djfs_dtree.c123 #define DT_PAGE(IP, MP) BT_PAGE(IP, MP, dtpage_t, i_dtroot)
128 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot)\
146 BT_GETSEARCH(IP, LEAF, BN, MP, dtpage_t, P, INDEX, i_dtroot)
155 struct metapage ** rmpp, dtpage_t ** rpp, pxd_t * rxdp);
164 dtpage_t * fp, struct btstack * btstack);
166 static int dtRelink(tid_t tid, struct inode *ip, dtpage_t * p);
173 static int dtCompare(struct component_name * key, dtpage_t * p, int si);
175 static int ciCompare(struct component_name * key, dtpage_t * p, int si,
178 static void dtGetKey(dtpage_t * p, int i, struct component_name * key,
181 static int ciGetLeafPrefixKey(dtpage_t * lp, int li, dtpage_t * rp,
[all …]
Djfs_dtree.h211 } dtpage_t; typedef
Djfs_imap.c765 dtpage_t *p, *xp; in diWrite()
770 p = (dtpage_t *) &jfs_ip->i_dtroot; in diWrite()
771 xp = (dtpage_t *) & dp->di_dtroot; in diWrite()