Searched refs:aoff (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/tools/testing/selftests/net/ |
D | so_txtime.c | 210 int aoff = 0; in parse_io() local 219 if (aoff / 2 == MAX_NUM_PKT) in parse_io() 222 if (aoff & 1) { /* parse delay */ in parse_io() 229 aoff++; in parse_io() 234 return aoff / 2; in parse_io()
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 439 xfs_dir2_data_aoff_t aoff; in xfs_dir2_block_addname() local 444 aoff = (xfs_dir2_data_aoff_t)((char *)enddup - (char *)hdr + in xfs_dir2_block_addname() 446 error = xfs_dir2_data_use_free(args, bp, enddup, aoff, in xfs_dir2_block_addname()
|
D | xfs_dir2_node.c | 1861 xfs_dir2_data_aoff_t aoff; in xfs_dir2_node_addname_int() local 1916 aoff = (xfs_dir2_data_aoff_t)((char *)dup - (char *)hdr); in xfs_dir2_node_addname_int() 1917 error = xfs_dir2_data_use_free(args, dbp, dup, aoff, length, in xfs_dir2_node_addname_int()
|
D | xfs_bmap.c | 3930 xfs_fileoff_t aoff = off; in xfs_bmapi_reserve_delalloc() local 3938 alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff); in xfs_bmapi_reserve_delalloc() 3951 1, 0, &aoff, &alen); in xfs_bmapi_reserve_delalloc() 3984 got->br_startoff = aoff; in xfs_bmapi_reserve_delalloc() 3998 if (whichfork == XFS_COW_FORK && (prealloc || aoff < off || alen > len)) in xfs_bmapi_reserve_delalloc()
|
/Linux-v5.4/drivers/crypto/cavium/nitrox/ |
D | nitrox_csr.h | 720 u64 aoff : 32; member 724 u64 aoff : 32;
|
/Linux-v5.4/arch/mips/include/asm/octeon/ |
D | cvmx-npei-defs.h | 3243 uint64_t aoff:32; member 3247 uint64_t aoff:32; 3323 uint64_t aoff:32; member 3327 uint64_t aoff:32;
|