Home
last modified time | relevance | path

Searched refs:PSIZE (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/fs/jfs/
A Djfs_filsys.h81 #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 Djfs_mount.c314 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 Djfs_dmap.c171 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 Djfs_dtree.c267 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 Djfs_xtree.c255 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 Djfs_metapage.c307 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 Djfs_imap.c113 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 Dxattr.c251 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 Dresize.c20 #define BITSPERPAGE (PSIZE << 3)
A Dnamei.c990 int copy_size = min(ssize, PSIZE); in jfs_symlink()
992 mp = get_metapage(ip, xaddr, PSIZE, 1); in jfs_symlink()
A Dsuper.c527 sb_set_blocksize(sb, PSIZE); in jfs_fill_super()

Completed in 33 milliseconds