Searched refs:gfs2_meta_new (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | meta_io.h | 53 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno);
|
H A D | xattr.c | 646 *bhp = gfs2_meta_new(ip->i_gl, block); in ea_alloc_blk() 708 bh = gfs2_meta_new(ip->i_gl, block); in ea_write() 1009 indbh = gfs2_meta_new(ip->i_gl, blk); in ea_set_block()
|
H A D | meta_io.c | 186 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new() function
|
H A D | lops.c | 814 bh_ip = gfs2_meta_new(gl, blkno); in buf_lo_scan_elements() 1039 bh_ip = gfs2_meta_new(gl, blkno); in databuf_lo_scan_elements()
|
H A D | dir.c | 94 bh = gfs2_meta_new(ip->i_gl, block); in gfs2_dir_get_new_buffer() 874 bh = gfs2_meta_new(ip->i_gl, bn); in new_leaf()
|
H A D | inode.c | 472 bh = gfs2_meta_new(ip->i_gl, ip->i_eattr); in gfs2_init_xattr() 499 dibh = gfs2_meta_new(ip->i_gl, ip->i_no_addr); in init_dinode()
|
H A D | bmap.c | 614 mp->mp_bh[i] = gfs2_meta_new(gl, bn); in gfs2_indirect_init()
|