Searched defs:subvolume (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dbtrfs-util.c92 static int extract_subvolume_name(const char *path, const char **subvolume) { argument
97 assert(subvolume);
105 *subvolume = fn;
151 const char *subvolume; local
156 r = extract_subvolume_name(path, &subvolume);
164 strncpy(args.name, subvolume, sizeof(args.name)-1);
471 /* Look precisely for the subvolume items */
691 * subvolume. This only works for subvolumes that have been
753 * subvolume. This is useful for determining the quota data
754 * for entire subvolume subtree
1183 subvol_remove_children(int fd, const char *subvolume, uint64_t subvol_id, BtrfsRemoveFlags flags) argument
1318 const char *subvolume; local
1334 btrfs_subvol_remove_fd(int fd, const char *subvolume, BtrfsRemoveFlags flags) argument
1529 subvol_snapshot_children(int old_fd, int new_fd, const char *subvolume, uint64_t old_subvol_id, BtrfsSnapshotFlags flags) argument
1711 const char *subvolume; local
[all...]

Completed in 232 milliseconds