Searched defs:bh (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | buffer_head.h | 158 static __always_inline void clear_buffer_uptodate(struct buffer_head *bh) in clear_buffer_uptodate() 163 static __always_inline int buffer_uptodate(const struct buffer_head *bh) in buffer_uptodate() 172 #define bh_offset(bh) ((unsigned long)(bh)->b_data & ~PAGE_MASK) argument 211 static inline void clean_bdev_bh_alias(struct buffer_head *bh) in clean_bdev_bh_alias() 311 static inline void get_bh(struct buffer_head *bh) in get_bh() 316 static inline void put_bh(struct buffer_head *bh) in put_bh() 322 static inline void brelse(struct buffer_head *bh) in brelse() 328 static inline void bforget(struct buffer_head *bh) in bforget() 378 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh() 386 static inline void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer() [all …]
|
D | jbd2.h | 346 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh() 351 static inline void jbd_lock_bh_journal_head(struct buffer_head *bh) in jbd_lock_bh_journal_head() 356 static inline void jbd_unlock_bh_journal_head(struct buffer_head *bh) in jbd_unlock_bh_journal_head() 363 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument 368 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument 383 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument 1416 static inline void jbd2_file_log_bh(struct list_head *head, struct buffer_head *bh) in jbd2_file_log_bh() 1420 static inline void jbd2_unfile_log_bh(struct buffer_head *bh) in jbd2_unfile_log_bh() 1826 #define buffer_trace_init(bh) do {} while (0) argument 1827 #define print_buffer_fields(bh) do {} while (0) argument [all …]
|
/include/linux/usb/ |
D | cdc_ncm.h | 99 struct tasklet_struct bh; member
|
D | usbnet.h | 71 struct tasklet_struct bh; member
|
D | hcd.h | 72 struct tasklet_struct bh; member
|