Lines Matching defs:num
978 typedef int (*iterate_inode_ref_t)(int num, u64 dir, int index,
1005 int num = 0;
1084 ret = iterate(num, dir, index, p, ctx);
1087 num++;
1096 typedef int (*iterate_dir_item_t)(int num, struct btrfs_key *di_key,
1123 int num;
1145 num = 0;
1200 ret = iterate(num, &di_key, buf, name_len, buf + name_len,
1209 num++;
1217 static int __copy_first_ref(int num, u64 dir, int index,
4693 static int record_new_ref_if_needed(int num, u64 dir, int index,
4723 static int record_deleted_ref_if_needed(int num, u64 dir, int index,
4906 static int __process_new_xattr(int num, struct btrfs_key *di_key,
4950 static int __process_deleted_xattr(int num, struct btrfs_key *di_key,
4997 static int __find_xattr(int num, struct btrfs_key *di_key, const char *name,
5004 ctx->found_idx = num;
5045 static int __process_changed_new_xattr(int num, struct btrfs_key *di_key,
5059 ret = __process_new_xattr(num, di_key, name, name_len, data,
5064 ret = __process_new_xattr(num, di_key, name, name_len,
5075 static int __process_changed_deleted_xattr(int num, struct btrfs_key *di_key,
5086 ret = __process_deleted_xattr(num, di_key, name, name_len, data,