Home
last modified time | relevance | path

Searched refs:DT_SUBVOL (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Ddirent.c135 if (d.v->d_type == DT_SUBVOL) in dirent_is_visible()
190 bkey_fsck_err_on(d.v->d_type != DT_SUBVOL && in bch2_dirent_validate()
217 if (d.v->d_type != DT_SUBVOL) in bch2_dirent_to_text()
245 if (type != DT_SUBVOL) { in dirent_alloc_key()
379 if (d.v->d_type == DT_SUBVOL && in bch2_dirent_read_target()
383 if (likely(d.v->d_type != DT_SUBVOL)) { in bch2_dirent_read_target()
531 if (new_dst->v.d_type == DT_SUBVOL) in bch2_dirent_rename()
535 new_src->v.d_type == DT_SUBVOL) in bch2_dirent_rename()
560 delete_src = bkey_s_c_to_dirent(old_src).v->d_type == DT_SUBVOL && in bch2_dirent_rename()
564 bkey_s_c_to_dirent(old_dst).v->d_type == DT_SUBVOL && in bch2_dirent_rename()
[all …]
H A Ddirent_format.h53 #define DT_SUBVOL 16 macro
H A Ddirent.h73 return type == DT_SUBVOL ? DT_DIR : type; in vfs_d_type()
H A Dinode.h215 return inode->bi_subvol ? DT_SUBVOL : mode_to_type(inode->bi_mode); in inode_d_type()
H A Dstr_hash.c13 if (d.v->d_type == DT_SUBVOL) { in bch2_dirent_has_target()
H A Dnamei.c120 dir_type = DT_SUBVOL; in bch2_create_trans()
815 if (n->v.d_type == DT_SUBVOL) { in __bch2_check_dirent_target()
H A Dfsck.c29 if (d.v->d_type == DT_SUBVOL in dirent_points_to_inode_nowarn()
980 if (d->v.d_type == DT_SUBVOL) { in bch2_fsck_update_backpointers()
2201 u32 subvol = d.v->d_type == DT_SUBVOL in check_dirent()
2204 u64 target = d.v->d_type == DT_SUBVOL in check_dirent()
2228 if (d.v->d_type == DT_SUBVOL) { in check_dirent()
2862 d.v->d_type != DT_SUBVOL) in check_nlinks_walk_dirents()
H A Dopts.c163 [DT_SUBVOL] = "subvol",