Home
last modified time | relevance | path

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

/linux/include/linux/
H A Djbd2.h1479 struct buffer_head **bh_out,
1667 int jbd2_fc_get_buf(journal_t *journal, struct buffer_head **bh_out);
/linux/fs/jbd2/
H A Djournal.c327 struct buffer_head **bh_out, in jbd2_journal_write_metadata_buffer() argument
419 *bh_out = new_bh; in jbd2_journal_write_metadata_buffer()
824 int jbd2_fc_get_buf(journal_t *journal, struct buffer_head **bh_out) in jbd2_fc_get_buf() argument
832 *bh_out = NULL; in jbd2_fc_get_buf()
850 *bh_out = bh; in jbd2_fc_get_buf()
/linux/fs/gfs2/
H A Ddir.c796 struct buffer_head **bh_out) in get_first_leaf() argument
803 error = get_leaf(dip, leaf_no, bh_out); in get_first_leaf()