Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dioctl.c227 if (btrfs_root_readonly(root)) in btrfs_fileattr_set()
1970 if (btrfs_root_readonly(root)) in btrfs_ioctl_subvol_getflags()
2016 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root)) in btrfs_ioctl_subvol_setflags()
3134 if (btrfs_root_readonly(root)) { in btrfs_ioctl_defrag()
4485 if (btrfs_root_readonly(root)) { in _btrfs_ioctl_set_received_subvol()
Dreflink.c772 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()
Dsend.c7233 if (btrfs_root_readonly(send_root) && send_root->dedupe_in_progress) { in btrfs_ioctl_send()
7245 if (!btrfs_root_readonly(send_root)) { in btrfs_ioctl_send()
7341 if (!btrfs_root_readonly(clone_root) || in btrfs_ioctl_send()
7375 if (!btrfs_root_readonly(sctx->parent_root) || in btrfs_ioctl_send()
Dinode.c5393 if (btrfs_root_readonly(root)) in btrfs_setattr()
6286 if (btrfs_root_readonly(root)) in btrfs_update_time()
10404 if (btrfs_root_readonly(root)) in btrfs_permission()
Dctree.h2229 static inline bool btrfs_root_readonly(const struct btrfs_root *root) in btrfs_root_readonly() function