X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fbtrfs-util.h;fp=src%2Fshared%2Fbtrfs-util.h;h=a2c246b8d604b84b237b4e23881657440b147df2;hb=26166c88e0b47b83972f32b5057ecbffe06bf904;hp=e654a3fea16782217e6e2a3d7e7b3812051e17d1;hpb=a68188812290cb9ec9f3f8a17b65e64549a4fd65;p=elogind.git diff --git a/src/shared/btrfs-util.h b/src/shared/btrfs-util.h index e654a3fea..a2c246b8d 100644 --- a/src/shared/btrfs-util.h +++ b/src/shared/btrfs-util.h @@ -72,5 +72,5 @@ int btrfs_quota_enable(const char *path, bool b); int btrfs_quota_limit_fd(int fd, uint64_t referred_max); int btrfs_quota_limit(const char *path, uint64_t referred_max); -int btrfs_resize_loopback_fd(int fd, uint64_t size); -int btrfs_resize_loopback(const char *path, uint64_t size); +int btrfs_resize_loopback_fd(int fd, uint64_t size, bool grow_only); +int btrfs_resize_loopback(const char *path, uint64_t size, bool grow_only);