Searched refs:sd_statfs_inode (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Daops.c614 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode);
729 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode);
781 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode);
848 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode);
H A Dops_fstype.c838 sdp->sd_statfs_inode = gfs2_lookup_simple(master, "statfs");
839 if (IS_ERR(sdp->sd_statfs_inode)) {
840 error = PTR_ERR(sdp->sd_statfs_inode);
870 iput(sdp->sd_statfs_inode);
H A Dsuper.c433 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode);
515 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode);
538 struct gfs2_inode *m_ip = GFS2_I(sdp->sd_statfs_inode);
840 iput(sdp->sd_statfs_inode);
H A Dincore.h553 struct inode *sd_statfs_inode; member in struct:gfs2_sbd

Completed in 131 milliseconds