Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbtrfs-util.h65 int btrfs_subvol_make_fd(int fd, const char *subvolume);
Dbtrfs-util.c100 int btrfs_subvol_make_fd(int fd, const char *subvolume) { in btrfs_subvol_make_fd() function
145 return btrfs_subvol_make_fd(fd, subvolume); in btrfs_subvol_make()
/systemd-251/src/tmpfiles/
Dtmpfiles.c1630 r = btrfs_subvol_make_fd(pfd, basename(path)); in create_directory_or_subvolume()