Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dquotaops.h173 extern const struct dquot_operations dquot_operations;
H A Dquota.h325 struct dquot_operations { struct
H A Dfs.h1458 const struct dquot_operations *dq_op;
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dquota.h121 extern const struct dquot_operations ocfs2_quota_operations;
H A Dquota_global.c1008 const struct dquot_operations ocfs2_quota_operations = {
/OK3568_Linux_fs/kernel/fs/quota/
H A Ddquot.c2155 const struct dquot_operations dquot_operations = { variable
2165 EXPORT_SYMBOL(dquot_operations);
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst205 see also dquot_operations section.
569 dquot_operations chapter
/OK3568_Linux_fs/kernel/fs/jfs/
H A Dsuper.c542 sb->dq_op = &dquot_operations; in jfs_fill_super()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h296 const struct dquot_operations *dq_op;
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dsuper.c1166 sb->dq_op = &dquot_operations; in ext2_fill_super()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dsuper.c841 static const struct dquot_operations reiserfs_quota_operations = {
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c2797 static const struct dquot_operations f2fs_quota_operations = {
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c1632 static const struct dquot_operations ext4_quota_operations = {