Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dquota.h66 #define Q_SYNC 0x800001 /* sync disk copy of a filesystems quotas */ macro
/linux-4.4.14/fs/quota/
Dquota.c27 case Q_SYNC: in check_quotactl_permission()
63 ret = security_quotactl(Q_SYNC, type, 0, NULL); in quota_sync_all()
675 case Q_SYNC: in do_quotactl()
711 case Q_SYNC: in quotactl_cmd_write()
777 if (cmds == Q_SYNC) in SYSCALL_DEFINE4()
/linux-4.4.14/security/selinux/
Dhooks.c2094 case Q_SYNC: in selinux_quotactl()