Searched refs:btrfs_root_readonly (Results 1 – 5 of 5) sorted by relevance
227 if (btrfs_root_readonly(root)) in btrfs_fileattr_set()1970 if (btrfs_root_readonly(root)) in btrfs_ioctl_subvol_getflags()2016 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root)) in btrfs_ioctl_subvol_setflags()3134 if (btrfs_root_readonly(root)) { in btrfs_ioctl_defrag()4485 if (btrfs_root_readonly(root)) { in _btrfs_ioctl_set_received_subvol()
772 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()
7233 if (btrfs_root_readonly(send_root) && send_root->dedupe_in_progress) { in btrfs_ioctl_send()7245 if (!btrfs_root_readonly(send_root)) { in btrfs_ioctl_send()7341 if (!btrfs_root_readonly(clone_root) || in btrfs_ioctl_send()7375 if (!btrfs_root_readonly(sctx->parent_root) || in btrfs_ioctl_send()
5393 if (btrfs_root_readonly(root)) in btrfs_setattr()6286 if (btrfs_root_readonly(root)) in btrfs_update_time()10404 if (btrfs_root_readonly(root)) in btrfs_permission()
2229 static inline bool btrfs_root_readonly(const struct btrfs_root *root) in btrfs_root_readonly() function