Home
last modified time | relevance | path

Searched refs:xtpage_t (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/jfs/
Djfs_xtree.c63 #define XT_PAGE(IP, MP) BT_PAGE(IP, MP, xtpage_t, i_xtroot)
69 BT_GETPAGE(IP, BN, MP, xtpage_t, SIZE, P, RC, i_xtroot); \
89 BT_GETSEARCH(IP, LEAF, BN, MP, xtpage_t, P, INDEX, i_xtroot)
132 xtpage_t * fp, struct btstack * btstack);
138 static int xtRelink(tid_t tid, struct inode *ip, xtpage_t * fp);
154 xtpage_t *p; in xtLookup()
247 xtpage_t *p; /* page */ in xtSearch()
544 xtpage_t *p; /* base B+-tree index page */ in xtInsert()
693 xtpage_t *sp; /* split page */ in xtSplitUp()
697 xtpage_t *rcp; /* right child page */ in xtSplitUp()
[all …]
Djfs_dinode.h112 xtpage_t _xtroot;
Djfs_xtree.h99 } xtpage_t; typedef
Djfs_incore.h80 xtpage_t _xtroot; /* 288: xtree root */
Djfs_txnmgr.c605 xtpage_t *p; in txLock()
797 p = (xtpage_t *) mp->data; in txLock()
1710 xtpage_t *p; in xtLog()
1734 p = (xtpage_t *) mp->data; in xtLog()
Djfs_imap.c688 xtpage_t *p, *xp; in diWrite()
702 xp = (xtpage_t *) &dp->di_dirtable; in diWrite()
731 xtpage_t *p, *xp; in diWrite()