Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dmeta_io.c118 * gfs2_getbuf - Get a buffer with a given address space
126 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf() function
196 bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_new()
272 *bhp = bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_read()
285 bh = gfs2_getbuf(gl, blkno + 1, CREATE); in gfs2_meta_read()
455 bh = gfs2_getbuf(ip->i_gl, bstart, NO_CREATE); in gfs2_journal_wipe()
531 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
541 bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
H A Dmeta_io.h55 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno,
H A Ddir.c1504 bh = gfs2_getbuf(gl, blocknr, 1); in gfs2_dir_readahead()
H A Dbmap.c304 rabh = gfs2_getbuf(gl, be64_to_cpu(*t), CREATE); in gfs2_metapath_ra()