Lines Matching refs:s64

208 static struct metapage *read_index_page(struct inode *inode, s64 blkno)  in read_index_page()
211 s64 xaddr; in read_index_page()
227 static struct metapage *get_index_page(struct inode *inode, s64 blkno) in get_index_page()
230 s64 xaddr; in get_index_page()
250 struct metapage ** mp, s64 *lblock) in find_index()
253 s64 blkno; in find_index()
254 s64 offset; in find_index()
334 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot) in add_index()
345 s64 offset; in add_index()
348 s64 xaddr; in add_index()
499 s64 lblock; in free_index()
524 static void modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, in modify_index()
525 int slot, struct metapage ** mp, s64 *lblock) in modify_index()
552 s64 lblock; in read_index()
585 s64 bn; in dtSearch()
827 s64 bn; in dtInsert()
944 s64 xaddr, nxaddr; in dtSplitUp()
986 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr))) { in dtSplitUp()
1036 if ((rc = dbReAlloc(sbi->ipbmap, xaddr, (s64) xlen, in dtSplitUp()
1037 (s64) n, &nxaddr))) in dtSplitUp()
1051 dbFree(ip, nxaddr, (s64) xlen); in dtSplitUp()
1056 dbFree(ip, xaddr, (s64) n); in dtSplitUp()
1082 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr)) == 0) { in dtSplitUp()
1304 dbFree(ip, addressPXD(pxd), (s64) lengthPXD(pxd)); in dtSplitUp()
1338 s64 rbn; /* new right page block number */ in dtSplitPage()
1341 s64 nextbn; in dtSplitPage()
1582 s64 lblock; in dtSplitPage()
1659 s64 xaddr, txaddr; in dtExtendPage()
1706 s64 lblock; in dtExtendPage()
1883 s64 rbn; in dtSplitRoot()
1996 s64 lblock; in dtSplitRoot()
2086 s64 bn; in dtDelete()
2205 s64 lblock; in dtDelete()
2445 int dtRelocate(tid_t tid, struct inode *ip, s64 lmxaddr, pxd_t * opxd, in dtRelocate()
2446 s64 nxaddr) in dtRelocate()
2451 s64 bn; in dtRelocate()
2455 s64 oxaddr, nextbn, prevbn; in dtRelocate()
2642 static int dtSearchNode(struct inode *ip, s64 lmxaddr, pxd_t * kpxd, in dtSearchNode()
2646 s64 bn; in dtSearchNode()
2751 s64 nextbn, prevbn; in dtRelink()
2918 static void add_missing_indices(struct inode *inode, s64 bn) in add_missing_indices()
3016 s64 bn; in jfs_readdir()
3347 s64 bn; in dtReadFirst()
3425 s64 bn; in dtReadNext()
3921 s64 bn = 0; in dtInsertEntry()
4032 s64 lblock; in dtInsertEntry()
4525 s64 bn; in dtModify()