Searched refs:PSIZE (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_filsys.h92 #ifdef PSIZE
93 #undef PSIZE macro
95 #define PSIZE 4096 /* page size (in byte) */ macro
96 #define L2PSIZE 12 /* log2(PSIZE) */
100 #define BPSIZE PSIZE
105 * PSIZE >= file system block size >= PBSIZE >= DISIZE
176 #define SIZE_OF_SUPER PSIZE
181 #define SIZE_OF_AG_TABLE PSIZE
187 #define SIZE_OF_MAP_PAGE PSIZE
H A Djfs_mount.c329 if (bsize != PSIZE) {
343 expected_AIM_bytesize = 2 * PSIZE;
345 expected_AIT_bytesize = 4 * PSIZE;
385 sbi->nbperpage = PSIZE >> sbi->l2bsize;
H A Djfs_dmap.c182 PSIZE, 0);
275 PSIZE, 0);
365 mp = read_metapage(ipbmap, lblkno, PSIZE, 0);
459 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE,
783 mp = read_metapage(ipbmap, lblkno, PSIZE, 0);
925 mp = read_metapage(ipbmap, lblkno, PSIZE, 0);
1082 mp = read_metapage(ipbmap, lblkno, PSIZE, 0);
1429 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0);
1644 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0);
1758 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE,
[all...]
H A Djfs_dtree.c218 return read_metapage(inode, xaddr, PSIZE, 1);
237 return get_metapage(inode, xaddr, PSIZE, 1);
279 page_offset = offset & (PSIZE - 1);
414 ip->i_size = PSIZE;
444 page_offset = offset & (PSIZE - 1);
455 ip->i_size += PSIZE;
458 memset(mp->data, 0, PSIZE); /* Just looks better */
1023 if (xsize < PSIZE) {
1107 ip->i_size += PSIZE;
1141 DT_GETPAGE(ip, parent->bn, smp, PSIZE, s
[all...]
H A Djfs_xtree.c72 (le16_to_cpu((P)->header.maxentry) > (((BN)==0)?XTROOTMAXSLOT:PSIZE>>L2XTSLOTSIZE)))\
307 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc);
451 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc);
537 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc);
1094 XT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc);
1261 rmp = get_metapage(ip, rbn, PSIZE, 1);
1352 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc);
1514 rmp = get_metapage(ip, rbn, PSIZE, 1);
1538 rp->header.maxentry = cpu_to_le16(PSIZE >> L2XTSLOTSIZE);
1706 XT_GETPAGE(ip, bn, mp, PSIZE,
[all...]
H A Djfs_metapage.c329 for (offset = 0; offset < PAGE_CACHE_SIZE; offset += PSIZE) {
386 for (offset = 0; offset < PAGE_CACHE_SIZE; offset += PSIZE) {
545 for (offset = 0; offset < PAGE_CACHE_SIZE; offset += PSIZE) {
624 if (new && (PSIZE == PAGE_CACHE_SIZE)) {
682 memset(mp->data, 0, PSIZE);
792 for (offset = 0; offset < PAGE_CACHE_SIZE; offset += PSIZE) {
H A Djfs_imap.c133 PSIZE, 0);
237 PSIZE, 0);
383 mp = read_metapage(ipimap, pageno << sbi->l2nbperpage, PSIZE, 1);
463 mp = read_metapage(ip, address << sbi->l2nbperpage, PSIZE, 1);
534 mp = read_metapage(ip, address << sbi->l2nbperpage, PSIZE, 1);
656 mp = read_metapage(ipimap, pageno << sbi->l2nbperpage, PSIZE, 1);
2306 dmp = get_metapage(ipimap, blkno + i, PSIZE, 1);
2576 ipimap->i_size += PSIZE;
2577 inode_add_bytes(ipimap, PSIZE);
2580 mp = get_metapage(ipimap, blkno, PSIZE,
[all...]
H A Dxattr.c286 nb = min(PSIZE, nbytes);
318 cp += PSIZE;
426 nb = min(PSIZE, nbytes);
437 cp += PSIZE;
513 if (size > PSIZE) {
H A Dresize.c32 #define BITSPERPAGE (PSIZE << 3)
H A Dnamei.c987 int copy_size = min(ssize, PSIZE);
989 mp = get_metapage(ip, xaddr, PSIZE, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Dzserv.h62 #define PSIZE(a) (((a) + 7) / (8)) macro
H A Dzserv.c328 psize = PSIZE (p->prefixlen);
386 psize = PSIZE (p->prefixlen);
437 psize = PSIZE (p->prefixlen);
476 psize = PSIZE (p->prefixlen);
516 psize = PSIZE (p->prefixlen);
557 psize = PSIZE (p->prefixlen);
611 psize = PSIZE (p->prefixlen);
652 psize = PSIZE (p->prefixlen);
928 stream_get (&p.prefix, s, PSIZE (p.prefixlen));
998 stream_get (&p.prefix, s, PSIZE (
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dprefix.h113 #define PSIZE(a) (((a) + 7) / (8)) macro
H A Dzclient.c324 psize = PSIZE (p->prefixlen);
378 psize = PSIZE (p->prefixlen);
433 psize = PSIZE (p->prefixlen);
487 psize = PSIZE (p->prefixlen);
H A Dstream.c313 psize = PSIZE (p->prefixlen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripngd/
H A Dripngd.h290 #define PSIZE(a) (((a) + 7) / (8)) macro
H A Dripng_zebra.c114 stream_get (&p.prefix, s, PSIZE (p.prefixlen));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_dump.c225 plen = PSIZE (p->prefixlen);
H A Dbgpd.h648 #define PSIZE(a) (((a) + 7) / (8)) macro
H A Dbgp_zebra.c262 stream_get (&p.prefix, s, PSIZE (p.prefixlen));
314 stream_get (&p.prefix, s, PSIZE (p.prefixlen));
H A Dbgp_packet.c196 if (rn && STREAM_REMAIN (s) <= BGP_NLRI_LENGTH + PSIZE (rn->p.prefixlen))
276 <= (BGP_NLRI_LENGTH + BGP_TOTAL_ATTR_LEN + PSIZE (rn->p.prefixlen)))
1789 psize = PSIZE (orfp.p.prefixlen);
H A Dbgp_mplsvpn.c122 psize = PSIZE (prefixlen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripd/
H A Drip_zebra.c123 stream_get (&p.prefix, s, PSIZE (p.prefixlen));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_zebra.c353 psize = PSIZE (p->prefixlen);
773 stream_get (&p.prefix, s, PSIZE (p.prefixlen));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_zebra.c223 stream_get (&p.prefix, s, PSIZE (p.prefixlen));

Completed in 315 milliseconds

12