Home
last modified time | relevance | path

Searched refs:btrfs_subvol_make (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/test/
Dtest-btrfs.c50 r = btrfs_subvol_make("/xxxtest"); in main()
86 r = btrfs_subvol_make("/xxxrectest"); in main()
90 r = btrfs_subvol_make("/xxxrectest/xxxrectest2"); in main()
94 r = btrfs_subvol_make("/xxxrectest/xxxrectest3"); in main()
98 r = btrfs_subvol_make("/xxxrectest/xxxrectest3/sub"); in main()
105 r = btrfs_subvol_make("/xxxrectest/dir/xxxrectest4"); in main()
112 r = btrfs_subvol_make("/xxxrectest/dir/xxxrectest4/dir/xxxrectest5"); in main()
131 r = btrfs_subvol_make("/xxxquotatest"); in main()
139 r = btrfs_subvol_make("/xxxquotatest/beneath"); in main()
/systemd-251/src/shared/
Dlabel.c93 r = btrfs_subvol_make(path); in btrfs_subvol_make_label()
Dbtrfs-util.h64 int btrfs_subvol_make(const char *path);
Dbtrfs-util.c130 int btrfs_subvol_make(const char *path) { in btrfs_subvol_make() function
159 r = btrfs_subvol_make(path); in btrfs_subvol_make_fallback()
1594 r = btrfs_subvol_make(new_path); in btrfs_subvol_snapshot_fd_full()
/systemd-251/src/home/
Dhomework-directory.c134 r = btrfs_subvol_make(d); in home_create_directory_or_subvolume()