Searched full:ref1 (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | ref-verify.c | 144 static int comp_refs(struct ref_entry *ref1, struct ref_entry *ref2) in comp_refs() argument 146 if (ref1->root_objectid < ref2->root_objectid) in comp_refs() 148 if (ref1->root_objectid > ref2->root_objectid) in comp_refs() 150 if (ref1->parent < ref2->parent) in comp_refs() 152 if (ref1->parent > ref2->parent) in comp_refs() 154 if (ref1->owner < ref2->owner) in comp_refs() 156 if (ref1->owner > ref2->owner) in comp_refs() 158 if (ref1->offset < ref2->offset) in comp_refs() 160 if (ref1->offset > ref2->offset) in comp_refs()
|
| H A D | backref.c | 219 * A -1 return indicates ref1 is a 'lower' block than ref2, while 1 222 static int prelim_ref_compare(const struct prelim_ref *ref1, in prelim_ref_compare() argument 225 if (ref1->level < ref2->level) in prelim_ref_compare() 227 if (ref1->level > ref2->level) in prelim_ref_compare() 229 if (ref1->root_id < ref2->root_id) in prelim_ref_compare() 231 if (ref1->root_id > ref2->root_id) in prelim_ref_compare() 233 if (ref1->key_for_search.type < ref2->key_for_search.type) in prelim_ref_compare() 235 if (ref1->key_for_search.type > ref2->key_for_search.type) in prelim_ref_compare() 237 if (ref1->key_for_search.objectid < ref2->key_for_search.objectid) in prelim_ref_compare() 239 if (ref1->key_for_search.objectid > ref2->key_for_search.objectid) in prelim_ref_compare() [all …]
|
| H A D | extent-tree.c | 606 struct btrfs_extent_data_ref *ref1 = NULL; in remove_extent_data_ref() local 616 ref1 = btrfs_item_ptr(leaf, path->slots[0], in remove_extent_data_ref() 618 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in remove_extent_data_ref() 638 btrfs_set_extent_data_ref_count(leaf, ref1, num_refs); in remove_extent_data_ref() 650 const struct btrfs_extent_data_ref *ref1; in extent_data_ref_count() local 666 ref1 = (const struct btrfs_extent_data_ref *)(&iref->offset); in extent_data_ref_count() 667 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in extent_data_ref_count() 673 ref1 = btrfs_item_ptr(leaf, path->slots[0], in extent_data_ref_count() 675 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in extent_data_ref_count()
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | xlnx,zynqmp-psgtr.yaml | 101 clock-names = "ref1", "ref2", "ref3";
|
| /linux/drivers/thermal/ |
| H A D | k3_j72xx_bandgap.c | 87 int m = 0, c, num, den, i, err, idx1, idx2, err1, err2, ref1, ref2; in create_table_segments() local 97 ref1 = err_vals->refs[seg]; in create_table_segments() 104 num = ref2 - ref1; in create_table_segments()
|
| /linux/include/xen/interface/io/ |
| H A D | blkif.h | 70 * /local/domain/1/device/vbd/0/queue-0/ring-ref1 = "<ring-ref#1>" 74 * /local/domain/1/device/vbd/0/queue-1/ring-ref1 = "<ring-ref#3>"
|
| /linux/include/linux/mfd/ |
| H A D | idtRC38xxx_reg.h | 93 REF1 = 1, enumerator
|
| /linux/drivers/clk/aspeed/ |
| H A D | clk-ast2600.c | 98 * ref0 and ref1 are essential for the SoC to operate
|