Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h259 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh() function
865 return SPLICE_LOCK(buffer_jbd(bh), bh2jh(bh)->b_jlist == list); in buffer_jlist_eq()
878 bh2jh(bh)->b_jlist == BJ_SyncData || in buffer_jbd_data()
879 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