Searched refs:DT_SUBVOL (Results 1 – 8 of 8) sorted by relevance
135 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 …]
53 #define DT_SUBVOL 16 macro
73 return type == DT_SUBVOL ? DT_DIR : type; in vfs_d_type()
215 return inode->bi_subvol ? DT_SUBVOL : mode_to_type(inode->bi_mode); in inode_d_type()
13 if (d.v->d_type == DT_SUBVOL) { in bch2_dirent_has_target()
120 dir_type = DT_SUBVOL; in bch2_create_trans()815 if (n->v.d_type == DT_SUBVOL) { in __bch2_check_dirent_target()
29 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()
163 [DT_SUBVOL] = "subvol",