Lines Matching refs:s64

95 	s64 off;
96 s64 addr;
117 static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp,
125 struct metapage ** rmpp, s64 * rbnp);
146 int xtLookup(struct inode *ip, s64 lstart, in xtLookup()
147 s64 llen, int *pflag, s64 * paddr, s32 * plen, int no_check) in xtLookup()
152 s64 bn; in xtLookup()
157 s64 next, size, xoff, xend; in xtLookup()
159 s64 xaddr; in xtLookup()
239 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch()
245 s64 bn; /* block number */ in xtSearch()
252 s64 t64; in xtSearch()
253 s64 next = 0; in xtSearch()
538 struct inode *ip, int xflag, s64 xoff, s32 xlen, s64 * xaddrp, in xtInsert()
542 s64 xaddr, hint; in xtInsert()
545 s64 bn; in xtInsert()
551 s64 next; in xtInsert()
591 if ((rc = dbAlloc(ip, hint, (s64) xlen, &xaddr))) { in xtInsert()
620 dbFree(ip, xaddr, (s64) xlen); in xtInsert()
695 s64 rbn; /* new right page block number */ in xtSplitUp()
698 s64 rcbn; /* right child page block number */ in xtSplitUp()
703 s64 xaddr; in xtSplitUp()
769 if ((rc = dbAlloc(ip, (s64) 0, (s64) xlen, &xaddr)) in xtSplitUp()
959 struct xtsplit * split, struct metapage ** rmpp, s64 * rbnp) in xtSplitPage()
966 s64 rbn; /* new right page block number */ in xtSplitPage()
969 s64 nextbn; in xtSplitPage()
1231 s64 rbn; in xtSplitRoot()
1361 struct inode *ip, s64 xoff, /* delta extent offset */ in xtExtend()
1369 s64 bn; in xtExtend()
1374 s64 xaddr; in xtExtend()
1523 struct inode *ip, s64 xoff, /* split/new extent offset */ in xtTailgate()
1525 s64 xaddr, /* new extent address */ in xtTailgate()
1532 s64 bn; in xtTailgate()
1669 dbFree(ip, addressXAD(xad) + llen, (s64) rlen); in xtTailgate()
1711 s64 bn; in xtUpdate()
1717 s64 nxoff, xoff; in xtUpdate()
1719 s64 nxaddr, xaddr; in xtUpdate()
2170 struct inode *ip, int xflag, s64 xoff, s32 maxblocks, in xtAppend()
2172 s64 * xaddrp, /* (in/out) */ in xtAppend()
2178 s64 bn, xaddr; in xtAppend()
2189 s64 next; in xtAppend()
2242 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) nblocks)) == 0) { in xtAppend()
2261 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend()
2272 dbFree(ip, *xaddrp, (s64) * xlenp); in xtAppend()
2288 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen))) in xtAppend()
2339 int xtDelete(tid_t tid, struct inode *ip, s64 xoff, s32 xlen, int flag) in xtDelete()
2344 s64 bn; in xtDelete()
2417 s64 xaddr; in xtDeleteUp()
2448 dbFree(ip, xaddr, (s64) xlen); in xtDeleteUp()
2496 (s64) JFS_SBI(ip->i_sb)->nbperpage); in xtDeleteUp()
2560 s64 nxaddr, /* new xaddr */ in xtRelocate()
2571 s64 xoff, xsize; in xtRelocate()
2573 s64 oxaddr, sxaddr, dxaddr, nextbn, prevbn; in xtRelocate()
2575 s64 offset, nbytes, nbrd, pno; in xtRelocate()
2577 s64 bn; in xtRelocate()
2895 s64 xoff, xaddr; in xtSearchNode()
2898 s64 bn; /* block number */ in xtSearchNode()
2903 s64 t64; in xtSearchNode()
3015 s64 nextbn, prevbn; in xtRelink()
3162 s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int flag) in xtTruncate()
3165 s64 teof; in xtTruncate()
3168 s64 bn; in xtTruncate()
3171 s64 xoff, xaddr; in xtTruncate()
3180 s64 nfreed; in xtTruncate()
3718 s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size) in xtTruncate_pmap()
3720 s64 bn; in xtTruncate_pmap()
3733 s64 xoff; in xtTruncate_pmap()