Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h249 static inline int buffer_jbd(struct buffer_head *bh) in buffer_jbd() function
865 return SPLICE_LOCK(buffer_jbd(bh), bh2jh(bh)->b_jlist == list); in buffer_jlist_eq()
871 return buffer_jbd(bh) && __buffer_state(bh, JBDDirty); in buffer_jdirty()
877 return SPLICE_LOCK(buffer_jbd(bh), in buffer_jbd_data()
908 #define buffer_jbd(bh) 0 macro