Home
last modified time | relevance | path

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

/linux-6.12.1/fs/hfs/
Dhfs_fs.h290 struct buffer_head *__bh; \
298 __bh = sb_bread((sb), __block); \
299 if (likely(__bh != NULL)) \
300 data = (void *)(__bh->b_data + __offset);\
303 __bh; \
/linux-6.12.1/fs/exfat/
Dexfat_fs.h198 struct buffer_head *__bh[DIR_CACHE_SIZE]; member
204 #define IS_DYNAMIC_ES(es) ((es)->__bh != (es)->bh)
Ddir.c793 es->bh = es->__bh; in __exfat_get_dentry_set()
815 if (num_bh > ARRAY_SIZE(es->__bh)) { in __exfat_get_dentry_set()