Searched refs:quota_on (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/include/linux/ |
D | quota.h | 429 int (*quota_on)(struct super_block *, int, int, const struct path *); member
|
D | lsm_hook_defs.h | 47 LSM_HOOK(int, 0, quota_on, struct dentry *dentry)
|
/Linux-v5.15/fs/quota/ |
D | quota.c | 88 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable) in quota_quotaon() 94 return sb->s_qcop->quota_on(sb, type, id, path); in quota_quotaon()
|
/Linux-v5.15/fs/jfs/ |
D | super.c | 170 .quota_on = jfs_quota_on,
|
/Linux-v5.15/fs/ext2/ |
D | super.c | 332 .quota_on = ext2_quota_on,
|
/Linux-v5.15/fs/reiserfs/ |
D | super.c | 853 .quota_on = reiserfs_quota_on,
|
/Linux-v5.15/security/ |
D | security.c | 816 return call_int_hook(quota_on, 0, dentry); in security_quota_on()
|
/Linux-v5.15/fs/f2fs/ |
D | super.c | 2868 .quota_on = f2fs_quota_on,
|
/Linux-v5.15/fs/ext4/ |
D | super.c | 1619 .quota_on = ext4_quota_on,
|
/Linux-v5.15/security/selinux/ |
D | hooks.c | 7141 LSM_HOOK_INIT(quota_on, selinux_quota_on),
|