| /linux/fs/ntfs3/ |
| H A D | record.c | 544 u32 aoff = PtrOffset(rec, attr); in mi_remove_attr() local 548 if (aoff + asize > used) in mi_remove_attr() 562 memmove(attr, Add2Ptr(attr, asize), used - aoff); in mi_remove_attr() 573 u32 aoff = PtrOffset(rec, attr); in mi_resize_attr() local 577 int tail = (int)(used - aoff - asize); in mi_resize_attr() 581 if (tail < 0 || aoff >= used) in mi_resize_attr() 633 u32 aoff = PtrOffset(rec, attr); in mi_pack_runs() local 638 u32 tail = used - aoff - asize; in mi_pack_runs()
|
| H A D | fslog.c | 3080 u16 aoff = le16_to_cpu(lrh->attr_off); in do_action() local 3298 nsize = aoff + dlen; in do_action() 3319 memmove(Add2Ptr(attr, aoff), data, dlen); in do_action() 3328 attr->res.data_size = cpu_to_le32(aoff + dlen - data_off); in do_action() 3332 memmove(Add2Ptr(attr, aoff), data, dlen); in do_action() 3342 nsize = aoff + dlen; in do_action() 3347 aoff < le16_to_cpu(attr->nres.run_off) || aoff > asize || in do_action() 3358 memmove(Add2Ptr(attr, aoff), data, dlen); in do_action() 3519 e1 = Add2Ptr(ib, aoff); in do_action() 3529 !check_if_alloc_index(hdr, aoff) || in do_action() [all …]
|
| H A D | attrib.c | 262 u32 used, asize, rsize, aoff; in attr_make_nonresident() local 279 aoff = PtrOffset(rec, attr); in attr_make_nonresident() 339 memmove(attr, Add2Ptr(attr, asize), used - aoff); in attr_make_nonresident() 364 attr = Add2Ptr(rec, aoff); in attr_make_nonresident() 365 memmove(next, attr, used - aoff); in attr_make_nonresident() 391 u32 aoff = PtrOffset(rec, attr); in attr_set_size_res() local 393 u32 tail = used - aoff - asize; in attr_set_size_res()
|
| /linux/tools/testing/selftests/net/ |
| H A D | so_txtime.c | 394 int aoff = 0; in parse_io() local 403 if (aoff / 2 == MAX_NUM_PKT) in parse_io() 406 if (aoff & 1) { /* parse delay */ in parse_io() 413 aoff++; in parse_io() 418 return aoff / 2; in parse_io()
|
| /linux/fs/xfs/ |
| H A D | xfs_iomap.c | 1473 xfs_fileoff_t aoff; in xfs_bmapi_reserve_delalloc() local 1482 aoff = off; in xfs_bmapi_reserve_delalloc() 1485 alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff); in xfs_bmapi_reserve_delalloc() 1506 1, 0, &aoff, &alen); in xfs_bmapi_reserve_delalloc() 1543 got->br_startoff = aoff; in xfs_bmapi_reserve_delalloc() 1557 if (whichfork == XFS_COW_FORK && (prealloc || aoff < off || alen > len)) in xfs_bmapi_reserve_delalloc()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2_block.c | 475 xfs_dir2_data_aoff_t aoff; in xfs_dir2_block_addname() local 480 aoff = (xfs_dir2_data_aoff_t)((char *)enddup - (char *)hdr + in xfs_dir2_block_addname() 482 error = xfs_dir2_data_use_free(args, bp, enddup, aoff, in xfs_dir2_block_addname()
|
| H A D | xfs_dir2_node.c | 1919 xfs_dir2_data_aoff_t aoff; in xfs_dir2_node_addname_int() local 1972 aoff = (xfs_dir2_data_aoff_t)((char *)dup - (char *)hdr); in xfs_dir2_node_addname_int() 1973 error = xfs_dir2_data_use_free(args, dbp, dup, aoff, length, in xfs_dir2_node_addname_int()
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_csr.h | 720 u64 aoff : 32; member 724 u64 aoff : 32;
|
| /linux/arch/mips/include/asm/octeon/ |
| H A 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;
|