summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src/marker-quota.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/marker/src/marker-quota.h')
-rw-r--r--xlators/features/marker/src/marker-quota.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/xlators/features/marker/src/marker-quota.h b/xlators/features/marker/src/marker-quota.h
index 0b6c6f02fee..f96584e6ed5 100644
--- a/xlators/features/marker/src/marker-quota.h
+++ b/xlators/features/marker/src/marker-quota.h
@@ -112,20 +112,11 @@ struct inode_contribution {
typedef struct inode_contribution inode_contribution_t;
int32_t
-mq_get_lock_on_parent (call_frame_t *, xlator_t *);
-
-int32_t
mq_req_xattr (xlator_t *, loc_t *, dict_t *, char *);
int32_t
-init_quota_priv (xlator_t *);
-
-int32_t
mq_xattr_state (xlator_t *, loc_t *, dict_t *, struct iatt);
-int32_t
-mq_set_inode_xattr (xlator_t *, loc_t *);
-
int
mq_initiate_quota_txn (xlator_t *, loc_t *, struct iatt *);
@@ -136,18 +127,8 @@ int
mq_create_xattrs_txn (xlator_t *this, loc_t *loc, struct iatt *buf);
int32_t
-mq_dirty_inode_readdir (call_frame_t *, void *, xlator_t *,
- int32_t, int32_t, fd_t *, dict_t *);
-
-int32_t
-mq_reduce_parent_size (xlator_t *, loc_t *, int64_t);
-
-int32_t
mq_reduce_parent_size_txn (xlator_t *, loc_t *, quota_meta_t *);
int32_t
-mq_rename_update_newpath (xlator_t *, loc_t *);
-
-int32_t
mq_forget (xlator_t *, quota_inode_ctx_t *);
#endif