• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/

Lines Matching defs:cpu_key

84 			   const struct cpu_key *cpu_key)
88 if (n < cpu_key->on_disk_key.k_dir_id)
90 if (n > cpu_key->on_disk_key.k_dir_id)
93 if (n < cpu_key->on_disk_key.k_objectid)
95 if (n > cpu_key->on_disk_key.k_objectid)
106 const struct cpu_key *cpu_key)
110 retval = comp_short_keys(le_key, cpu_key);
114 cpu_key_k_offset(cpu_key))
117 cpu_key_k_offset(cpu_key))
120 if (cpu_key->key_length == 3)
125 cpu_key_k_type(cpu_key))
129 cpu_key_k_type(cpu_key))
152 inline void le_key2cpu_key(struct cpu_key *to, const struct reiserfs_key *from)
207 (struct cpu_key *)key)) {
333 const struct cpu_key *key, /* Key which should be checked. */
585 int search_by_key(struct super_block *sb, const struct cpu_key *key, /* Key to search. */
810 const struct cpu_key *p_cpu_key, /* Key to search (cpu variable) */
984 static char prepare_for_delete_or_cut(struct reiserfs_transaction_handle *th, struct inode *inode, struct treepath *path, const struct cpu_key *item_key, int *removed, /* Number of unformatted nodes which were removed
1179 struct treepath *path, const struct cpu_key *item_key,
1327 struct cpu_key cpu_key;
1333 le_key2cpu_key(&cpu_key, key);
1336 retval = search_item(th->t_super, &cpu_key, &path);
1340 "to delete %K", &cpu_key);
1389 &cpu_key);
1462 const struct cpu_key *item_key,
1499 struct cpu_key tail_key;
1541 struct cpu_key *item_key,
1761 struct cpu_key s_item_key; /* Key to search for a previous file item. */
1909 const struct cpu_key *key)
1943 const struct cpu_key *key, /* Key to search for the needed item. */
2031 struct treepath *path, const struct cpu_key *key,