Home
last modified time | relevance | path

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

/fs/gfs2/
Dquota.c552 if (ip->i_qadata == NULL) { in gfs2_qa_alloc()
553 ip->i_qadata = kmem_cache_zalloc(gfs2_qadata_cachep, GFP_NOFS); in gfs2_qa_alloc()
554 if (!ip->i_qadata) in gfs2_qa_alloc()
564 if (ip->i_qadata && ((wcount == NULL) || (atomic_read(wcount) <= 1))) { in gfs2_qa_delete()
565 kmem_cache_free(gfs2_qadata_cachep, ip->i_qadata); in gfs2_qa_delete()
566 ip->i_qadata = NULL; in gfs2_qa_delete()
580 if (ip->i_qadata == NULL) { in gfs2_quota_hold()
586 qd = ip->i_qadata->qa_qd; in gfs2_quota_hold()
588 if (gfs2_assert_warn(sdp, !ip->i_qadata->qa_qd_num) || in gfs2_quota_hold()
595 ip->i_qadata->qa_qd_num++; in gfs2_quota_hold()
[all …]
Dmain.c42 ip->i_qadata = NULL; in gfs2_init_inode_once()
Dincore.h412 struct gfs2_qadata *i_qadata; /* quota allocation data */ member
Dbmap.c1228 if (ip->i_qadata && ip->i_qadata->qa_qd_num) in gfs2_iomap_end()