Home
last modified time | relevance | path

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

/linux-2.6.39/fs/gfs2/
Dquota.c459 static int qdsb_get(struct gfs2_sbd *sdp, int user, u32 id, in qdsb_get() function
506 error = qdsb_get(sdp, QUOTA_USER, ip->i_inode.i_uid, qd); in gfs2_quota_hold()
512 error = qdsb_get(sdp, QUOTA_GROUP, ip->i_inode.i_gid, qd); in gfs2_quota_hold()
519 error = qdsb_get(sdp, QUOTA_USER, uid, qd); in gfs2_quota_hold()
527 error = qdsb_get(sdp, QUOTA_GROUP, gid, qd); in gfs2_quota_hold()