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()
229 if (btrfs_root_readonly(root)) in btrfs_ioctl_setflags()1761 if (btrfs_root_readonly(root)) in btrfs_ioctl_subvol_getflags()1811 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root)) in btrfs_ioctl_subvol_setflags()2573 if (btrfs_root_readonly(root)) { in btrfs_ioctl_defrag()3882 if (btrfs_root_readonly(root)) in btrfs_ioctl_clone()4042 if (btrfs_root_readonly(root)) in btrfs_ioctl_trans_start()5152 if (btrfs_root_readonly(root)) { in _btrfs_ioctl_set_received_subvol()
5968 if (!btrfs_root_readonly(send_root)) { in btrfs_ioctl_send()6077 if (!btrfs_root_readonly(clone_root) || in btrfs_ioctl_send()6111 if (!btrfs_root_readonly(sctx->parent_root) || in btrfs_ioctl_send()
2463 if (btrfs_root_readonly(root)) { in relink_extent_backref()5017 if (btrfs_root_readonly(root)) in btrfs_setattr()5981 if (btrfs_root_readonly(root)) in btrfs_update_time()9917 if (btrfs_root_readonly(root)) in btrfs_permission()
2952 static inline bool btrfs_root_readonly(struct btrfs_root *root) in btrfs_root_readonly() function