Home
last modified time | relevance | path

Searched refs:bh2jh (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h294 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh() function
903 return SPLICE_LOCK(buffer_jbd(bh), bh2jh(bh)->b_jlist == list); in buffer_jlist_eq()
916 bh2jh(bh)->b_jlist == BJ_SyncData || in buffer_jbd_data()
917 bh2jh(bh)->b_jlist == BJ_AsyncData); in buffer_jbd_data()
/external/kernel-headers/original/linux/
Djbd.h327 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh() function