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 Dquota.c395 struct inode *inode = sdp->sd_qc_inode; in bh_get()
675 struct gfs2_inode *ip = GFS2_I(sdp->sd_qc_inode); in do_qc()
1390 struct gfs2_inode *ip = GFS2_I(sdp->sd_qc_inode); in gfs2_quota_init()
1391 u64 size = i_size_read(sdp->sd_qc_inode); in gfs2_quota_init()
1402 if (gfs2_check_internal_file_size(sdp->sd_qc_inode, 1, 64 << 20)) in gfs2_quota_init()
H A Dincore.h735 struct inode *sd_qc_inode; member
H A Dsuper.c631 iput(sdp->sd_qc_inode); in gfs2_put_super()