Searched refs:btrfs_root_readonly (Results 1 – 6 of 6) sorted by relevance
374 if (btrfs_root_readonly(BTRFS_I(inode)->root)) in btrfs_xattr_handler_set()
802 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()
248 if (btrfs_root_readonly(root)) in btrfs_fileattr_set()2295 if (btrfs_root_readonly(root)) in btrfs_ioctl_subvol_getflags()2341 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root)) in btrfs_ioctl_subvol_setflags()3456 if (btrfs_root_readonly(root)) { in btrfs_ioctl_defrag()4826 if (btrfs_root_readonly(root)) { in _btrfs_ioctl_set_received_subvol()
7822 if (btrfs_root_readonly(send_root) && send_root->dedupe_in_progress) { in btrfs_ioctl_send()7834 if (!btrfs_root_readonly(send_root)) { in btrfs_ioctl_send()7970 if (!btrfs_root_readonly(clone_root) || in btrfs_ioctl_send()8004 if (!btrfs_root_readonly(sctx->parent_root) || in btrfs_ioctl_send()
5240 if (btrfs_root_readonly(root)) in btrfs_setattr()6116 if (btrfs_root_readonly(root)) in btrfs_update_time()10020 if (btrfs_root_readonly(root)) in btrfs_permission()
2451 static inline bool btrfs_root_readonly(const struct btrfs_root *root) in btrfs_root_readonly() function