Searched refs:btrfs_root_readonly (Results 1 – 4 of 4) sorted by relevance
201 if (btrfs_root_readonly(root)) in btrfs_ioctl_setflags()400 if (btrfs_root_readonly(root)) in btrfs_ioctl_fssetxattr()1896 if (btrfs_root_readonly(root)) in btrfs_ioctl_subvol_getflags()1947 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root)) in btrfs_ioctl_subvol_setflags()2957 if (btrfs_root_readonly(root)) { in btrfs_ioctl_defrag()3838 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()5018 if (btrfs_root_readonly(root)) { in _btrfs_ioctl_set_received_subvol()
7047 if (btrfs_root_readonly(send_root) && send_root->dedupe_in_progress) { in btrfs_ioctl_send()7065 if (!btrfs_root_readonly(send_root)) { in btrfs_ioctl_send()7179 if (!btrfs_root_readonly(clone_root) || in btrfs_ioctl_send()7220 if (!btrfs_root_readonly(sctx->parent_root) || in btrfs_ioctl_send()
2668 if (btrfs_root_readonly(root)) { in relink_extent_backref()5278 if (btrfs_root_readonly(root)) in btrfs_setattr()6168 if (btrfs_root_readonly(root)) in btrfs_update_time()10535 if (btrfs_root_readonly(root)) in btrfs_permission()
1970 static inline bool btrfs_root_readonly(const struct btrfs_root *root) in btrfs_root_readonly() function