Searched refs:btrfs_subvol_set_read_only (Results 1 – 3 of 3) sorted by relevance
83 int btrfs_subvol_set_read_only(const char *path, bool b);
195 int btrfs_subvol_set_read_only(const char *path, bool b) { in btrfs_subvol_set_read_only() function1628 r = btrfs_subvol_set_read_only(new_path, true); in btrfs_subvol_snapshot_fd_full()
943 r = btrfs_subvol_set_read_only(i->path, b); in image_read_only()