Symbol: PSIZE
fs/jfs/jfs_dmap.c
1113
mp = read_metapage(ipbmap, lblkno, PSIZE, 0);
fs/jfs/jfs_dmap.c
1456
mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0);
fs/jfs/jfs_dmap.c
1786
mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0);
fs/jfs/jfs_dmap.c
1900
mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0);
fs/jfs/jfs_dmap.c
1932
mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0);
fs/jfs/jfs_dmap.c
1985
mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0);
fs/jfs/jfs_dmap.c
2570
mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0);
fs/jfs/jfs_dmap.c
258
PSIZE, 0);
fs/jfs/jfs_dmap.c
3304
mp = read_metapage(ipbmap, lblkno, PSIZE, 0);
fs/jfs/jfs_dmap.c
3538
l2mp = read_metapage(ipbmap, p, PSIZE, 0);
fs/jfs/jfs_dmap.c
3562
l1mp = read_metapage(ipbmap, p, PSIZE, 0);
fs/jfs/jfs_dmap.c
3578
l1mp = get_metapage(ipbmap, p, PSIZE, 0);
fs/jfs/jfs_dmap.c
3602
l0mp = read_metapage(ipbmap, p, PSIZE, 0);
fs/jfs/jfs_dmap.c
3620
l0mp = get_metapage(ipbmap, p, PSIZE, 0);
fs/jfs/jfs_dmap.c
3647
PSIZE, 0);
fs/jfs/jfs_dmap.c
3654
PSIZE, 0);
fs/jfs/jfs_dmap.c
376
PSIZE, 0);
fs/jfs/jfs_dmap.c
472
mp = read_metapage(ipbmap, lblkno, PSIZE, 0);
fs/jfs/jfs_dmap.c
566
mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE,
fs/jfs/jfs_dmap.c
883
mp = read_metapage(ipbmap, lblkno, PSIZE, 0);
fs/jfs/jfs_dtree.c
1014
if (xsize < PSIZE) {
fs/jfs/jfs_dtree.c
1097
ip->i_size += PSIZE;
fs/jfs/jfs_dtree.c
1131
DT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc);
fs/jfs/jfs_dtree.c
1360
rmp = get_metapage(ip, rbn, PSIZE, 1);
fs/jfs/jfs_dtree.c
1417
n = PSIZE >> L2DTSLOTSIZE;
fs/jfs/jfs_dtree.c
1468
DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc);
fs/jfs/jfs_dtree.c
1498
half = (PSIZE >> L2DTSLOTSIZE) >> 1; /* swag */
fs/jfs/jfs_dtree.c
1666
DT_GETPAGE(ip, parent->bn, pmp, PSIZE, pp, rc);
fs/jfs/jfs_dtree.c
204
return read_metapage(inode, xaddr, PSIZE, 1);
fs/jfs/jfs_dtree.c
2124
nmp, PSIZE, np, rc);
fs/jfs/jfs_dtree.c
223
return get_metapage(inode, xaddr, PSIZE, 1);
fs/jfs/jfs_dtree.c
2301
DT_GETPAGE(ip, parent->bn, mp, PSIZE, p, rc);
fs/jfs/jfs_dtree.c
2426
ip->i_size -= PSIZE;
fs/jfs/jfs_dtree.c
2456
DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc);
fs/jfs/jfs_dtree.c
2485
DT_GETPAGE(ip, prevbn, mp, PSIZE, p, rc);
fs/jfs/jfs_dtree.c
2629
DT_GETPAGE(inode, bn, mp, PSIZE, p, rc);
fs/jfs/jfs_dtree.c
265
page_offset = offset & (PSIZE - 1);
fs/jfs/jfs_dtree.c
2794
DT_GETPAGE(ip, bn, mp, PSIZE, p, rc);
fs/jfs/jfs_dtree.c
3038
DT_GETPAGE(ip, bn, mp, PSIZE, p, rc);
fs/jfs/jfs_dtree.c
3220
DT_GETPAGE(ip, bn, mp, PSIZE, p, rc);
fs/jfs/jfs_dtree.c
3241
DT_GETPAGE(ip, bn, mp, PSIZE, p, rc);
fs/jfs/jfs_dtree.c
3261
DT_GETPAGE(ip, bn, mp, PSIZE, p, rc);
fs/jfs/jfs_dtree.c
3282
DT_GETPAGE(ip, bn, mp, PSIZE, p, rc);
fs/jfs/jfs_dtree.c
400
ip->i_size = PSIZE;
fs/jfs/jfs_dtree.c
431
page_offset = offset & (PSIZE - 1);
fs/jfs/jfs_dtree.c
4387
const int stblsize = ((PSIZE >> L2DTSLOTSIZE) + 31) >> L2DTSLOTSIZE;
fs/jfs/jfs_dtree.c
442
ip->i_size += PSIZE;
fs/jfs/jfs_dtree.c
445
memset(mp->data, 0, PSIZE); /* Just looks better */
fs/jfs/jfs_filsys.h
168
#define SIZE_OF_SUPER PSIZE
fs/jfs/jfs_filsys.h
173
#define SIZE_OF_AG_TABLE PSIZE
fs/jfs/jfs_filsys.h
179
#define SIZE_OF_MAP_PAGE PSIZE
fs/jfs/jfs_filsys.h
82
#ifdef PSIZE
fs/jfs/jfs_filsys.h
90
#define BPSIZE PSIZE
fs/jfs/jfs_imap.c
113
PSIZE, 0);
fs/jfs/jfs_imap.c
218
PSIZE, 0);
fs/jfs/jfs_imap.c
2275
dmp = get_metapage(ipimap, blkno + i, PSIZE, 1);
fs/jfs/jfs_imap.c
2541
ipimap->i_size += PSIZE;
fs/jfs/jfs_imap.c
2542
inode_add_bytes(ipimap, PSIZE);
fs/jfs/jfs_imap.c
2545
mp = get_metapage(ipimap, blkno, PSIZE, 0);
fs/jfs/jfs_imap.c
2551
xtTruncate(tid, ipimap, ipimap->i_size - PSIZE,
fs/jfs/jfs_imap.c
2672
*mpp = read_metapage(ipimap, blkno, PSIZE, 0);
fs/jfs/jfs_imap.c
3017
ip->i_size += PSIZE;
fs/jfs/jfs_imap.c
3018
inode_add_bytes(ip, PSIZE);
fs/jfs/jfs_imap.c
367
mp = read_metapage(ipimap, pageno << sbi->l2nbperpage, PSIZE, 1);
fs/jfs/jfs_imap.c
447
mp = read_metapage(ip, address << sbi->l2nbperpage, PSIZE, 1);
fs/jfs/jfs_imap.c
518
mp = read_metapage(ip, address << sbi->l2nbperpage, PSIZE, 1);
fs/jfs/jfs_imap.c
639
mp = read_metapage(ipimap, pageno << sbi->l2nbperpage, PSIZE, 1);
fs/jfs/jfs_metapage.c
399
for (offset = 0; offset < PAGE_SIZE; offset += PSIZE) {
fs/jfs/jfs_metapage.c
450
for (offset = 0; offset < PAGE_SIZE; offset += PSIZE) {
fs/jfs/jfs_metapage.c
619
for (offset = 0; offset < PAGE_SIZE; offset += PSIZE) {
fs/jfs/jfs_metapage.c
722
if (new && (PSIZE == PAGE_SIZE)) {
fs/jfs/jfs_metapage.c
782
memset(mp->data, 0, PSIZE);
fs/jfs/jfs_metapage.c
920
for (offset = 0; offset < PAGE_SIZE; offset += PSIZE) {
fs/jfs/jfs_mount.c
314
if (bsize != PSIZE) {
fs/jfs/jfs_mount.c
327
expected_AIM_bytesize = 2 * PSIZE;
fs/jfs/jfs_mount.c
329
expected_AIT_bytesize = 4 * PSIZE;
fs/jfs/jfs_mount.c
378
sbi->nbperpage = PSIZE >> sbi->l2bsize;
fs/jfs/jfs_xtree.c
116
BT_GETPAGE(ip, bn, *mp, xtpage_t, PSIZE, p, rc, i_xtroot);
fs/jfs/jfs_xtree.c
124
((bn == 0) ? XTROOTMAXSLOT : PSIZE >> L2XTSLOTSIZE))) {
fs/jfs/jfs_xtree.c
1242
rmp = get_metapage(ip, rbn, PSIZE, 1);
fs/jfs/jfs_xtree.c
1267
rp->header.maxentry = cpu_to_le16(PSIZE >> L2XTSLOTSIZE);
fs/jfs/jfs_xtree.c
989
rmp = get_metapage(ip, rbn, PSIZE, 1);
fs/jfs/namei.c
997
u32 copy_size = min_t(u32, ssize, PSIZE);
fs/jfs/namei.c
999
mp = get_metapage(ip, xaddr, PSIZE, 1);
fs/jfs/resize.c
20
#define BITSPERPAGE (PSIZE << 3)
fs/jfs/super.c
494
if (!sb_set_blocksize(sb, PSIZE))
fs/jfs/xattr.c
251
nb = min(PSIZE, nbytes);
fs/jfs/xattr.c
283
cp += PSIZE;
fs/jfs/xattr.c
391
nb = min(PSIZE, nbytes);
fs/jfs/xattr.c
402
cp += PSIZE;
fs/jfs/xattr.c
480
if (size > PSIZE) {