Lines Matching defs:d
25 struct bkey_s_c_dirent d) in inode_points_to_dirent()
31 static int dirent_points_to_inode_nowarn(struct bkey_s_c_dirent d, in dirent_points_to_inode_nowarn()
173 struct bkey_s_c_dirent d = bkey_s_c_to_dirent(bch2_btree_iter_peek_slot(&iter)); in lookup_dirent_in_snapshot() local
493 struct bkey_s_c_dirent d = in remove_backpointer() local
932 static int dirent_has_target(struct btree_trans *trans, struct bkey_s_c_dirent d) in dirent_has_target()
999 struct bkey_i_dirent *d = bkey_i_to_dirent(new); in fsck_update_backpointers() local
1209 struct bkey_s_c_dirent d = inode_get_dirent(trans, &dirent_iter, inode, &inode_snapshot); in check_inode_dirent_inode() local
2122 struct bkey_s_c_dirent d, in check_dirent_inode_dirent()
2236 struct bkey_s_c_dirent d, in check_dirent_target()
2309 struct bkey_s_c_dirent d) in check_dirent_to_subvol()
2495 struct bkey_s_c_dirent d = bkey_s_c_to_dirent(k); in check_dirent() local
2693 static bool darray_u32_has(darray_u32 *d, u32 v) in darray_u32_has()
2804 struct bkey_s_c_dirent d; in check_path() local
2913 } *d; member
2921 void *d = kvmalloc_array(new_size, sizeof(t->d[0]), GFP_KERNEL); in add_nlink() local