Searched refs:btrfs_root_readonly (Results 1 – 5 of 5) sorted by relevance
391 if (btrfs_root_readonly(BTRFS_I(inode)->root)) in btrfs_xattr_handler_set()
214 if (btrfs_root_readonly(root)) in btrfs_ioctl_setflags()414 if (btrfs_root_readonly(root)) in btrfs_ioctl_fssetxattr()1991 if (btrfs_root_readonly(root)) in btrfs_ioctl_subvol_getflags()2042 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root)) in btrfs_ioctl_subvol_setflags()3067 if (btrfs_root_readonly(root)) { in btrfs_ioctl_defrag()3937 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()5141 if (btrfs_root_readonly(root)) { in _btrfs_ioctl_set_received_subvol()
7338 if (btrfs_root_readonly(send_root) && send_root->dedupe_in_progress) { in btrfs_ioctl_send()7350 if (!btrfs_root_readonly(send_root)) { in btrfs_ioctl_send()7464 if (!btrfs_root_readonly(clone_root) || in btrfs_ioctl_send()7505 if (!btrfs_root_readonly(sctx->parent_root) || in btrfs_ioctl_send()
2841 if (btrfs_root_readonly(root)) { in relink_extent_backref()5516 if (btrfs_root_readonly(root)) in btrfs_setattr()6404 if (btrfs_root_readonly(root)) in btrfs_update_time()10677 if (btrfs_root_readonly(root)) in btrfs_permission()
1974 static inline bool btrfs_root_readonly(const struct btrfs_root *root) in btrfs_root_readonly() function