Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dsuper.c187 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_init() local
194 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_init()
199 error = gfs2_meta_inode_buffer(m_ip, &m_bh); in gfs2_statfs_init()
255 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in update_statfs() local
261 gfs2_trans_add_meta(m_ip->i_gl, m_bh); in update_statfs()
277 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_sync() local
284 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_sync()
289 error = gfs2_meta_inode_buffer(m_ip, &m_bh); in gfs2_statfs_sync()
A Daops.c510 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in adjust_fs_space() local
521 if (gfs2_meta_inode_buffer(m_ip, &m_bh) != 0) in adjust_fs_space()
A Dfile.c1051 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_file_buffered_write() local
1053 ret = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, in gfs2_file_buffered_write()
A Dglock.c670 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in is_system_glock() local
672 if (gl == m_ip->i_gl) in is_system_glock()

Completed in 18 milliseconds