Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Daccessors.c56 const unsigned long idx = get_eb_folio_index(eb, member_offset);\
86 const unsigned long idx = get_eb_folio_index(eb, member_offset);\
H A Dextent_io.c4038 i = get_eb_folio_index(eb, start); in read_extent_buffer()
4074 i = get_eb_folio_index(eb, start); in read_extent_buffer_to_user_nofault()
4112 i = get_eb_folio_index(eb, start); in memcmp_extent_buffer()
4188 i = get_eb_folio_index(eb, start); in __write_extent_buffer()
4225 unsigned long index = get_eb_folio_index(eb, cur); in memset_extent_buffer()
4253 unsigned long index = get_eb_folio_index(src, cur); in copy_extent_buffer_full()
4284 i = get_eb_folio_index(dst, dst_offset); in copy_extent_buffer()
4354 unsigned long index = get_eb_folio_index(eb, bytenr); in extent_buffer_get_byte()
4462 unsigned long folio_index = get_eb_folio_index(dst, cur_src); in memcpy_extent_buffer()
4505 src_i = get_eb_folio_index(dst, src_end); in memmove_extent_buffer()
H A Dextent_io.h166 static inline unsigned long get_eb_folio_index(const struct extent_buffer *eb, in get_eb_folio_index() function