Searched refs:first_off (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 666 - off64_t first_off, last_off, next_off; 667 + off_t first_off, last_off, next_off;
|
/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 2066 int arg_regs, first_off = 0, nr_regs = 0, nr_stack_slots = 0; in save_args() local 2112 first_off = stack_size; in save_args() 2137 clean_stack_garbage(m, prog, nr_stack_slots, first_off); in save_args()
|
/openbmc/linux/fs/btrfs/ |
H A D | scrub.c | 605 const unsigned int first_off = scrub_stripe_get_page_offset(stripe, sector_nr); in scrub_verify_one_metadata() local 616 header = (struct btrfs_header *)(page_address(first_page) + first_off); in scrub_verify_one_metadata() 652 crypto_shash_update(shash, page_address(first_page) + first_off + in scrub_verify_one_metadata()
|