Searched refs:item_key (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/reiserfs/
H A Dtail_conversion.c205 const struct cpu_key *item_key, /* Key to look for
249 if (search_for_position_by_key(sb, item_key, path)
253 item_key);
279 key = *item_key;
202 indirect2direct(struct reiserfs_transaction_handle *th, struct inode *inode, struct page *page, struct treepath *path, const struct cpu_key *item_key, loff_t n_new_file_size, char *mode) argument
H A Dstree.c1037 const struct cpu_key *item_key,
1149 search_for_position_by_key(sb, item_key, path) == POSITION_FOUND);
1247 * item_key - key to search for the deleted item
1252 struct treepath *path, const struct cpu_key *item_key,
1279 item_key, &removed,
1296 search_for_position_by_key(sb, item_key, path);
1302 item_key);
1559 const struct cpu_key *item_key,
1585 return indirect2direct(th, inode, page, path, item_key,
1639 struct cpu_key *item_key,
1034 prepare_for_delete_or_cut(struct reiserfs_transaction_handle *th, struct inode *inode, struct treepath *path, const struct cpu_key *item_key, int *removed, int *cut_size, unsigned long long new_file_length ) argument
1251 reiserfs_delete_item(struct reiserfs_transaction_handle *th, struct treepath *path, const struct cpu_key *item_key, struct inode *inode, struct buffer_head *un_bh) argument
1555 maybe_indirect_to_direct(struct reiserfs_transaction_handle *th, struct inode *inode, struct page *page, struct treepath *path, const struct cpu_key *item_key, loff_t new_file_size, char *mode) argument
1637 reiserfs_cut_from_item(struct reiserfs_transaction_handle *th, struct treepath *path, struct cpu_key *item_key, struct inode *inode, struct page *page, loff_t new_file_size) argument
[all...]
/linux-master/fs/btrfs/
H A Dtree-checker.c395 struct btrfs_key item_key; local
398 btrfs_item_key_to_cpu(leaf, &item_key, slot);
399 is_inode_item = (item_key.type == BTRFS_INODE_ITEM_KEY);
402 if (item_key.type == BTRFS_XATTR_ITEM_KEY) {
447 struct btrfs_key item_key; local
450 btrfs_item_key_to_cpu(leaf, &item_key, slot);
451 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY);

Completed in 115 milliseconds