Home
last modified time | relevance | path

Searched refs:last_off (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpio/
Dgpio-spear-spics.c53 int last_off; member
71 if (spics->last_off != offset) { in spics_set_value()
72 spics->last_off = offset; in spics_set_value()
169 spics->last_off = -1; in spics_gpio_probe()
/linux-4.4.14/arch/sparc/lib/
Dbitext.c56 offset = t->last_off & ~align1; in bit_map_string_get()
88 if ((t->last_off = offset + len) >= t->size) in bit_map_string_get()
89 t->last_off = 0; in bit_map_string_get()
/linux-4.4.14/arch/sparc/include/asm/
Dbitext.h17 int last_off; member
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c841 __u64 last_off = 0; in osc_extent_finish() local
852 if (last_off <= oap->oap_obj_off) { in osc_extent_finish()
853 last_off = oap->oap_obj_off; in osc_extent_finish()
/linux-4.4.14/fs/btrfs/
Dctree.c4943 u32 last_off; in btrfs_del_items() local
4954 last_off = btrfs_item_offset_nr(leaf, slot + nr - 1); in btrfs_del_items()
4967 last_off - data_end); in btrfs_del_items()