Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_btree.h50 #define BT_PAGE(IP, MP, TYPE, ROOT)\ argument
51 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data)
54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
59 P = (TYPE *)&JFS_IP(IP)->ROOT;\
142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
149 P = (TYPE *)&JFS_IP(IP)->ROOT;\
Djfs_dmap.c1920 if (dp->tree.stree[ROOT] != L2BPERDMAP) { in dbAllocCtl()
2097 oldroot = dp->tree.stree[ROOT]; in dbAllocDmap()
2103 if (dp->tree.stree[ROOT] == oldroot) in dbAllocDmap()
2110 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 1, 0))) in dbAllocDmap()
2152 oldroot = dp->tree.stree[ROOT]; in dbFreeDmap()
2158 if (rc || (dp->tree.stree[ROOT] == oldroot)) in dbFreeDmap()
2165 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 0, 0))) { in dbFreeDmap()
2570 oldroot = dcp->stree[ROOT]; in dbAdjCtl()
2615 if (dcp->stree[ROOT] != oldroot) { in dbAdjCtl()
2624 dbAdjCtl(bmp, blkno, dcp->stree[ROOT], alloc, in dbAdjCtl()
[all …]
Djfs_dmap.h24 #define ROOT 0 /* index of the root of a tree */ macro