Searched refs:leafidx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dmap.c | 90 static int dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl); 1158 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNext() 1165 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNext() 1288 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNear() 1293 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNear() 1454 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAllocAG() 1513 ((s64) (ti - le32_to_cpu(dcp->leafidx))) << budmin; in dbAllocAG() 1754 int rc, leafidx, lev; in dbFindCtl() local 1776 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbFindCtl() 1788 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx, tru in dbFindCtl() 2026 int leafidx, rc; dbAllocDmapLev() local 3006 dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl) dbFindLeaf() argument [all...] |
H A D | jfs_dmap.h | 137 __le32 leafidx; /* 4: index of first tree leaf */ member 165 __le32 leafidx; /* 4: index of the first tree leaf */ member 183 #define dmt_leafidx t1.leafidx
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dmap.c | 90 static int dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl); 1090 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNext() 1097 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNext() 1220 if (dp->tree.leafidx != cpu_to_le32(LEAFIND)) { in dbAllocNear() 1225 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNear() 1386 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbAllocAG() 1445 ((s64) (ti - le32_to_cpu(dcp->leafidx))) << budmin; in dbAllocAG() 1686 int rc, leafidx, lev; in dbFindCtl() local 1708 if (dcp->leafidx != cpu_to_le32(CTLLEAFIND)) { in dbFindCtl() 1720 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx, tru in dbFindCtl() 1958 int leafidx, rc; dbAllocDmapLev() local 2942 dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl) dbFindLeaf() argument [all...] |
H A D | jfs_dmap.h | 137 __le32 leafidx; /* 4: index of first tree leaf */ member 165 __le32 leafidx; /* 4: index of the first tree leaf */ member 183 #define dmt_leafidx t1.leafidx
|
Completed in 12 milliseconds