Home
last modified time | relevance | path

Searched refs:first_off (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch666 - off64_t first_off, last_off, next_off;
667 + off_t first_off, last_off, next_off;
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c2066 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 Dscrub.c605 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()