• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/

Lines Matching refs:s64

94 	s64 off;
95 s64 addr;
116 static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp,
124 struct metapage ** rmpp, s64 * rbnp);
145 int xtLookup(struct inode *ip, s64 lstart,
146 s64 llen, int *pflag, s64 * paddr, s32 * plen, int no_check)
151 s64 bn;
156 s64 next, size, xoff, xend;
158 s64 xaddr;
238 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp,
244 s64 bn; /* block number */
251 s64 t64;
252 s64 next = 0;
537 struct inode *ip, int xflag, s64 xoff, s32 xlen, s64 * xaddrp,
541 s64 xaddr, hint;
544 s64 bn;
550 s64 next;
590 if ((rc = dbAlloc(ip, hint, (s64) xlen, &xaddr))) {
619 dbFree(ip, xaddr, (s64) xlen);
694 s64 rbn; /* new right page block number */
697 s64 rcbn; /* right child page block number */
702 s64 xaddr;
768 if ((rc = dbAlloc(ip, (s64) 0, (s64) xlen, &xaddr))
958 struct xtsplit * split, struct metapage ** rmpp, s64 * rbnp)
965 s64 rbn; /* new right page block number */
968 s64 nextbn;
1230 s64 rbn;
1360 struct inode *ip, s64 xoff, /* delta extent offset */
1368 s64 bn;
1373 s64 xaddr;
1522 struct inode *ip, s64 xoff, /* split/new extent offset */
1524 s64 xaddr, /* new extent address */
1531 s64 bn;
1669 dbFree(ip, addressXAD(xad) + llen, (s64) rlen);
1711 s64 bn;
1717 s64 nxoff, xoff;
1719 s64 nxaddr, xaddr;
2171 struct inode *ip, int xflag, s64 xoff, s32 maxblocks,
2173 s64 * xaddrp, /* (in/out) */
2179 s64 bn, xaddr;
2190 s64 next;
2243 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) nblocks)) == 0) {
2262 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen)))
2273 dbFree(ip, *xaddrp, (s64) * xlenp);
2289 if ((rc = dbAllocBottomUp(ip, xaddr, (s64) xlen)))
2340 int xtDelete(tid_t tid, struct inode *ip, s64 xoff, s32 xlen, int flag)
2345 s64 bn;
2418 s64 xaddr;
2449 dbFree(ip, xaddr, (s64) xlen);
2497 (s64) JFS_SBI(ip->i_sb)->nbperpage);
2561 s64 nxaddr, /* new xaddr */
2572 s64 xoff, xsize;
2574 s64 oxaddr, sxaddr, dxaddr, nextbn, prevbn;
2576 s64 offset, nbytes, nbrd, pno;
2578 s64 bn;
2896 s64 xoff, xaddr;
2899 s64 bn; /* block number */
2904 s64 t64;
3016 s64 nextbn, prevbn;
3128 * s64 newsize,
3163 s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int flag)
3166 s64 teof;
3169 s64 bn;
3172 s64 xoff, xaddr;
3181 s64 nfreed;
3708 * s64 committed_size)
3719 s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size)
3721 s64 bn;
3734 s64 xoff;