Home
last modified time | relevance | path

Searched refs:btrfs_root_readonly (Results 1 – 6 of 6) sorted by relevance

/fs/btrfs/
Dxattr.c393 if (btrfs_root_readonly(BTRFS_I(inode)->root)) in btrfs_xattr_handler_set()
Dioctl.c211 if (btrfs_root_readonly(root)) in btrfs_ioctl_setflags()
423 if (btrfs_root_readonly(root)) in btrfs_ioctl_fssetxattr()
1993 if (btrfs_root_readonly(root)) in btrfs_ioctl_subvol_getflags()
2039 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root)) in btrfs_ioctl_subvol_setflags()
3158 if (btrfs_root_readonly(root)) { in btrfs_ioctl_defrag()
4498 if (btrfs_root_readonly(root)) { in _btrfs_ioctl_set_received_subvol()
Dreflink.c760 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()
Dsend.c7259 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()
Dinode.c4949 if (btrfs_root_readonly(root)) in btrfs_setattr()
5843 if (btrfs_root_readonly(root)) in btrfs_update_time()
9973 if (btrfs_root_readonly(root)) in btrfs_permission()
Dctree.h2114 static inline bool btrfs_root_readonly(const struct btrfs_root *root) in btrfs_root_readonly() function