Searched refs:subvol (Results 1 – 3 of 3) sorted by relevance
354 int btrfs_subvol_get_id(int fd, const char *subvol, uint64_t *ret) { in btrfs_subvol_get_id() argument360 subvol_fd = openat(fd, subvol, O_RDONLY|O_CLOEXEC|O_NOCTTY|O_NOFOLLOW); in btrfs_subvol_get_id()
1595 static int create_directory_or_subvolume(const char *path, mode_t mode, bool subvol, CreationMode *… in create_directory_or_subvolume() argument1609 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()
1604 - maybe pre-create ~/.cache as subvol so that it can have separate quota