Home
last modified time | relevance | path

Searched refs:m_ip (Results 1 – 4 of 4) sorted by relevance

/linux/fs/gfs2/
H A Dsuper.c177 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_init() local
184 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_init()
189 error = gfs2_meta_inode_buffer(m_ip, &m_bh); in gfs2_statfs_init()
245 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in update_statfs() local
251 gfs2_trans_add_meta(m_ip->i_gl, m_bh); in update_statfs()
267 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_sync() local
274 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_sync()
279 error = gfs2_meta_inode_buffer(m_ip, &m_bh); in gfs2_statfs_sync()
H A Daops.c516 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in adjust_fs_space() local
527 if (gfs2_meta_inode_buffer(m_ip, &m_bh) != 0) in adjust_fs_space()
H A Dfile.c1052 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_file_buffered_write() local
1054 ret = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, in gfs2_file_buffered_write()
H A Dglock.c673 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in is_system_glock() local
675 if (gl == m_ip->i_gl) in is_system_glock()