Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_dtree.c111 #define DT_PAGE(IP, MP) BT_PAGE(IP, MP, dtpage_t, i_dtroot)
116 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot); \
134 BT_GETSEARCH(IP, LEAF, BN, MP, dtpage_t, P, INDEX, i_dtroot)
143 struct metapage ** rmpp, dtpage_t ** rpp, pxd_t * rxdp);
152 dtpage_t * fp, struct btstack * btstack);
154 static int dtRelink(tid_t tid, struct inode *ip, dtpage_t * p);
161 static int dtCompare(struct component_name * key, dtpage_t * p, int si);
163 static int ciCompare(struct component_name * key, dtpage_t * p, int si,
166 static void dtGetKey(dtpage_t * p, int i, struct component_name * key,
169 static int ciGetLeafPrefixKey(dtpage_t * lp, int li, dtpage_t * rp,
[all …]
Djfs_dtree.h198 } dtpage_t; typedef
Djfs_imap.c740 dtpage_t *p, *xp; in diWrite()
745 p = (dtpage_t *) &jfs_ip->i_dtroot; in diWrite()
746 xp = (dtpage_t *) & dp->di_dtroot; in diWrite()