Searched refs:xtpage_t (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
D | jfs_xtree.c | 50 #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) 119 xtpage_t * fp, struct btstack * btstack); 125 static int xtRelink(tid_t tid, struct inode *ip, xtpage_t * fp); 141 xtpage_t *p; in xtLookup() 234 xtpage_t *p; /* page */ in xtSearch() 531 xtpage_t *p; /* base B+-tree index page */ in xtInsert() 680 xtpage_t *sp; /* split page */ in xtSplitUp() 684 xtpage_t *rcp; /* right child page */ in xtSplitUp() [all …]
|
D | jfs_dinode.h | 99 xtpage_t _xtroot;
|
D | jfs_xtree.h | 86 } xtpage_t; typedef
|
D | jfs_incore.h | 69 xtpage_t _xtroot; /* 288: xtree root */
|
D | jfs_txnmgr.c | 587 xtpage_t *p; in txLock() 779 p = (xtpage_t *) mp->data; in txLock() 1692 xtpage_t *p; in xtLog() 1716 p = (xtpage_t *) mp->data; in xtLog()
|
D | jfs_imap.c | 674 xtpage_t *p, *xp; in diWrite() 688 xp = (xtpage_t *) &dp->di_dirtable; in diWrite() 717 xtpage_t *p, *xp; in diWrite()
|