Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dsuper.c179 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_init() local
186 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_init()
191 error = gfs2_meta_inode_buffer(m_ip, &m_bh); in gfs2_statfs_init()
247 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in update_statfs() local
253 gfs2_trans_add_meta(m_ip->i_gl, m_bh); in update_statfs()
269 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_sync() local
276 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_sync()
281 error = gfs2_meta_inode_buffer(m_ip, &m_bh); in gfs2_statfs_sync()
A Daops.c576 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in adjust_fs_space() local
587 if (gfs2_meta_inode_buffer(m_ip, &m_bh) != 0) in adjust_fs_space()
A Dfile.c1040 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_file_buffered_write() local
1042 ret = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, in gfs2_file_buffered_write()
A Dglock.c738 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in is_system_glock() local
740 if (gl == m_ip->i_gl) in is_system_glock()

Completed in 14 milliseconds