Lines Matching refs:DT_SUBVOL
88 if (d.v->d_type == DT_SUBVOL) in dirent_is_visible()
141 bkey_fsck_err_on(d.v->d_type != DT_SUBVOL && in bch2_dirent_validate()
156 if (d.v->d_type != DT_SUBVOL) in bch2_dirent_to_text()
185 if (type != DT_SUBVOL) { in dirent_create_key()
259 if (d.v->d_type == DT_SUBVOL && in bch2_dirent_read_target()
263 if (likely(d.v->d_type != DT_SUBVOL)) { in bch2_dirent_read_target()
402 if (new_dst->v.d_type == DT_SUBVOL) in bch2_dirent_rename()
406 new_src->v.d_type == DT_SUBVOL) in bch2_dirent_rename()
423 delete_src = bkey_s_c_to_dirent(old_src).v->d_type == DT_SUBVOL && in bch2_dirent_rename()
427 bkey_s_c_to_dirent(old_dst).v->d_type == DT_SUBVOL && in bch2_dirent_rename()
508 if (d.v->d_type == DT_SUBVOL && le32_to_cpu(d.v->d_parent_subvol) != subvol) in bch2_empty_dir_snapshot()