Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dhfs_fs.h276 struct buffer_head *__bh; \
284 __bh = sb_bread((sb), __block); \
285 if (likely(__bh != NULL)) \
286 data = (void *)(__bh->b_data + __offset);\
289 __bh; \
/linux/fs/exfat/
H A Dexfat_fs.h195 struct buffer_head *__bh[DIR_CACHE_SIZE]; member
201 #define IS_DYNAMIC_ES(es) ((es)->__bh != (es)->bh)
H A Ddir.c782 es->bh = es->__bh; in __exfat_get_dentry_set()
804 if (num_bh > ARRAY_SIZE(es->__bh)) { in __exfat_get_dentry_set()
1298 es->bh = es->__bh; in exfat_get_volume_label_dentry()