/linux-6.3-rc2/fs/jfs/ |
A D | jfs_filsys.h | 81 #ifdef PSIZE 82 #undef PSIZE 84 #define PSIZE 4096 /* page size (in byte) */ macro 89 #define BPSIZE PSIZE 165 #define SIZE_OF_SUPER PSIZE 170 #define SIZE_OF_AG_TABLE PSIZE 176 #define SIZE_OF_MAP_PAGE PSIZE
|
A D | jfs_mount.c | 314 if (bsize != PSIZE) { in chkSuper() 327 expected_AIM_bytesize = 2 * PSIZE; in chkSuper() 329 expected_AIT_bytesize = 4 * PSIZE; in chkSuper() 378 sbi->nbperpage = PSIZE >> sbi->l2bsize; in chkSuper()
|
A D | jfs_dmap.c | 171 PSIZE, 0); in dbMount() 286 PSIZE, 0); in dbSync() 382 mp = read_metapage(ipbmap, lblkno, PSIZE, 0); in dbFree() 793 mp = read_metapage(ipbmap, lblkno, PSIZE, 0); in dbAlloc() 1023 mp = read_metapage(ipbmap, lblkno, PSIZE, 0); in dbExtend() 3415 l2mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS() 3434 l1mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS() 3446 l1mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS() 3480 l0mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS() 3503 PSIZE, 0); in dbExtendFS() [all …]
|
A D | jfs_dtree.c | 267 page_offset = offset & (PSIZE - 1); in find_index() 402 ip->i_size = PSIZE; in add_index() 433 page_offset = offset & (PSIZE - 1); in add_index() 444 ip->i_size += PSIZE; in add_index() 1009 if (xsize < PSIZE) { in dtSplitUp() 1092 ip->i_size += PSIZE; in dtSplitUp() 1355 rmp = get_metapage(ip, rbn, PSIZE, 1); in dtSplitPage() 1412 n = PSIZE >> L2DTSLOTSIZE; in dtSplitPage() 2119 nmp, PSIZE, np, rc); in dtDelete() 2421 ip->i_size -= PSIZE; in dtDeleteUp() [all …]
|
A D | jfs_xtree.c | 255 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtSearch() 974 rmp = get_metapage(ip, rbn, PSIZE, 1); in xtSplitPage() 1227 rmp = get_metapage(ip, rbn, PSIZE, 1); in xtSplitRoot() 1420 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtExtend() 1714 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtUpdate() 1791 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtUpdate() 1867 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtUpdate() 2271 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtTruncate() 2509 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtTruncate() 2794 XT_GETPAGE(ip, bn, mp, PSIZE, p, rc); in xtTruncate_pmap() [all …]
|
A D | jfs_metapage.c | 307 for (offset = 0; offset < PAGE_SIZE; offset += PSIZE) { in last_write_complete() 362 for (offset = 0; offset < PAGE_SIZE; offset += PSIZE) { in metapage_writepage() 533 for (offset = 0; offset < PAGE_SIZE; offset += PSIZE) { in metapage_release_folio() 612 if (new && (PSIZE == PAGE_SIZE)) { in __get_metapage() 672 memset(mp->data, 0, PSIZE); in __get_metapage() 784 for (offset = 0; offset < PAGE_SIZE; offset += PSIZE) { in __invalidate_metapages()
|
A D | jfs_imap.c | 113 PSIZE, 0); in diMount() 217 PSIZE, 0); in diSync() 443 mp = read_metapage(ip, address << sbi->l2nbperpage, PSIZE, 1); in diReadSpecial() 2265 dmp = get_metapage(ipimap, blkno + i, PSIZE, 1); in diNewExt() 2531 ipimap->i_size += PSIZE; in diNewIAG() 2532 inode_add_bytes(ipimap, PSIZE); in diNewIAG() 2535 mp = get_metapage(ipimap, blkno, PSIZE, 0); in diNewIAG() 2541 xtTruncate(tid, ipimap, ipimap->i_size - PSIZE, in diNewIAG() 2662 *mpp = read_metapage(ipimap, blkno, PSIZE, 0); in diIAGRead() 3007 ip->i_size += PSIZE; in duplicateIXtree() [all …]
|
A D | xattr.c | 251 nb = min(PSIZE, nbytes); in ea_write() 283 cp += PSIZE; in ea_write() 391 nb = min(PSIZE, nbytes); in ea_read() 402 cp += PSIZE; in ea_read() 478 if (size > PSIZE) { in ea_get()
|
A D | resize.c | 20 #define BITSPERPAGE (PSIZE << 3)
|
A D | namei.c | 990 int copy_size = min(ssize, PSIZE); in jfs_symlink() 992 mp = get_metapage(ip, xaddr, PSIZE, 1); in jfs_symlink()
|
A D | super.c | 527 sb_set_blocksize(sb, PSIZE); in jfs_fill_super()
|