Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djbd2.h1488 struct buffer_head **bh_out,
1670 int jbd2_fc_get_buf(journal_t *journal, struct buffer_head **bh_out);
/openbmc/linux/fs/jbd2/
H A Djournal.c328 struct buffer_head **bh_out, in jbd2_journal_write_metadata_buffer() argument
444 *bh_out = new_bh; in jbd2_journal_write_metadata_buffer()
859 int jbd2_fc_get_buf(journal_t *journal, struct buffer_head **bh_out) in jbd2_fc_get_buf() argument
867 *bh_out = NULL; in jbd2_fc_get_buf()
891 *bh_out = bh; in jbd2_fc_get_buf()
/openbmc/linux/fs/gfs2/
H A Ddir.c793 struct buffer_head **bh_out) in get_first_leaf() argument
800 error = get_leaf(dip, leaf_no, bh_out); in get_first_leaf()