Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Dops_fstype.c875 sdp->sd_qc_inode = gfs2_lookup_simple(pn, buf); in init_per_node()
876 if (IS_ERR(sdp->sd_qc_inode)) { in init_per_node()
877 error = PTR_ERR(sdp->sd_qc_inode); in init_per_node()
893 ip = GFS2_I(sdp->sd_qc_inode); in init_per_node()
908 iput(sdp->sd_qc_inode); in init_per_node()
Dquota.c371 struct gfs2_inode *ip = GFS2_I(sdp->sd_qc_inode); in bh_get()
618 struct gfs2_inode *ip = GFS2_I(sdp->sd_qc_inode); in do_qc()
1258 struct gfs2_inode *ip = GFS2_I(sdp->sd_qc_inode); in gfs2_quota_init()
1259 u64 size = i_size_read(sdp->sd_qc_inode); in gfs2_quota_init()
1269 if (gfs2_check_internal_file_size(sdp->sd_qc_inode, 1, 64 << 20)) in gfs2_quota_init()
Dincore.h711 struct inode *sd_qc_inode; member
Dsuper.c913 iput(sdp->sd_qc_inode); in gfs2_put_super()