Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dops_fstype.c918 sdp->sd_qc_inode = gfs2_lookup_meta(pn, buf); in init_per_node()
919 if (IS_ERR(sdp->sd_qc_inode)) { in init_per_node()
920 error = PTR_ERR(sdp->sd_qc_inode); in init_per_node()
928 ip = GFS2_I(sdp->sd_qc_inode); in init_per_node()
941 iput(sdp->sd_qc_inode); in init_per_node()
H A Dincore.h735 struct inode *sd_qc_inode; member
H A Dlog.c883 cpu_to_be64(GFS2_I(sdp->sd_qc_inode)->i_no_addr); in gfs2_write_log_header()
H A Dsuper.c631 iput(sdp->sd_qc_inode); in gfs2_put_super()