Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c1908 ouid = nuid = NO_UID_QUOTA_CHANGE; in setattr_chown()
1925 if (!uid_eq(ouid, NO_UID_QUOTA_CHANGE) || in setattr_chown()
1940 if (!uid_eq(ouid, NO_UID_QUOTA_CHANGE) || in setattr_chown()
H A Dxattr.c327 error = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in ea_remove_unstuffed()
1432 error = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in gfs2_ea_dealloc()
H A Dsuper.c1141 error = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in gfs2_dinode_dealloc()
H A Dquota.c605 if (!uid_eq(uid, NO_UID_QUOTA_CHANGE) && in gfs2_quota_hold()
H A Ddir.c1994 error = gfs2_quota_hold(dip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in leaf_dealloc()
H A Dbmap.c1856 ret = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE); in punch_hole()