Searched refs:ROOT (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/jfs/ |
D | jfs_btree.h | 63 #define BT_PAGE(IP, MP, TYPE, ROOT)\ argument 64 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data) 67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument 72 P = (TYPE *)&JFS_IP(IP)->ROOT;\ 155 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument 162 P = (TYPE *)&JFS_IP(IP)->ROOT;\
|
D | jfs_dmap.c | 1926 if (dp->tree.stree[ROOT] != L2BPERDMAP) { in dbAllocCtl() 2103 oldroot = dp->tree.stree[ROOT]; in dbAllocDmap() 2109 if (dp->tree.stree[ROOT] == oldroot) in dbAllocDmap() 2116 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 1, 0))) in dbAllocDmap() 2158 oldroot = dp->tree.stree[ROOT]; in dbFreeDmap() 2164 if (rc || (dp->tree.stree[ROOT] == oldroot)) in dbFreeDmap() 2171 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 0, 0))) { in dbFreeDmap() 2576 oldroot = dcp->stree[ROOT]; in dbAdjCtl() 2617 if (dcp->stree[ROOT] != oldroot) { in dbAdjCtl() 2626 dbAdjCtl(bmp, blkno, dcp->stree[ROOT], alloc, in dbAdjCtl() [all …]
|
D | jfs_dmap.h | 37 #define ROOT 0 /* index of the root of a tree */ macro
|
/linux-4.19.296/drivers/clk/bcm/ |
D | clk-bcm21664.c | 29 BCM21664_CCU_COMMON(root, ROOT),
|
D | clk-bcm281xx.c | 31 BCM281XX_CCU_COMMON(root, ROOT),
|