Home
last modified time | relevance | path

Searched refs:xaddr (Results 1 – 10 of 10) sorted by relevance

/fs/jfs/
A Djfs_xtree.c151 s64 xaddr; in xtLookup() local
533 s64 xaddr, hint; in xtInsert() local
617 *xaddrp = xaddr; in xtInsert()
654 *xaddrp = xaddr; in xtInsert()
694 s64 xaddr; in xtSplitUp() local
1365 s64 xaddr; in xtExtend() local
1824 xaddr = nxaddr; in xtUpdate()
1865 xaddr = xaddr + nxlen; in xtUpdate()
1965 s64 bn, xaddr; in xtAppend() local
1978 xaddr = *xaddrp; in xtAppend()
[all …]
A Djfs_extent.c73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
110 xaddr = hint + nxlen; in extAlloc()
147 if (xaddr && xaddr == nxaddr) in extAlloc()
203 s64 xaddr; in extHint() local
220 rc = xtLookup(ip, prev, nbperpage, &xflag, &xaddr, &xlen, 0); in extHint()
227 XADaddress(xp, xaddr); in extHint()
A Djfs_txnmgr.c2397 s64 xaddr; in txAllocPMap() local
2412 xaddr = addressXAD(xad); in txAllocPMap()
2418 (ulong) xaddr, xlen); in txAllocPMap()
2432 xaddr = addressPXD(pxd); in txAllocPMap()
2437 (ulong) xaddr, xlen); in txAllocPMap()
2455 s64 xaddr; in txFreeMap() local
2489 (ulong) xaddr, xlen); in txFreeMap()
2500 (ulong) xaddr, xlen); in txFreeMap()
2518 (ulong) xaddr, xlen); in txFreeMap()
2526 (ulong) xaddr, xlen); in txFreeMap()
[all …]
A Dinode.c205 s64 xaddr; in jfs_get_block() local
218 (!xtLookup(ip, lblock64, xlen, &xflag, &xaddr, &xlen, 0)) && in jfs_get_block()
219 xaddr) { in jfs_get_block()
229 XADaddress(&xad, xaddr); in jfs_get_block()
236 map_bh(bh_result, ip->i_sb, xaddr); in jfs_get_block()
A Djfs_dtree.c199 s64 xaddr; in read_index_page() local
204 if (rc || (xaddr == 0)) in read_index_page()
218 s64 xaddr; in get_index_page() local
223 if (rc || (xaddr == 0)) in get_index_page()
336 s64 xaddr; in add_index() local
440 xaddr = 0; in add_index()
940 s64 xaddr, nxaddr; in dtSplitUp() local
990 PXDaddress(pxd, xaddr); in dtSplitUp()
1044 if (xaddr != nxaddr) { in dtSplitUp()
1655 s64 xaddr, txaddr; in dtExtendPage() local
[all …]
A Dnamei.c716 s64 xaddr = addressDXD(&JFS_IP(ip)->ea); in jfs_free_zero_link() local
728 PXDaddress(&pxdlock->pxd, xaddr); in jfs_free_zero_link()
737 s64 xaddr = addressDXD(&JFS_IP(ip)->acl); in jfs_free_zero_link() local
748 PXDaddress(&pxdlock->pxd, xaddr); in jfs_free_zero_link()
890 s64 xaddr; in jfs_symlink() local
987 xaddr = 0; in jfs_symlink()
989 if ((rc = xtInsert(tid, ip, 0, 0, xlen, &xaddr, 0))) { in jfs_symlink()
998 mp = get_metapage(ip, xaddr, PSIZE, 1); in jfs_symlink()
1010 xaddr += JFS_SBI(sb)->nbperpage; in jfs_symlink()
A Dresize.c62 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; in jfs_extendfs() local
383 xaddr = XAddress; in jfs_extendfs()
387 if ((rc = xtAppend(tid, ipbmap, 0, xoff, nblocks, &xlen, &xaddr, 0))) { in jfs_extendfs()
A Djfs_metapage.c328 s64 xaddr; in metapage_get_blocks() local
338 rc = xtLookup(inode, (s64)lblock, *len, &xflag, &xaddr, len, 0); in metapage_get_blocks()
340 lblock = (sector_t)xaddr; in metapage_get_blocks()
A Djfs_imap.c2449 s64 xaddr = 0; in diNewIAG() local
2510 if ((rc = dbAlloc(ipimap, 0, (s64) xlen, &xaddr))) { in diNewIAG()
2526 xtInsert(tid, ipimap, 0, blkno, xlen, &xaddr, 0))) { in diNewIAG()
2532 dbFree(ipimap, xaddr, (s64) xlen); in diNewIAG()
2597 duplicateIXtree(sb, blkno, xlen, &xaddr); in diNewIAG()
2983 int xlen, s64 *xaddr) in duplicateIXtree() argument
3010 if (xtInsert(tid, ip, 0, blkno, xlen, xaddr, 0)) { in duplicateIXtree()
/fs/
A Dbinfmt_elf_fdpic.c1128 unsigned long xaddr = maddr + phdr->p_filesz + excess1; in elf_fdpic_map_file_by_direct_mmap() local
1132 xmaddr = vm_mmap(NULL, xaddr, excess - excess1, in elf_fdpic_map_file_by_direct_mmap()
1137 loop, xaddr, excess - excess1, prot, flags, in elf_fdpic_map_file_by_direct_mmap()
1140 if (xmaddr != xaddr) in elf_fdpic_map_file_by_direct_mmap()

Completed in 36 milliseconds