Lines Matching refs:s64
18 static int extBalloc(struct inode *, s64, s64 *, s64 *);
19 static s64 extRoundDown(s64 nb);
70 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc()
73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc()
130 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc()
192 int extHint(struct inode *ip, s64 offset, xad_t * xp) in extHint()
196 s64 prev; in extHint()
198 s64 xaddr; in extHint()
299 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc()
303 s64 nb, nblks, daddr, max; in extBalloc()
319 max = (s64) 1 << bmp->db_maxfreebud; in extBalloc()
373 static s64 extRoundDown(s64 nb) in extRoundDown()