Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-sli-defs.h2368 uint64_t aoff:32; member
2372 uint64_t aoff:32;
2560 uint64_t aoff:32; member
2564 uint64_t aoff:32;
Dcvmx-npei-defs.h3428 uint64_t aoff:32; member
3432 uint64_t aoff:32;
3516 uint64_t aoff:32; member
3520 uint64_t aoff:32;
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c4099 xfs_fileoff_t aoff, in xfs_bmapi_reserve_delalloc() argument
4116 alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff); in xfs_bmapi_reserve_delalloc()
4122 1, 0, &aoff, &alen); in xfs_bmapi_reserve_delalloc()
4162 got->br_startoff = aoff; in xfs_bmapi_reserve_delalloc()
4174 ASSERT(got->br_startoff <= aoff); in xfs_bmapi_reserve_delalloc()
4175 ASSERT(got->br_startoff + got->br_blockcount >= aoff + alen); in xfs_bmapi_reserve_delalloc()