Home
last modified time | relevance | path

Searched refs:phys64 (Results 1 – 2 of 2) sorted by relevance

/fs/ufs/
Dtruncate.c390 u64 phys64; in ufs_alloc_lastblock() local
432 phys64 = bh->b_blocknr + 1; in ufs_alloc_lastblock()
434 bh = sb_getblk(sb, i + phys64); in ufs_alloc_lastblock()
Dinode.c423 u64 phys64 = 0; in ufs_getfrag_block() local
426 phys64 = ufs_frag_map(inode, fragment); in ufs_getfrag_block()
427 UFSD("phys64 = %llu\n", (unsigned long long)phys64); in ufs_getfrag_block()
428 if (phys64) in ufs_getfrag_block()
429 map_bh(bh_result, sb, phys64); in ufs_getfrag_block()