Home
last modified time | relevance | path

Searched refs:dquot_operations (Results 1 – 11 of 11) sorted by relevance

/linux/fs/ocfs2/
H A Dquota.h120 extern const struct dquot_operations ocfs2_quota_operations;
H A Dquota_global.c1023 const struct dquot_operations ocfs2_quota_operations = {
/linux/include/linux/
H A Dquotaops.h175 extern const struct dquot_operations dquot_operations;
H A Dshmem_fs.h217 extern const struct dquot_operations shmem_quota_operations;
H A Dquota.h324 struct dquot_operations { struct
H A Dfs.h1263 const struct dquot_operations *dq_op;
/linux/mm/
H A Dshmem_quota.c343 const struct dquot_operations shmem_quota_operations = {
/linux/fs/quota/
H A Ddquot.c2197 const struct dquot_operations dquot_operations = { variable
2207 EXPORT_SYMBOL(dquot_operations);
/linux/Documentation/filesystems/
H A Dlocking.rst217 see also dquot_operations section.
605 dquot_operations chapter
/linux/fs/ext2/
H A Dsuper.c1168 sb->dq_op = &dquot_operations; in ext2_fill_super()
/linux/fs/ext4/
H A Dsuper.c1603 static const struct dquot_operations ext4_quota_operations = {