Searched refs:quota_on (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | quota.h | 431 int (*quota_on)(struct super_block *, int, int, const struct path *); member
|
| H A D | lsm_hook_defs.h | 47 LSM_HOOK(int, 0, quota_on, struct dentry *dentry)
|
| /linux/fs/quota/ |
| H A D | quota.c | 89 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable) in quota_quotaon() 95 return sb->s_qcop->quota_on(sb, type, id, path); in quota_quotaon()
|
| /linux/fs/jfs/ |
| H A D | super.c | 170 .quota_on = jfs_quota_on,
|
| /linux/fs/ext2/ |
| H A D | super.c | 355 .quota_on = ext2_quota_on,
|
| /linux/security/ |
| H A D | security.c | 663 return call_int_hook(quota_on, dentry); in security_quota_on()
|
| /linux/fs/f2fs/ |
| H A D | super.c | 3589 .quota_on = f2fs_quota_on,
|
| /linux/security/selinux/ |
| H A D | hooks.c | 7323 LSM_HOOK_INIT(quota_on, selinux_quota_on),
|