Home
last modified time | relevance | path

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

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