summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src/marker-quota.h
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@gluster.com>2011-04-21 04:10:17 +0000
committerAnand Avati <avati@gluster.com>2011-04-21 03:35:51 -0700
commit1f074563ecdaf92b2ecf12d7ea79b2b5d8f50c2d (patch)
tree0d080401f590a695d83d40c6acdc9601f527dfd8 /xlators/features/marker/src/marker-quota.h
parentc1b2279adcc3b3a311221f247c6ee563214cf32c (diff)
features/marker-quota: Add the disk space used to parent sizes during creation of new-files or symlinks.
Signed-off-by: Raghavendra G <raghavendra@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2649 (Quota: size field is not getting updated properly) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2649
Diffstat (limited to 'xlators/features/marker/src/marker-quota.h')
-rw-r--r--xlators/features/marker/src/marker-quota.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/features/marker/src/marker-quota.h b/xlators/features/marker/src/marker-quota.h
index 2eecd83e8e1..0011a28b677 100644
--- a/xlators/features/marker/src/marker-quota.h
+++ b/xlators/features/marker/src/marker-quota.h
@@ -165,5 +165,8 @@ int32_t
quota_rename_update_newpath (xlator_t *, loc_t *);
int32_t
+inspect_file_xattr (xlator_t *this, loc_t *loc, dict_t *dict, struct iatt buf);
+
+int32_t
quota_forget (xlator_t *, quota_inode_ctx_t *);
#endif