Home
last modified time | relevance | path

Searched refs:sd_qc_inode (Results 1 – 4 of 4) sorted by relevance

/fs/gfs2/
Dops_fstype.c942 sdp->sd_qc_inode = gfs2_lookup_simple(pn, buf); in init_per_node()
943 if (IS_ERR(sdp->sd_qc_inode)) { in init_per_node()
944 error = PTR_ERR(sdp->sd_qc_inode); in init_per_node()
970 ip = GFS2_I(sdp->sd_qc_inode); in init_per_node()
988 iput(sdp->sd_qc_inode); in init_per_node()
Dquota.c264 struct gfs2_inode *ip = GFS2_I(sdp->sd_qc_inode); in bh_get()
541 struct gfs2_inode *ip = GFS2_I(sdp->sd_qc_inode); in do_qc()
1104 struct gfs2_inode *ip = GFS2_I(sdp->sd_qc_inode); in gfs2_quota_init()
Dincore.h493 struct inode *sd_qc_inode; member
Dops_super.c172 iput(sdp->sd_qc_inode); in gfs2_put_super()