Searched refs:btrfs_root_readonly (Results 1 – 5 of 5) sorted by relevance
211 if (btrfs_root_readonly(root)) in btrfs_ioctl_setflags()423 if (btrfs_root_readonly(root)) in btrfs_ioctl_fssetxattr()1913 if (btrfs_root_readonly(root)) in btrfs_ioctl_subvol_getflags()1959 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root)) in btrfs_ioctl_subvol_setflags()3071 if (btrfs_root_readonly(root)) { in btrfs_ioctl_defrag()4418 if (btrfs_root_readonly(root)) { in _btrfs_ioctl_set_received_subvol()
713 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()
7194 if (btrfs_root_readonly(send_root) && send_root->dedupe_in_progress) { in btrfs_ioctl_send()7206 if (!btrfs_root_readonly(send_root)) { in btrfs_ioctl_send()7302 if (!btrfs_root_readonly(clone_root) || in btrfs_ioctl_send()7336 if (!btrfs_root_readonly(sctx->parent_root) || in btrfs_ioctl_send()
4933 if (btrfs_root_readonly(root)) in btrfs_setattr()5827 if (btrfs_root_readonly(root)) in btrfs_update_time()9850 if (btrfs_root_readonly(root)) in btrfs_permission()
2108 static inline bool btrfs_root_readonly(const struct btrfs_root *root) in btrfs_root_readonly() function