Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Dops_fstype.c637 sdp->sd_statfs_inode = gfs2_lookup_simple(master, "statfs"); in init_statfs()
638 if (IS_ERR(sdp->sd_statfs_inode)) { in init_statfs()
639 error = PTR_ERR(sdp->sd_statfs_inode); in init_statfs()
693 iput(sdp->sd_statfs_inode); in init_statfs()
705 iput(sdp->sd_statfs_inode); in uninit_statfs()
Dsuper.c186 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_init()
268 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in update_statfs()
290 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_sync()
636 iput(sdp->sd_statfs_inode); in gfs2_put_super()
Drecovery.c389 error = update_statfs_inode(jd, head, sdp->sd_statfs_inode); in recover_local_statfs()
Dincore.h757 struct inode *sd_statfs_inode; member
Daops.c579 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in adjust_fs_space()
Dbmap.c1001 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_write_lock()
1023 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_write_unlock()
Dglock.c575 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in is_system_glock()