Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dquota.h15 #define NO_UID_QUOTA_CHANGE INVALID_UID macro
50 ret = gfs2_quota_lock(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in gfs2_quota_lock_check()
H A Dinode.c488 error = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in gfs2_dinode_dealloc()
2038 ouid = nuid = NO_UID_QUOTA_CHANGE; in setattr_chown()
2055 if (!uid_eq(ouid, NO_UID_QUOTA_CHANGE) || in setattr_chown()
2070 if (!uid_eq(ouid, NO_UID_QUOTA_CHANGE) || in setattr_chown()
H A Dxattr.c338 error = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in ea_remove_unstuffed()
1451 error = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in gfs2_ea_dealloc()
H A Dquota.c618 if (!uid_eq(uid, NO_UID_QUOTA_CHANGE) && in gfs2_quota_hold()
H A Ddir.c1999 error = gfs2_quota_hold(dip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in leaf_dealloc()
H A Dbmap.c1832 ret = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in punch_hole()