Home
last modified time | relevance | path

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

/linux-3.4.99/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()
/linux-3.4.99/drivers/staging/cxt1e1/
Dlibsbew.h158 unsigned long phys64; /* physical bus address */ member