Searched refs:quota_on (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | quota.h | 429 int (*quota_on)(struct super_block *, int, int, const struct path *); member
|
| D | lsm_hooks.h | 1482 int (*quota_on)(struct dentry *dentry); member 1834 struct hlist_head quota_on; member
|
| /Linux-v5.4/fs/quota/ |
| D | quota.c | 87 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable) in quota_quotaon() 93 return sb->s_qcop->quota_on(sb, type, id, path); in quota_quotaon()
|
| /Linux-v5.4/fs/jfs/ |
| D | super.c | 170 .quota_on = jfs_quota_on,
|
| /Linux-v5.4/fs/ext2/ |
| D | super.c | 335 .quota_on = ext2_quota_on,
|
| /Linux-v5.4/security/ |
| D | security.c | 739 return call_int_hook(quota_on, 0, dentry); in security_quota_on()
|
| /Linux-v5.4/fs/reiserfs/ |
| D | super.c | 852 .quota_on = reiserfs_quota_on,
|
| /Linux-v5.4/fs/f2fs/ |
| D | super.c | 2237 .quota_on = f2fs_quota_on,
|
| /Linux-v5.4/fs/ext4/ |
| D | super.c | 1399 .quota_on = ext4_quota_on,
|
| /Linux-v5.4/security/selinux/ |
| D | hooks.c | 6810 LSM_HOOK_INIT(quota_on, selinux_quota_on),
|