Searched refs:get_eb_offset_in_folio (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/btrfs/
H A Daccessors.c65 const unsigned long oil = get_eb_offset_in_folio(token->eb, \
96 const unsigned long oil = get_eb_offset_in_folio(eb, \
119 const unsigned long oil = get_eb_offset_in_folio(token->eb, \
153 const unsigned long oil = get_eb_offset_in_folio(eb, \
H A Dextent_io.h149 static inline size_t get_eb_offset_in_folio(const struct extent_buffer *eb, function
H A Dextent_io.c4431 offset = get_eb_offset_in_folio(eb, start);
4467 offset = get_eb_offset_in_folio(eb, start);
4505 offset = get_eb_offset_in_folio(eb, start);
4582 offset = get_eb_offset_in_folio(eb, start);
4621 unsigned int offset = get_eb_offset_in_folio(eb, cur);
4649 unsigned long offset = get_eb_offset_in_folio(src, cur);
4677 offset = get_eb_offset_in_folio(dst, dst_offset);
4752 return folio_address(eb->folios[index]) + get_eb_offset_in_folio(eb, bytenr);
4857 unsigned long folio_off = get_eb_offset_in_folio(dst, cur_src);
4901 dst_off_in_folio = get_eb_offset_in_folio(ds
[all...]
H A Dctree.c832 oil = get_eb_offset_in_folio(eb, offset);
838 oil = get_eb_offset_in_folio(eb, offset);
H A Ddisk-io.c398 get_eb_offset_in_folio(eb, offsetof(struct btrfs_header, csum));

Completed in 160 milliseconds