Searched refs:btrfs_subvol_set_read_only_fd (Results 1 – 3 of 3) sorted by relevance
173 int btrfs_subvol_set_read_only_fd(int fd, bool b) { in btrfs_subvol_set_read_only_fd() function202 return btrfs_subvol_set_read_only_fd(fd, b); in btrfs_subvol_set_read_only()1136 r = btrfs_subvol_set_read_only_fd(subvol_fd, false); in subvol_remove_children()1525 r = btrfs_subvol_set_read_only_fd(subvolume_fd, false); in subvol_snapshot_children()1538 (void) btrfs_subvol_set_read_only_fd(subvolume_fd, true); in subvol_snapshot_children()1549 k = btrfs_subvol_set_read_only_fd(subvolume_fd, true); in subvol_snapshot_children()
82 int btrfs_subvol_set_read_only_fd(int fd, bool b);
44 r = btrfs_subvol_set_read_only_fd(fd, true); in fs_make_very_read_only()