Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Dquota.h120 extern const struct dquot_operations ocfs2_quota_operations;
H A Dquota_global.c1028 const struct dquot_operations ocfs2_quota_operations = {
/linux-6.15/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.h1321 const struct dquot_operations *dq_op;
/linux-6.15/mm/
H A Dshmem_quota.c343 const struct dquot_operations shmem_quota_operations = {
/linux-6.15/fs/quota/
H A Ddquot.c2197 const struct dquot_operations dquot_operations = { variable
2207 EXPORT_SYMBOL(dquot_operations);
/linux-6.15/fs/jfs/
H A Dsuper.c503 sb->dq_op = &dquot_operations; in jfs_fill_super()
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst222 see also dquot_operations section.
610 dquot_operations chapter
/linux-6.15/fs/ext2/
H A Dsuper.c1205 sb->dq_op = &dquot_operations; in ext2_fill_super()
/linux-6.15/fs/f2fs/
H A Dsuper.c3196 static const struct dquot_operations f2fs_quota_operations = {
/linux-6.15/fs/ext4/
H A Dsuper.c1587 static const struct dquot_operations ext4_quota_operations = {