Home
last modified time | relevance | path

Searched refs:sd_statfs_inode (Results 1 – 7 of 7) 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()
245 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in update_statfs()
267 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_sync()
615 iput(sdp->sd_statfs_inode); in gfs2_put_super()
H A Dops_fstype.c617 sdp->sd_statfs_inode = gfs2_lookup_meta(master, "statfs"); in init_statfs()
618 if (IS_ERR(sdp->sd_statfs_inode)) { in init_statfs()
619 error = PTR_ERR(sdp->sd_statfs_inode); in init_statfs()
681 iput(sdp->sd_statfs_inode); in init_statfs()
694 iput(sdp->sd_statfs_inode); in uninit_statfs()
H A Daops.c516 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in adjust_fs_space()
H A Dincore.h732 struct inode *sd_statfs_inode; member
H A Drecovery.c385 error = update_statfs_inode(jd, head, sdp->sd_statfs_inode); in recover_local_statfs()
H A Dfile.c1052 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_file_buffered_write()
H A Dglock.c673 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in is_system_glock()