Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dioctl.c229 if (btrfs_root_readonly(root)) in btrfs_fileattr_set()
1933 if (btrfs_root_readonly(root)) in btrfs_ioctl_subvol_getflags()
1979 if (!!(flags & BTRFS_SUBVOL_RDONLY) == btrfs_root_readonly(root)) in btrfs_ioctl_subvol_setflags()
3096 if (btrfs_root_readonly(root)) { in btrfs_ioctl_defrag()
4454 if (btrfs_root_readonly(root)) { in _btrfs_ioctl_set_received_subvol()
A Dreflink.c772 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()
A Dsend.c7238 if (btrfs_root_readonly(send_root) && send_root->dedupe_in_progress) { in btrfs_ioctl_send()
7250 if (!btrfs_root_readonly(send_root)) { in btrfs_ioctl_send()
7357 if (!btrfs_root_readonly(clone_root) || in btrfs_ioctl_send()
7391 if (!btrfs_root_readonly(sctx->parent_root) || in btrfs_ioctl_send()
A Dinode.c5404 if (btrfs_root_readonly(root)) in btrfs_setattr()
6297 if (btrfs_root_readonly(root)) in btrfs_update_time()
10418 if (btrfs_root_readonly(root)) in btrfs_permission()
A Dctree.h2248 static inline bool btrfs_root_readonly(const struct btrfs_root *root) in btrfs_root_readonly() function

Completed in 49 milliseconds