Searched refs:quota_on (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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-6.15/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-6.15/fs/jfs/ |
| H A D | super.c | 170 .quota_on = jfs_quota_on,
|
| /linux-6.15/fs/ext2/ |
| H A D | super.c | 355 .quota_on = ext2_quota_on,
|
| /linux-6.15/security/ |
| H A D | security.c | 1171 return call_int_hook(quota_on, dentry); in security_quota_on()
|
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 3210 .quota_on = f2fs_quota_on,
|
| /linux-6.15/security/selinux/ |
| H A D | hooks.c | 7227 LSM_HOOK_INIT(quota_on, selinux_quota_on),
|
| /linux-6.15/fs/ext4/ |
| H A D | super.c | 1602 .quota_on = ext4_quota_on,
|