Searched refs:gfs2_quota_check (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
H A D | quota.h | 27 extern int gfs2_quota_check(struct gfs2_inode *ip, kuid_t uid, kgid_t gid, 53 ret = gfs2_quota_check(ip, ip->i_inode.i_uid, ip->i_inode.i_gid, ap); gfs2_quota_lock_check()
|
H A D | quota.c | 1098 * gfs2_quota_check - check if allocating new blocks will exceed quota 1114 int gfs2_quota_check(struct gfs2_inode *ip, kuid_t uid, kgid_t gid, gfs2_quota_check() function
|
H A D | inode.c | 1704 error = gfs2_quota_check(ip, nuid, ngid, &ap); setattr_chown()
|
Completed in 96 milliseconds