Home
last modified time | relevance | path

Searched refs:gfs2_meta_buffer (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Dmeta_io.h66 int gfs2_meta_buffer(struct gfs2_inode *ip, u32 mtype, u64 num,
72 return gfs2_meta_buffer(ip, GFS2_METATYPE_DI, ip->i_no_addr, bhp); in gfs2_meta_inode_buffer()
H A Dmeta_io.c488 int gfs2_meta_buffer(struct gfs2_inode *ip, u32 mtype, u64 num, in gfs2_meta_buffer() function
H A Dbmap.c330 ret = gfs2_meta_buffer(ip, GFS2_METATYPE_IN, dblock, &mp->mp_bh[x + 1]); in __fillup_metapath()