Home
last modified time | relevance | path

Searched refs:sd_statfs_inode (Results 1 – 7 of 7) sorted by relevance

/linux/fs/gfs2/
H A Dops_fstype.c631 sdp->sd_statfs_inode = gfs2_lookup_meta(master, "statfs"); in init_statfs()
632 if (IS_ERR(sdp->sd_statfs_inode)) { in init_statfs()
633 error = PTR_ERR(sdp->sd_statfs_inode); in init_statfs()
695 iput(sdp->sd_statfs_inode); in init_statfs()
708 iput(sdp->sd_statfs_inode); in uninit_statfs()
H A Dsuper.c187 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_init()
255 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in update_statfs()
277 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_sync()
627 iput(sdp->sd_statfs_inode); in gfs2_put_super()
H A Drecovery.c388 error = update_statfs_inode(jd, head, sdp->sd_statfs_inode); in recover_local_statfs()
H A Dincore.h733 struct inode *sd_statfs_inode; member
H A Daops.c539 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in adjust_fs_space()
H A Dfile.c1051 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_file_buffered_write()
H A Dglock.c697 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in is_system_glock()