Searched refs:di_key (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dsend.c1108 typedef int (*iterate_dir_item_t)(int num, struct btrfs_key *di_key,
1126 struct btrfs_key di_key; local
1161 btrfs_dir_item_key_to_cpu(eb, di, &di_key);
1212 ret = iterate(num, &di_key, buf, name_len, buf + name_len,
2958 struct btrfs_key di_key; local
2982 btrfs_dir_item_key_to_cpu(eb, di, &di_key);
2984 if (di_key.type != BTRFS_ROOT_ITEM_KEY &&
2985 di_key.objectid < sctx->send_progress) {
3773 struct btrfs_key di_key; local
3806 * di_key
4923 __process_new_xattr(int num, struct btrfs_key *di_key, const char *name, int name_len, const char *data, int data_len, void *ctx) argument
4967 __process_deleted_xattr(int num, struct btrfs_key *di_key, const char *name, int name_len, const char *data, int data_len, void *ctx) argument
5014 __find_xattr(int num, struct btrfs_key *di_key, const char *name, int name_len, const char *data, int data_len, void *vctx) argument
5062 __process_changed_new_xattr(int num, struct btrfs_key *di_key, const char *name, int name_len, const char *data, int data_len, void *ctx) argument
5092 __process_changed_deleted_xattr(int num, struct btrfs_key *di_key, const char *name, int name_len, const char *data, int data_len, void *ctx) argument
[all...]
H A Dtree-log.c1993 struct btrfs_key di_key; local
1999 btrfs_dir_item_key_to_cpu(eb, di, &di_key);
2000 ret = link_to_fixup_dir(trans, root, fixup_path, di_key.objectid);
3777 struct btrfs_key di_key; local
3779 btrfs_dir_item_key_to_cpu(src, di, &di_key);
3780 if (di_key.type != BTRFS_ROOT_ITEM_KEY)
5320 struct btrfs_key di_key; local
5323 di, &di_key);
5324 if (di_key.type == BTRFS_INODE_ITEM_KEY) {
5325 if (di_key
5471 struct btrfs_key di_key; local
[all...]

Completed in 195 milliseconds