/linux-4.4.14/fs/jfs/ |
H A D | jfs_filsys.h | 94 #ifdef PSIZE 95 #undef PSIZE macro 97 #define PSIZE 4096 /* page size (in byte) */ macro 98 #define L2PSIZE 12 /* log2(PSIZE) */ 102 #define BPSIZE PSIZE 107 * PSIZE >= file system block size >= PBSIZE >= DISIZE 178 #define SIZE_OF_SUPER PSIZE 183 #define SIZE_OF_AG_TABLE PSIZE 189 #define SIZE_OF_MAP_PAGE PSIZE
|
H A D | jfs_metapage.c | 319 for (offset = 0; offset < PAGE_CACHE_SIZE; offset += PSIZE) { last_write_complete() 374 for (offset = 0; offset < PAGE_CACHE_SIZE; offset += PSIZE) { metapage_writepage() 545 for (offset = 0; offset < PAGE_CACHE_SIZE; offset += PSIZE) { metapage_releasepage() 624 if (new && (PSIZE == PAGE_CACHE_SIZE)) { __get_metapage() 681 memset(mp->data, 0, PSIZE); __get_metapage() 791 for (offset = 0; offset < PAGE_CACHE_SIZE; offset += PSIZE) { __invalidate_metapages()
|
H A D | jfs_mount.c | 329 if (bsize != PSIZE) { chkSuper() 343 expected_AIM_bytesize = 2 * PSIZE; chkSuper() 345 expected_AIT_bytesize = 4 * PSIZE; chkSuper() 385 sbi->nbperpage = PSIZE >> sbi->l2bsize; chkSuper()
|
H A D | jfs_dtree.c | 219 return read_metapage(inode, xaddr, PSIZE, 1); read_index_page() 238 return get_metapage(inode, xaddr, PSIZE, 1); get_index_page() 280 page_offset = offset & (PSIZE - 1); find_index() 415 ip->i_size = PSIZE; add_index() 446 page_offset = offset & (PSIZE - 1); add_index() 457 ip->i_size += PSIZE; add_index() 460 memset(mp->data, 0, PSIZE); /* Just looks better */ add_index() 1021 if (xsize < PSIZE) { dtSplitUp() 1104 ip->i_size += PSIZE; dtSplitUp() 1138 DT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc); dtSplitUp() 1367 rmp = get_metapage(ip, rbn, PSIZE, 1); dtSplitPage() 1424 n = PSIZE >> L2DTSLOTSIZE; dtSplitPage() 1475 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); dtSplitPage() 1505 half = (PSIZE >> L2DTSLOTSIZE) >> 1; /* swag */ dtSplitPage() 1673 DT_GETPAGE(ip, parent->bn, pmp, PSIZE, pp, rc); dtExtendPage() 2131 nmp, PSIZE, np, rc); dtDelete() 2308 DT_GETPAGE(ip, parent->bn, mp, PSIZE, p, rc); dtDeleteUp() 2433 ip->i_size -= PSIZE; dtDeleteUp() 2486 DT_GETPAGE(ip, oxaddr, mp, PSIZE, p, rc); dtRelocate() 2499 DT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); dtRelocate() 2510 DT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc); dtRelocate() 2728 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); dtSearchNode() 2761 DT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); dtRelink() 2790 DT_GETPAGE(ip, prevbn, mp, PSIZE, p, rc); dtRelink() 2934 DT_GETPAGE(inode, bn, mp, PSIZE, p, rc); add_missing_indices() 3089 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); jfs_readdir() 3325 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); jfs_readdir() 3500 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); dtReadNext() 3521 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); dtReadNext() 3541 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); dtReadNext() 3562 DT_GETPAGE(ip, bn, mp, PSIZE, p, rc); dtReadNext()
|
H A D | jfs_xtree.c | 75 (((BN) == 0) ? XTROOTMAXSLOT : PSIZE >> L2XTSLOTSIZE))) { \ 279 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtSearch() 834 XT_GETPAGE(ip, parent->bn, smp, PSIZE, sp, rc); xtSplitUp() 998 rmp = get_metapage(ip, rbn, PSIZE, 1); xtSplitPage() 1089 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); xtSplitPage() 1251 rmp = get_metapage(ip, rbn, PSIZE, 1); xtSplitRoot() 1276 rp->header.maxentry = cpu_to_le16(PSIZE >> L2XTSLOTSIZE); xtSplitRoot() 1444 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtExtend() 1460 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtExtend() 1609 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtTailgate() 1625 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtTailgate() 1942 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtUpdate() 1958 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtUpdate() 2019 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtUpdate() 2095 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtUpdate() 2112 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtUpdate() 2463 XT_GETPAGE(ip, parent->bn, mp, PSIZE, p, rc); xtDeleteUp() 2719 XT_GETPAGE(ip, oxaddr, mp, PSIZE, p, rc); xtRelocate() 2731 XT_GETPAGE(ip, nextbn, rmp, PSIZE, rp, rc); xtRelocate() 2742 XT_GETPAGE(ip, prevbn, lmp, PSIZE, lp, rc); xtRelocate() 2929 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtSearchNode() 3023 XT_GETPAGE(ip, nextbn, mp, PSIZE, p, rc); xtRelink() 3044 XT_GETPAGE(ip, prevbn, mp, PSIZE, p, rc); xtRelink() 3245 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtTruncate() 3483 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtTruncate() 3768 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtTruncate_pmap() 3813 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); xtTruncate_pmap()
|
H A D | jfs_dmap.c | 183 PSIZE, 0); dbMount() 276 PSIZE, 0); dbSync() 372 mp = read_metapage(ipbmap, lblkno, PSIZE, 0); dbFree() 465 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, dbUpdatePMap() 782 mp = read_metapage(ipbmap, lblkno, PSIZE, 0); dbAlloc() 924 mp = read_metapage(ipbmap, lblkno, PSIZE, 0); dbAllocExact() 1080 mp = read_metapage(ipbmap, lblkno, PSIZE, 0); dbExtend() 1423 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0); dbAllocAG() 1745 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0); dbFindCtl() 1859 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0); dbAllocCtl() 1886 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0); dbAllocCtl() 1939 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0); dbAllocCtl() 2521 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0); dbAdjCtl() 3234 mp = read_metapage(ipbmap, lblkno, PSIZE, 0); dbAllocBottomUp() 3468 l2mp = read_metapage(ipbmap, p, PSIZE, 0); dbExtendFS() 3487 l1mp = read_metapage(ipbmap, p, PSIZE, 0); dbExtendFS() 3499 l1mp = get_metapage(ipbmap, p, PSIZE, 0); dbExtendFS() 3519 l0mp = read_metapage(ipbmap, p, PSIZE, 0); dbExtendFS() 3533 l0mp = get_metapage(ipbmap, p, PSIZE, 0); dbExtendFS() 3556 PSIZE, 0); dbExtendFS() 3563 PSIZE, 0); dbExtendFS()
|
H A D | xattr.c | 266 nb = min(PSIZE, nbytes); ea_write() 298 cp += PSIZE; ea_write() 406 nb = min(PSIZE, nbytes); ea_read() 417 cp += PSIZE; ea_read() 493 if (size > PSIZE) { ea_get()
|
H A D | jfs_imap.c | 128 PSIZE, 0); diMount() 232 PSIZE, 0); diSync() 378 mp = read_metapage(ipimap, pageno << sbi->l2nbperpage, PSIZE, 1); diRead() 458 mp = read_metapage(ip, address << sbi->l2nbperpage, PSIZE, 1); diReadSpecial() 535 mp = read_metapage(ip, address << sbi->l2nbperpage, PSIZE, 1); diWriteSpecial() 657 mp = read_metapage(ipimap, pageno << sbi->l2nbperpage, PSIZE, 1); diWrite() 2287 dmp = get_metapage(ipimap, blkno + i, PSIZE, 1); diNewExt() 2553 ipimap->i_size += PSIZE; diNewIAG() 2554 inode_add_bytes(ipimap, PSIZE); diNewIAG() 2557 mp = get_metapage(ipimap, blkno, PSIZE, 0); diNewIAG() 2563 xtTruncate(tid, ipimap, ipimap->i_size - PSIZE, diNewIAG() 2684 *mpp = read_metapage(ipimap, blkno, PSIZE, 0); diIAGRead() 3029 ip->i_size += PSIZE; duplicateIXtree() 3030 inode_add_bytes(ip, PSIZE); duplicateIXtree()
|
H A D | resize.c | 32 #define BITSPERPAGE (PSIZE << 3)
|
H A D | super.c | 529 sb_set_blocksize(sb, PSIZE); jfs_fill_super()
|
H A D | namei.c | 1005 int copy_size = min(ssize, PSIZE); jfs_symlink() 1007 mp = get_metapage(ip, xaddr, PSIZE, 1); jfs_symlink()
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | nuc900_nand.c | 37 #define PSIZE (0x01 << 3) macro 232 val &= ~(SWRST|PSIZE|DMARWEN|BUSWID|ECC4EN|NANDCS); nuc900_nand_enable()
|
/linux-4.4.14/drivers/dma/ |
H A D | ste_dma40_ll.c | 101 /* PSIZE */ d40_phy_cfg()
|