Home
last modified time | relevance | path

Searched refs:d_parent_subvol (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Ddirent.c89 return le32_to_cpu(d.v->d_parent_subvol) == inum.subvol; in dirent_is_visible()
160 le32_to_cpu(d.v->d_parent_subvol), in bch2_dirent_to_text()
188 dirent->v.d_parent_subvol = cpu_to_le32(dir.subvol); in dirent_create_key()
260 le32_to_cpu(d.v->d_parent_subvol) != dir.subvol) in bch2_dirent_read_target()
403 new_dst->v.d_parent_subvol = cpu_to_le32(dst_dir.subvol); in bch2_dirent_rename()
407 new_src->v.d_parent_subvol = cpu_to_le32(src_dir.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()
H A Ddirent_format.h24 __le32 d_parent_subvol; member
H A Dfsck.c2132 n->v.d_parent_subvol = cpu_to_le32(target->bi_parent_subvol); in check_dirent_target()
2183 u32 parent_subvol = le32_to_cpu(d.v->d_parent_subvol); in check_dirent_to_subvol()
2235 new_dirent->v.d_parent_subvol = cpu_to_le32(new_parent_subvol); in check_dirent_to_subvol()