Home
last modified time | relevance | path

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

/systemd-251/src/shared/ !
Dbtrfs-util.h129 static inline bool btrfs_might_be_subvol(const struct stat *st) { in btrfs_might_be_subvol() function
Dinstall-file.c43 if (btrfs_might_be_subvol(&st)) { in fs_make_very_read_only()
Drm-rf.c155 if ((flags & REMOVE_SUBVOLUME) && btrfs_might_be_subvol(&st)) { in rm_rf_inner_child()
Dbtrfs-util.c82 if (!btrfs_might_be_subvol(&st)) in btrfs_is_subvol_fd()
182 if (!btrfs_might_be_subvol(&st)) in btrfs_subvol_set_read_only_fd()
214 if (!btrfs_might_be_subvol(&st)) in btrfs_subvol_get_read_only_fd()
Ddiscover-image.c266 if (btrfs_might_be_subvol(st)) { in image_make()
/systemd-251/src/import/ !
Dexport-tar.c283 if (btrfs_might_be_subvol(&e->st)) { in tar_export_start()