Home
last modified time | relevance | path

Searched refs:subvol (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dbtrfs-util.c354 int btrfs_subvol_get_id(int fd, const char *subvol, uint64_t *ret) { in btrfs_subvol_get_id() argument
360 subvol_fd = openat(fd, subvol, O_RDONLY|O_CLOEXEC|O_NOCTTY|O_NOFOLLOW); in btrfs_subvol_get_id()
/systemd-251/src/tmpfiles/
Dtmpfiles.c1595 static int create_directory_or_subvolume(const char *path, mode_t mode, bool subvol, CreationMode *… in create_directory_or_subvolume() argument
1609 if (subvol) { in create_directory_or_subvolume()
1627 subvol = false; in create_directory_or_subvolume()
1635 if (!subvol || r == -ENOTTY) in create_directory_or_subvolume()
/systemd-251/
DTODO1604 - maybe pre-create ~/.cache as subvol so that it can have separate quota