Searched refs:grow_only (Results 1 - 2 of 2) sorted by relevance
/systemd/src/basic/ |
H A D | btrfs-util.h | 80 int btrfs_resize_loopback_fd(int fd, uint64_t size, bool grow_only); 81 int btrfs_resize_loopback(const char *path, uint64_t size, bool grow_only);
|
H A D | btrfs-util.c | 907 int btrfs_resize_loopback_fd(int fd, uint64_t new_size, bool grow_only) { argument 951 if (grow_only && new_size < (uint64_t) st.st_size) 988 int btrfs_resize_loopback(const char *p, uint64_t new_size, bool grow_only) { argument 995 return btrfs_resize_loopback_fd(fd, new_size, grow_only);
|
Completed in 15 milliseconds