Home
last modified time | relevance | path

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

/Linux-v6.6/fs/gfs2/
Dops_fstype.c651 sdp->sd_statfs_inode = gfs2_lookup_simple(master, "statfs"); in init_statfs()
652 if (IS_ERR(sdp->sd_statfs_inode)) { in init_statfs()
653 error = PTR_ERR(sdp->sd_statfs_inode); in init_statfs()
715 iput(sdp->sd_statfs_inode); in init_statfs()
728 iput(sdp->sd_statfs_inode); in uninit_statfs()
Dsuper.c183 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_init()
251 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in update_statfs()
273 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_statfs_sync()
621 iput(sdp->sd_statfs_inode); in gfs2_put_super()
Drecovery.c388 error = update_statfs_inode(jd, head, sdp->sd_statfs_inode); in recover_local_statfs()
Dincore.h733 struct inode *sd_statfs_inode; member
Daops.c547 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in adjust_fs_space()
Dfile.c1050 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in gfs2_file_buffered_write()
Dglock.c654 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode); in is_system_glock()