Lines Matching defs:out_bh
67 struct buffer_head **out_bh,
96 *out_bh = bh;
115 int mode, int mode_flags, struct buffer_head **out_bh)
157 *out_bh = bh;
168 int readahead, struct buffer_head **out_bh)
208 *out_bh = first_bh;
223 * @out_bh: output of a pointer to the buffer_head
228 * @out_bh is substituted only when zero is returned.
244 struct buffer_head **out_bh)
250 ret = nilfs_mdt_read_block(inode, blkoff, !create, out_bh);
254 ret = nilfs_mdt_create_block(inode, blkoff, out_bh, init_block);
268 * @out_bh: place to store a pointer to buffer_head struct
272 * @out_bh, and block offset to @blkoff, respectively. @out_bh and
286 struct buffer_head **out_bh)
294 ret = nilfs_mdt_read_block(inode, start, true, out_bh);
305 ret = nilfs_mdt_read_block(inode, next, true, out_bh);