Lines Matching refs:s64
54 #define MAXL0SIZE ((s64)1 << L2MAXL0SIZE)
55 #define MAXL1SIZE ((s64)1 << L2MAXL1SIZE)
56 #define MAXL2SIZE ((s64)1 << L2MAXL2SIZE)
140 ((s64)(a) << (JFS_SBI((ip)->i_sb)->bmap->db_agl2size))
224 s64 dn_mapsize; /* number of blocks in aggregate */
225 s64 dn_nfree; /* num free blks in aggregate map */
236 s64 dn_agfree[MAXAG]; /* per AG free count */
237 s64 dn_agsize; /* num of blks per alloc group */
285 (((b) & (((s64)1 << ((m) + L2LPERCTL)) - 1)) >> (m))
297 extern int dbFree(struct inode *ipbmap, s64 blkno, s64 nblocks);
300 int free, s64 blkno, s64 nblocks, struct tblock * tblk);
304 extern int dbAlloc(struct inode *ipbmap, s64 hint, s64 nblocks, s64 * results);
307 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results);
310 extern int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks);
311 extern int dbExtendFS(struct inode *ipbmap, s64 blkno, s64 nblocks);
313 extern s64 dbMapFileSizeToMapSize(struct inode *ipbmap);