Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Drecord.c529 u32 aoff = PtrOffset(rec, attr); in mi_remove_attr() local
533 if (aoff + asize > used) in mi_remove_attr()
547 memmove(attr, Add2Ptr(attr, asize), used - aoff); in mi_remove_attr()
558 u32 aoff = PtrOffset(rec, attr); in mi_resize_attr() local
562 int tail = (int)(used - aoff - asize); in mi_resize_attr()
566 if (tail < 0 || aoff >= used) in mi_resize_attr()
618 u32 aoff = PtrOffset(rec, attr); in mi_pack_runs() local
623 u32 tail = used - aoff - asize; in mi_pack_runs()
H A Dfslog.c3058 u16 aoff = le16_to_cpu(lrh->attr_off); in do_action() local
3286 nsize = aoff + dlen; in do_action()
3307 memmove(Add2Ptr(attr, aoff), data, dlen); in do_action()
3316 attr->res.data_size = cpu_to_le32(aoff + dlen - data_off); in do_action()
3320 memmove(Add2Ptr(attr, aoff), data, dlen); in do_action()
3338 nsize = aoff + dlen; in do_action()
3343 aoff < le16_to_cpu(attr->nres.run_off) || aoff > asize || in do_action()
3354 memmove(Add2Ptr(attr, aoff), data, dlen); in do_action()
3517 e1 = Add2Ptr(ib, aoff); in do_action()
3527 !check_if_alloc_index(hdr, aoff) || in do_action()
[all …]
H A Dattrib.c234 u32 used, asize, rsize, aoff; in attr_make_nonresident() local
251 aoff = PtrOffset(rec, attr); in attr_make_nonresident()
312 memmove(attr, Add2Ptr(attr, asize), used - aoff); in attr_make_nonresident()
337 attr = Add2Ptr(rec, aoff); in attr_make_nonresident()
338 memmove(next, attr, used - aoff); in attr_make_nonresident()
364 u32 aoff = PtrOffset(rec, attr); in attr_set_size_res() local
366 u32 tail = used - aoff - asize; in attr_set_size_res()
/openbmc/linux/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()
/openbmc/linux/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.c3945 xfs_fileoff_t aoff; in xfs_bmapi_reserve_delalloc() local
3954 aoff = off; in xfs_bmapi_reserve_delalloc()
3957 alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff); in xfs_bmapi_reserve_delalloc()
3978 1, 0, &aoff, &alen); in xfs_bmapi_reserve_delalloc()
4010 got->br_startoff = aoff; in xfs_bmapi_reserve_delalloc()
4024 if (whichfork == XFS_COW_FORK && (prealloc || aoff < off || alen > len)) in xfs_bmapi_reserve_delalloc()
/openbmc/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_csr.h720 u64 aoff : 32; member
724 u64 aoff : 32;
/openbmc/linux/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;