summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src/marker-quota.h
diff options
context:
space:
mode:
authorvmallika <vmallika@redhat.com>2015-09-29 15:27:47 +0530
committerRaghavendra G <rgowdapp@redhat.com>2015-09-30 23:29:50 -0700
commit7f0bb9ca8281d022e37e1567ae24ce08436d4cd8 (patch)
treeeb57cdc713f6cffd19fe4ce6e9d36be933de8e62 /xlators/features/marker/src/marker-quota.h
parent51a23f4d0ac38982fcde86000819f64a42d39462 (diff)
quota/marker: marker code cleanup
marker is re-factored with syncop approach, remove unused old code Change-Id: I36e670e63b6c166db5e64d3149d2978981e2f7c2 BUG: 1240581 Signed-off-by: vmallika <vmallika@redhat.com> Reviewed-on: http://review.gluster.org/11560 Tested-by: NetBSD Build System <jenkins@build.gluster.org> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
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