Searched refs:btrfs_root_readonly (Results 1 – 6 of 6) sorted by relevance
392 if (btrfs_root_readonly(BTRFS_I(inode)->root)) in btrfs_xattr_handler_set()
211 if (btrfs_root_readonly(root)) in btrfs_ioctl_setflags()423 if (btrfs_root_readonly(root)) in btrfs_ioctl_fssetxattr()1981 if (btrfs_root_readonly(root)) in btrfs_ioctl_subvol_getflags()2027 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root)) in btrfs_ioctl_subvol_setflags()3140 if (btrfs_root_readonly(root)) { in btrfs_ioctl_defrag()4466 if (btrfs_root_readonly(root)) { in _btrfs_ioctl_set_received_subvol()
760 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()
7259 if (btrfs_root_readonly(send_root) && send_root->dedupe_in_progress) { in btrfs_ioctl_send()7271 if (!btrfs_root_readonly(send_root)) { in btrfs_ioctl_send()7367 if (!btrfs_root_readonly(clone_root) || in btrfs_ioctl_send()7401 if (!btrfs_root_readonly(sctx->parent_root) || in btrfs_ioctl_send()
4952 if (btrfs_root_readonly(root)) in btrfs_setattr()5846 if (btrfs_root_readonly(root)) in btrfs_update_time()9940 if (btrfs_root_readonly(root)) in btrfs_permission()
2116 static inline bool btrfs_root_readonly(const struct btrfs_root *root) in btrfs_root_readonly() function