Home
last modified time | relevance | path

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

/linux-6.15/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.c1943 ouid = nuid = NO_UID_QUOTA_CHANGE; in setattr_chown()
1960 if (!uid_eq(ouid, NO_UID_QUOTA_CHANGE) || in setattr_chown()
1975 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()
1450 error = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in gfs2_ea_dealloc()
H A Dsuper.c1210 error = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in gfs2_dinode_dealloc()
H A Dquota.c617 if (!uid_eq(uid, NO_UID_QUOTA_CHANGE) && in gfs2_quota_hold()
H A Ddir.c2001 error = gfs2_quota_hold(dip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in leaf_dealloc()
H A Dbmap.c1815 ret = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in punch_hole()