Searched refs:m_ip (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/gfs2/ |
D | super.c | 481 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_init() local 489 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_init() 494 error = gfs2_meta_inode_buffer(m_ip, &m_bh); in gfs2_statfs_init() 563 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in update_statfs() local 569 gfs2_trans_add_meta(m_ip->i_gl, m_bh); in update_statfs() 585 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_sync() local 594 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_sync() 599 error = gfs2_meta_inode_buffer(m_ip, &m_bh); in gfs2_statfs_sync()
|
D | aops.c | 653 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in adjust_fs_space() local 662 if (gfs2_meta_inode_buffer(m_ip, &m_bh) != 0) in adjust_fs_space()
|
D | bmap.c | 943 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_write_lock() local 945 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, in gfs2_write_lock() 946 GL_NOCACHE, &m_ip->i_gh); in gfs2_write_lock() 965 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_write_unlock() local 967 gfs2_glock_dq_uninit(&m_ip->i_gh); in gfs2_write_unlock()
|