Searched refs:quota_on (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | quota.h | 435 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)
|
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | quota.c | 86 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable) in quota_quotaon() 92 return sb->s_qcop->quota_on(sb, type, id, path); in quota_quotaon()
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | super.c | 171 .quota_on = jfs_quota_on,
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | super.c | 335 .quota_on = ext2_quota_on,
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 758 return call_int_hook(quota_on, 0, dentry); in security_quota_on()
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | super.c | 853 .quota_on = reiserfs_quota_on,
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | super.c | 2811 .quota_on = f2fs_quota_on,
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | super.c | 1647 .quota_on = ext4_quota_on,
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 7017 LSM_HOOK_INIT(quota_on, selinux_quota_on),
|