Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_xtree.c50 #define XT_PAGE(IP, MP) BT_PAGE(IP, MP, xtpage_t, i_xtroot)
56 BT_GETPAGE(IP, BN, MP, xtpage_t, SIZE, P, RC, i_xtroot); \
76 BT_GETSEARCH(IP, LEAF, BN, MP, xtpage_t, P, INDEX, i_xtroot)
130 xtpage_t *p; in xtLookup()
223 xtpage_t *p; /* page */ in xtSearch()
520 xtpage_t *p; /* base B+-tree index page */ in xtInsert()
669 xtpage_t *sp; /* split page */ in xtSplitUp()
673 xtpage_t *rcp; /* right child page */ in xtSplitUp()
939 xtpage_t *sp; in xtSplitPage()
941 xtpage_t *rp; /* new right page allocated */ in xtSplitPage()
[all …]
Djfs_dinode.h99 xtpage_t _xtroot;
Djfs_xtree.h86 } xtpage_t; typedef
Djfs_incore.h69 xtpage_t _xtroot; /* 288: xtree root */
Djfs_txnmgr.c587 xtpage_t *p; in txLock()
779 p = (xtpage_t *) mp->data; in txLock()
1655 xtpage_t *p; in xtLog()
1679 p = (xtpage_t *) mp->data; in xtLog()
Djfs_imap.c672 xtpage_t *p, *xp; in diWrite()
686 xp = (xtpage_t *) &dp->di_dirtable; in diWrite()
715 xtpage_t *p, *xp; in diWrite()