Searched defs:bh (Results 1 – 5 of 5) sorted by relevance
138 #define bh_offset(bh) ((unsigned long)(bh)->b_data & ~PAGE_MASK) argument177 static inline void clean_bdev_bh_alias(struct buffer_head *bh) in clean_bdev_bh_alias()281 static inline void get_bh(struct buffer_head *bh) in get_bh()286 static inline void put_bh(struct buffer_head *bh) in put_bh()292 static inline void brelse(struct buffer_head *bh) in brelse()298 static inline void bforget(struct buffer_head *bh) in bforget()342 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh()350 static inline void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()357 static inline int trylock_buffer(struct buffer_head *bh) in trylock_buffer()362 static inline void lock_buffer(struct buffer_head *bh) in lock_buffer()
340 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh()345 static inline void jbd_lock_bh_state(struct buffer_head *bh) in jbd_lock_bh_state()350 static inline int jbd_trylock_bh_state(struct buffer_head *bh) in jbd_trylock_bh_state()355 static inline int jbd_is_locked_bh_state(struct buffer_head *bh) in jbd_is_locked_bh_state()360 static inline void jbd_unlock_bh_state(struct buffer_head *bh) in jbd_unlock_bh_state()365 static inline void jbd_lock_bh_journal_head(struct buffer_head *bh) in jbd_lock_bh_journal_head()370 static inline void jbd_unlock_bh_journal_head(struct buffer_head *bh) in jbd_unlock_bh_journal_head()377 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument382 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument397 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument[all …]
96 struct tasklet_struct bh; member
66 struct tasklet_struct bh; member
71 struct tasklet_struct bh; member