Searched defs:cpu_key (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
H A D | dir-item.c | 32 insert_with_overflow(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *cpu_key, u32 data_size, const char *name, int name_len) insert_with_overflow() argument
|
H A D | ctree.c | 4706 setup_items_for_insert(struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *cpu_key, u32 *data_size, u32 total_data, u32 total_size, int nr) setup_items_for_insert() argument 4797 btrfs_insert_empty_items(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *cpu_key, u32 *data_size, int nr) btrfs_insert_empty_items() argument 4831 btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_key *cpu_key, void *data, u32 data_size) btrfs_insert_item() argument
|
/linux-4.1.27/fs/reiserfs/ |
H A D | stree.c | 1394 struct cpu_key cpu_key; reiserfs_delete_solid_item() local 43 comp_short_keys(const struct reiserfs_key *le_key, const struct cpu_key *cpu_key) comp_short_keys() argument 67 comp_keys(const struct reiserfs_key *le_key, const struct cpu_key *cpu_key) comp_keys() argument
|
H A D | reiserfs.h | 1305 struct cpu_key { struct
|
Completed in 268 milliseconds