Searched refs:gfs2_getbuf (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/fs/gfs2/ |
D | meta_io.c | 127 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf() function 195 bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_new() 219 *bhp = bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_read() 358 bh = gfs2_getbuf(ip->i_gl, bstart, NO_CREATE); in gfs2_meta_wipe() 433 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra() 444 bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
|
D | meta_io.h | 57 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create);
|
D | bmap.c | 283 rabh = gfs2_getbuf(gl, be64_to_cpu(*t), CREATE); in gfs2_metapath_ra()
|
D | dir.c | 1413 bh = gfs2_getbuf(gl, blocknr, 1); in gfs2_dir_readahead()
|