Searched refs:quota_on (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/linux/ |
D | quota.h | 429 int (*quota_on)(struct super_block *, int, int, const struct path *); member
|
D | lsm_hooks.h | 1452 int (*quota_on)(struct dentry *dentry); member 1793 struct hlist_head quota_on; member
|
/Linux-v4.19/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-v4.19/fs/jfs/ |
D | super.c | 199 .quota_on = jfs_quota_on,
|
/Linux-v4.19/security/ |
D | security.c | 305 return call_int_hook(quota_on, 0, dentry); in security_quota_on()
|
/Linux-v4.19/fs/ext2/ |
D | super.c | 345 .quota_on = ext2_quota_on,
|
/Linux-v4.19/fs/reiserfs/ |
D | super.c | 858 .quota_on = reiserfs_quota_on,
|
/Linux-v4.19/fs/f2fs/ |
D | super.c | 1899 .quota_on = f2fs_quota_on,
|
/Linux-v4.19/fs/ext4/ |
D | super.c | 1346 .quota_on = ext4_quota_on,
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 6909 LSM_HOOK_INIT(quota_on, selinux_quota_on),
|