Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Ddirent.c88 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()
[all …]
Ddirent_format.h37 #define DT_SUBVOL 16 macro
Ddirent.h55 return type == DT_SUBVOL ? DT_DIR : type; in vfs_d_type()
Dinode.h206 return inode->bi_subvol ? DT_SUBVOL : mode_to_type(inode->bi_mode); in inode_d_type()
Dfsck.c34 if (d.v->d_type == DT_SUBVOL in dirent_points_to_inode_nowarn()
934 if (d.v->d_type == DT_SUBVOL) { in dirent_has_target()
1003 if (d->v.d_type == DT_SUBVOL) { in fsck_update_backpointers()
2262 if (n->v.d_type == DT_SUBVOL) { in check_dirent_target()
2497 if (d.v->d_type == DT_SUBVOL) { in check_dirent()
3047 d.v->d_type != DT_SUBVOL) in check_nlinks_walk_dirents()
Dfs-common.c122 dir_type = DT_SUBVOL; in bch2_create_trans()
Dopts.c161 [DT_SUBVOL] = "subvol",