Searched refs:btrfs_root_readonly (Results 1 – 5 of 5) sorted by relevance
429 if (btrfs_root_readonly(root)) in btrfs_setxattr()464 if (btrfs_root_readonly(root)) in btrfs_removexattr()
228 if (btrfs_root_readonly(root)) in btrfs_ioctl_setflags()1752 if (btrfs_root_readonly(root)) in btrfs_ioctl_subvol_getflags()1802 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root)) in btrfs_ioctl_subvol_setflags()2546 if (btrfs_root_readonly(root)) { in btrfs_ioctl_defrag()3707 if (btrfs_root_readonly(root)) in btrfs_ioctl_clone()3877 if (btrfs_root_readonly(root)) in btrfs_ioctl_trans_start()4987 if (btrfs_root_readonly(root)) { in _btrfs_ioctl_set_received_subvol()
5719 if (!btrfs_root_readonly(send_root)) { in btrfs_ioctl_send()5828 if (!btrfs_root_readonly(clone_root) || in btrfs_ioctl_send()5862 if (!btrfs_root_readonly(sctx->parent_root) || in btrfs_ioctl_send()
2441 if (btrfs_root_readonly(root)) { in relink_extent_backref()4975 if (btrfs_root_readonly(root)) in btrfs_setattr()5910 if (btrfs_root_readonly(root)) in btrfs_update_time()9767 if (btrfs_root_readonly(root)) in btrfs_permission()
2908 static inline bool btrfs_root_readonly(struct btrfs_root *root) in btrfs_root_readonly() function