Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/arch/sparc/include/asm/
Dbitext.h17 int last_off; member
/linux-3.4.99/fs/btrfs/
Dctree.c3819 int last_off; in btrfs_del_items() local
3830 last_off = btrfs_item_offset_nr(leaf, slot + nr - 1); in btrfs_del_items()
3843 last_off - data_end); in btrfs_del_items()