Searched refs:root_id (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Droot-tree.c354 u64 root_id, u64 ref_id, u64 dirid, u64 *sequence,
370 key.objectid = root_id;
396 key.offset = root_id;
406 u64 root_id, u64 ref_id)
411 key.objectid = root_id;
426 * For a forward ref, the root_id is the id of the tree referencing
429 * For a back ref the root_id is the id of the subvol or snapshot and
434 u64 root_id, u64 ref_id, u64 dirid, u64 sequence,
448 key.objectid = root_id;
469 key.offset = root_id;
352 btrfs_del_root_ref(struct btrfs_trans_handle *trans, struct btrfs_root *tree_root, u64 root_id, u64 ref_id, u64 dirid, u64 *sequence, const char *name, int name_len) argument
404 btrfs_find_root_ref(struct btrfs_root *tree_root, struct btrfs_path *path, u64 root_id, u64 ref_id) argument
432 btrfs_add_root_ref(struct btrfs_trans_handle *trans, struct btrfs_root *tree_root, u64 root_id, u64 ref_id, u64 dirid, u64 sequence, const char *name, int name_len) argument
[all...]
H A Dctree.h2217 u64 root_id, u64 ref_id);
2220 u64 root_id, u64 ref_id, u64 dirid, u64 sequence,
2224 u64 root_id, u64 ref_id, u64 dirid, u64 *sequence,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-stp.c41 u_int8_t root_id[8]; member in struct:stp_bpdu_
129 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id),
262 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore-card.c283 int root_id, new_root_id, irm_id, bm_id, local_id; local
315 root_id = root_node->node_id;
439 new_root_id = root_id;
467 (card->gap_count != gap_count || new_root_id != root_id))
487 root_id, generation, SCODE_100,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/firewire/
H A Dnosy-dump.h27 uint32_t root_id:6; member in struct:phy_packet::__anon19345::__anon19347
H A Dnosy-dump.c777 printf("ext phy config: phy_id=%02x", pp->phy_config.root_id);
781 printf(" set_root_id=%02x", pp->phy_config.root_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcgroup.c4518 struct css_id *root_id; local
4523 root_id = rcu_dereference(root->id);
4525 || !root_id
4526 || (child_id->depth < root_id->depth)
4527 || (child_id->stack[root_id->depth] != root_id->id))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_sysfs_br.c211 static DEVICE_ATTR(root_id, S_IRUGO, show_root_id, NULL);

Completed in 73 milliseconds