| /fs/jfs/ |
| A D | jfs_xtree.c | 151 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 D | jfs_extent.c | 73 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 D | jfs_txnmgr.c | 2397 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 D | inode.c | 205 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 D | jfs_dtree.c | 199 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 D | namei.c | 716 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 D | resize.c | 62 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 D | jfs_metapage.c | 328 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 D | jfs_imap.c | 2449 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 D | binfmt_elf_fdpic.c | 1128 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()
|