Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dquota.h65 #define Q_SYNC 0x800001 /* sync disk copy of a filesystems quotas */ macro
/Linux-v4.19/fs/quota/
Dquota.c29 case Q_SYNC: in check_quotactl_permission()
65 ret = security_quotactl(Q_SYNC, type, 0, NULL); in quota_sync_all()
736 case Q_SYNC: in do_quotactl()
779 case Q_SYNC: in quotactl_cmd_write()
853 if (cmds == Q_SYNC) in kernel_quotactl()
/Linux-v4.19/security/selinux/
Dhooks.c2328 case Q_SYNC: in selinux_quotactl()