Searched defs:bh (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | buffer_head.h | 175 static inline unsigned long bh_offset(const struct buffer_head *bh) in bh_offset() 216 static inline void clean_bdev_bh_alias(struct buffer_head *bh) in clean_bdev_bh_alias() 294 static inline void get_bh(struct buffer_head *bh) in get_bh() 299 static inline void put_bh(struct buffer_head *bh) in put_bh() 321 static inline void brelse(struct buffer_head *bh) in brelse() 337 static inline void bforget(struct buffer_head *bh) in bforget() 408 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh() 416 static inline void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer() 423 static inline int trylock_buffer(struct buffer_head *bh) in trylock_buffer() 428 static inline void lock_buffer(struct buffer_head *bh) in lock_buffer() [all …]
|
| A D | jbd2.h | 336 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh() 341 static inline void jbd_lock_bh_journal_head(struct buffer_head *bh) in jbd_lock_bh_journal_head() 353 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument 358 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument 373 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument 1407 static inline void jbd2_unfile_log_bh(struct buffer_head *bh) in jbd2_unfile_log_bh() 1803 #define buffer_trace_init(bh) do {} while (0) argument 1804 #define print_buffer_fields(bh) do {} while (0) argument 1805 #define print_buffer_trace(bh) do {} while (0) argument 1806 #define BUFFER_TRACE(bh, info) do {} while (0) argument [all …]
|
| /include/linux/usb/ |
| A D | cdc_ncm.h | 99 struct tasklet_struct bh; member
|
| A D | hcd.h | 58 struct work_struct bh; member
|
Completed in 16 milliseconds