| /linux/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 167 #define SIZE_OF_SUPER PSIZE 172 #define SIZE_OF_AG_TABLE PSIZE 178 #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() 300 PSIZE, 0); in dbSync() 396 mp = read_metapage(ipbmap, lblkno, PSIZE, 0); in dbFree() 807 mp = read_metapage(ipbmap, lblkno, PSIZE, 0); in dbAlloc() 1037 mp = read_metapage(ipbmap, lblkno, PSIZE, 0); in dbExtend() 3448 l2mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS() 3467 l1mp = read_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS() 3479 l1mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS() 3513 l0mp = get_metapage(ipbmap, p, PSIZE, 0); in dbExtendFS() 3536 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() 1016 if (xsize < PSIZE) { in dtSplitUp() 1099 ip->i_size += PSIZE; in dtSplitUp() 1362 rmp = get_metapage(ip, rbn, PSIZE, 1); in dtSplitPage() 1419 n = PSIZE >> L2DTSLOTSIZE; in dtSplitPage() 2126 nmp, PSIZE, np, rc); in dtDelete() 2428 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 | 316 for (offset = 0; offset < PAGE_SIZE; offset += PSIZE) { in last_write_complete() 367 for (offset = 0; offset < PAGE_SIZE; offset += PSIZE) { in metapage_write_folio() 534 for (offset = 0; offset < PAGE_SIZE; offset += PSIZE) { in metapage_release_folio() 613 if (new && (PSIZE == PAGE_SIZE)) { in __get_metapage() 673 memset(mp->data, 0, PSIZE); in __get_metapage() 811 for (offset = 0; offset < PAGE_SIZE; offset += PSIZE) { in __invalidate_metapages()
|
| A D | jfs_imap.c | 113 PSIZE, 0); in diMount() 218 PSIZE, 0); in diSync() 447 mp = read_metapage(ip, address << sbi->l2nbperpage, PSIZE, 1); in diReadSpecial() 2275 dmp = get_metapage(ipimap, blkno + i, PSIZE, 1); in diNewExt() 2541 ipimap->i_size += PSIZE; in diNewIAG() 2542 inode_add_bytes(ipimap, PSIZE); in diNewIAG() 2545 mp = get_metapage(ipimap, blkno, PSIZE, 0); in diNewIAG() 2551 xtTruncate(tid, ipimap, ipimap->i_size - PSIZE, in diNewIAG() 2672 *mpp = read_metapage(ipimap, blkno, PSIZE, 0); in diIAGRead() 3017 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() 480 if (size > PSIZE) { in ea_get()
|
| A D | resize.c | 20 #define BITSPERPAGE (PSIZE << 3)
|
| A D | namei.c | 996 u32 copy_size = min_t(u32, ssize, PSIZE); in jfs_symlink() 998 mp = get_metapage(ip, xaddr, PSIZE, 1); in jfs_symlink()
|
| A D | super.c | 527 sb_set_blocksize(sb, PSIZE); in jfs_fill_super()
|