Searched refs:m_ip (Results 1 – 3 of 3) sorted by relevance
/fs/gfs2/ |
D | super.c | 232 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_init() local 240 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_init() 245 error = gfs2_meta_inode_buffer(m_ip, &m_bh); in gfs2_statfs_init() 314 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in update_statfs() local 320 gfs2_trans_add_meta(m_ip->i_gl, m_bh); in update_statfs() 336 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_sync() local 345 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_sync() 350 error = gfs2_meta_inode_buffer(m_ip, &m_bh); in gfs2_statfs_sync()
|
D | aops.c | 626 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in adjust_fs_space() local 638 if (gfs2_meta_inode_buffer(m_ip, &m_bh) != 0) in adjust_fs_space()
|
D | bmap.c | 998 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_write_lock() local 1000 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, in gfs2_write_lock() 1001 GL_NOCACHE, &m_ip->i_gh); in gfs2_write_lock() 1020 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_write_unlock() local 1022 gfs2_glock_dq_uninit(&m_ip->i_gh); in gfs2_write_unlock()
|