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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A 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 * l
[all...]
H A Djfs_dtree.h143 * cf. dtpage_t below.
211 } dtpage_t; typedef in typeref:union:__anon7478
H A Djfs_imap.c761 dtpage_t *p, *xp;
766 p = (dtpage_t *) &jfs_ip->i_dtroot;
767 xp = (dtpage_t *) & dp->di_dtroot;

Completed in 55 milliseconds