Searched refs:btrfs_root_readonly (Results 1 – 5 of 5) sorted by relevance
229 if (btrfs_root_readonly(root)) in btrfs_setxattr()
199 if (btrfs_root_readonly(root)) in btrfs_ioctl_setflags()400 if (btrfs_root_readonly(root)) in btrfs_ioctl_fssetxattr()1873 if (btrfs_root_readonly(root)) in btrfs_ioctl_subvol_getflags()1924 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root)) in btrfs_ioctl_subvol_setflags()2932 if (btrfs_root_readonly(root)) { in btrfs_ioctl_defrag()4249 if (btrfs_root_readonly(root)) in btrfs_clone_files()5425 if (btrfs_root_readonly(root)) { in _btrfs_ioctl_set_received_subvol()
6632 if (!btrfs_root_readonly(send_root)) { in btrfs_ioctl_send()6746 if (!btrfs_root_readonly(clone_root) || in btrfs_ioctl_send()6780 if (!btrfs_root_readonly(sctx->parent_root) || in btrfs_ioctl_send()
2579 if (btrfs_root_readonly(root)) { in relink_extent_backref()5191 if (btrfs_root_readonly(root)) in btrfs_setattr()6046 if (btrfs_root_readonly(root)) in btrfs_update_time()10382 if (btrfs_root_readonly(root)) in btrfs_permission()
2159 static inline bool btrfs_root_readonly(const struct btrfs_root *root) in btrfs_root_readonly() function