Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Ddirent.c136 return le32_to_cpu(d.v->d_parent_subvol) == inum.subvol; in dirent_is_visible()
221 le32_to_cpu(d.v->d_parent_subvol), in bch2_dirent_to_text()
248 dirent->v.d_parent_subvol = cpu_to_le32(dir.subvol); in dirent_alloc_key()
380 le32_to_cpu(d.v->d_parent_subvol) != dir.subvol) in bch2_dirent_read_target()
532 new_dst->v.d_parent_subvol = cpu_to_le32(dst_dir.subvol); in bch2_dirent_rename()
536 new_src->v.d_parent_subvol = cpu_to_le32(src_dir.subvol); in bch2_dirent_rename()
650 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 Dnamei.c816 n->v.d_parent_subvol = cpu_to_le32(target->bi_parent_subvol); in __bch2_check_dirent_target()
H A Dfsck.c2010 u32 parent_subvol = le32_to_cpu(d.v->d_parent_subvol); in check_dirent_to_subvol()
2062 new_dirent->v.d_parent_subvol = cpu_to_le32(new_parent_subvol); in check_dirent_to_subvol()
2202 ? d.v->d_parent_subvol in check_dirent()