Searched refs:gfs2_meta_new (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
H A D | meta_io.h | 54 extern struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno);
|
H A D | meta_io.c | 175 * gfs2_meta_new - Get a block 182 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) gfs2_meta_new() function
|
H A D | lops.c | 559 bh_ip = gfs2_meta_new(gl, blkno); buf_lo_scan_elements() 797 bh_ip = gfs2_meta_new(gl, blkno); databuf_lo_scan_elements()
|
H A D | xattr.c | 632 *bhp = gfs2_meta_new(ip->i_gl, block); ea_alloc_blk() 694 bh = gfs2_meta_new(ip->i_gl, block); ea_write() 1010 indbh = gfs2_meta_new(ip->i_gl, blk); ea_set_block()
|
H A D | inode.c | 443 bh = gfs2_meta_new(ip->i_gl, ip->i_eattr); gfs2_init_xattr() 471 dibh = gfs2_meta_new(ip->i_gl, ip->i_no_addr); init_dinode()
|
H A D | dir.c | 97 bh = gfs2_meta_new(ip->i_gl, block); gfs2_dir_get_new_buffer() 834 bh = gfs2_meta_new(ip->i_gl, bn); new_leaf()
|
H A D | bmap.c | 408 mp->mp_bh[i] = gfs2_meta_new(gl, bn); gfs2_indirect_init()
|
Completed in 209 milliseconds