Searched refs:m_ip (Results 1 – 4 of 4) sorted by relevance
/fs/gfs2/ |
D | super.c | 183 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_init() local 190 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_init() 195 error = gfs2_meta_inode_buffer(m_ip, &m_bh); in gfs2_statfs_init() 251 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in update_statfs() local 257 gfs2_trans_add_meta(m_ip->i_gl, m_bh); in update_statfs() 273 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_sync() local 280 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_sync() 285 error = gfs2_meta_inode_buffer(m_ip, &m_bh); in gfs2_statfs_sync()
|
D | aops.c | 573 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in adjust_fs_space() local 584 if (gfs2_meta_inode_buffer(m_ip, &m_bh) != 0) in adjust_fs_space()
|
D | file.c | 1047 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_file_buffered_write() local 1049 ret = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, in gfs2_file_buffered_write()
|
D | glock.c | 691 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in is_system_glock() local 693 if (gl == m_ip->i_gl) in is_system_glock()
|