Home
last modified time | relevance | path

Searched refs:aoff (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dso_txtime.c299 int aoff = 0; in parse_io() local
308 if (aoff / 2 == MAX_NUM_PKT) in parse_io()
311 if (aoff & 1) { /* parse delay */ in parse_io()
318 aoff++; in parse_io()
323 return aoff / 2; in parse_io()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Drecord.c530 u32 aoff = PtrOffset(rec, attr); in mi_remove_attr() local
534 if (aoff + asize > used) in mi_remove_attr()
555 memmove(attr, Add2Ptr(attr, asize), used - aoff); in mi_remove_attr()
566 u32 aoff = PtrOffset(rec, attr); in mi_resize_attr() local
570 int tail = (int)(used - aoff - asize); in mi_resize_attr()
574 if (tail < 0 || aoff >= used) in mi_resize_attr()
626 u32 aoff = PtrOffset(rec, attr); in mi_pack_runs() local
631 u32 tail = used - aoff - asize; in mi_pack_runs()
H A Dfslog.c3038 u16 aoff = le16_to_cpu(lrh->attr_off); in do_action() local
3266 nsize = aoff + dlen; in do_action()
3287 memmove(Add2Ptr(attr, aoff), data, dlen); in do_action()
3296 attr->res.data_size = cpu_to_le32(aoff + dlen - data_off); in do_action()
3300 memmove(Add2Ptr(attr, aoff), data, dlen); in do_action()
3318 nsize = aoff + dlen; in do_action()
3323 aoff < le16_to_cpu(attr->nres.run_off) || aoff > asize || in do_action()
3334 memmove(Add2Ptr(attr, aoff), data, dlen); in do_action()
3497 e1 = Add2Ptr(ib, aoff); in do_action()
[all...]
H A Dattrib.c234 u32 used, asize, rsize, aoff, align; in attr_make_nonresident() local
251 aoff = PtrOffset(rec, attr); in attr_make_nonresident()
309 memmove(attr, Add2Ptr(attr, asize), used - aoff); in attr_make_nonresident()
334 attr = Add2Ptr(rec, aoff); in attr_make_nonresident()
335 memmove(next, attr, used - aoff); in attr_make_nonresident()
361 u32 aoff = PtrOffset(rec, attr); in attr_set_size_res() local
363 u32 tail = used - aoff - asize; in attr_set_size_res()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dso_txtime.c391 int aoff = 0; in parse_io() local
400 if (aoff / 2 == MAX_NUM_PKT) in parse_io()
403 if (aoff & 1) { /* parse delay */ in parse_io()
410 aoff++; in parse_io()
415 return aoff / 2; in parse_io()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_block.c468 xfs_dir2_data_aoff_t aoff; in xfs_dir2_block_addname() local
473 aoff = (xfs_dir2_data_aoff_t)((char *)enddup - (char *)hdr + in xfs_dir2_block_addname()
475 error = xfs_dir2_data_use_free(args, bp, enddup, aoff, in xfs_dir2_block_addname()
H A Dxfs_dir2_node.c1907 xfs_dir2_data_aoff_t aoff; in xfs_dir2_node_addname_int() local
1961 aoff = (xfs_dir2_data_aoff_t)((char *)dup - (char *)hdr); in xfs_dir2_node_addname_int()
1962 error = xfs_dir2_data_use_free(args, dbp, dup, aoff, length, in xfs_dir2_node_addname_int()
H A Dxfs_bmap.c3974 xfs_fileoff_t aoff = off; in xfs_bmapi_reserve_delalloc() local
3982 alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff); in xfs_bmapi_reserve_delalloc()
3995 1, 0, &aoff, &alen); in xfs_bmapi_reserve_delalloc()
4028 got->br_startoff = aoff; in xfs_bmapi_reserve_delalloc()
4042 if (whichfork == XFS_COW_FORK && (prealloc || aoff < off || alen > len)) in xfs_bmapi_reserve_delalloc()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_block.c468 xfs_dir2_data_aoff_t aoff; in xfs_dir2_block_addname() local
473 aoff = (xfs_dir2_data_aoff_t)((char *)enddup - (char *)hdr + in xfs_dir2_block_addname()
475 error = xfs_dir2_data_use_free(args, bp, enddup, aoff, in xfs_dir2_block_addname()
H A Dxfs_dir2_node.c1907 xfs_dir2_data_aoff_t aoff; in xfs_dir2_node_addname_int() local
1961 aoff = (xfs_dir2_data_aoff_t)((char *)dup - (char *)hdr); in xfs_dir2_node_addname_int()
1962 error = xfs_dir2_data_use_free(args, dbp, dup, aoff, length, in xfs_dir2_node_addname_int()
H A Dxfs_bmap.c3972 xfs_fileoff_t aoff = off; in xfs_bmapi_reserve_delalloc() local
3980 alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff); in xfs_bmapi_reserve_delalloc()
3993 1, 0, &aoff, &alen); in xfs_bmapi_reserve_delalloc()
4025 got->br_startoff = aoff; in xfs_bmapi_reserve_delalloc()
4039 if (whichfork == XFS_COW_FORK && (prealloc || aoff < off || alen > len)) in xfs_bmapi_reserve_delalloc()
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H A Dnitrox_csr.h710 * @aoff: Address offset. The offset from the NPS_PKT_IN_INSTR_BADDR
720 u64 aoff : 32; member
724 u64 aoff : 32;
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H A Dnitrox_csr.h710 * @aoff: Address offset. The offset from the NPS_PKT_IN_INSTR_BADDR
720 u64 aoff : 32; member
724 u64 aoff : 32;
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-npei-defs.h3243 uint64_t aoff:32; member
3247 uint64_t aoff:32;
3323 uint64_t aoff:32; member
3327 uint64_t aoff:32;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-npei-defs.h3243 uint64_t aoff:32; member
3247 uint64_t aoff:32;
3323 uint64_t aoff:32; member
3327 uint64_t aoff:32;

Completed in 51 milliseconds