Home
last modified time | relevance | path

Searched refs:__bh (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hfs/
H A Dhfs_fs.h287 struct buffer_head *__bh; \
295 __bh = sb_bread((sb), __block); \
296 if (likely(__bh != NULL)) \
297 data = (void *)(__bh->b_data + __offset);\
300 __bh; \
/kernel/linux/linux-6.6/fs/hfs/
H A 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; \
/kernel/linux/linux-5.10/fs/exfat/
H A Dexfat_fs.h173 struct buffer_head *__bh[DIR_CACHE_SIZE]; member
178 #define IS_DYNAMIC_ES(es) ((es)->__bh != (es)->bh)
H A Ddir.c855 es->bh = es->__bh; in exfat_get_dentry_set()
875 if (num_bh > ARRAY_SIZE(es->__bh)) { in exfat_get_dentry_set()
/kernel/linux/linux-6.6/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.c876 es->bh = es->__bh; in exfat_get_dentry_set()
892 if (num_bh > ARRAY_SIZE(es->__bh)) { in exfat_get_dentry_set()

Completed in 7 milliseconds