Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 739) sorted by last modified time

12345678910>>...30

/linux/scripts/
H A Dkernel-doc454 my $location = shift;
456 print STDERR "$location: warning: $msg";
/linux/net/core/
H A Ddrop_monitor.c111 void *location,
215 static void trace_drop_common(struct sk_buff *skb, void *location) in trace_drop_common() argument
239 if (!memcmp(&location, &point->pc, sizeof(void *))) { in trace_drop_common()
252 memcpy(point->pc, &location, sizeof(void *)); in trace_drop_common()
266 void *location, in trace_kfree_skb_hit() argument
269 trace_drop_common(skb, location); in trace_kfree_skb_hit()
493 void *location, in net_dm_packet_trace_kfree_skb_hit() argument
511 cb->pc = location; in net_dm_packet_trace_kfree_skb_hit()
/linux/net/
H A DKconfig20 contained in the package net-tools, the location and version number
200 <file:Documentation/Changes> under "iptables" for the location of
/linux/lib/
H A DKconfig.debug782 If the stack end location is found to be over written always panic as
/linux/include/net/
H A Dtcp.h2237 int (*calc_md5_hash)(char *location,
2254 int (*calc_ao_hash)(char *location, struct tcp_ao_key *ao,
2265 int (*calc_md5_hash) (char *location,
/linux/include/uapi/linux/
H A Dethtool.h1186 __u32 location; member
/linux/include/linux/
H A Dethtool.h29 u32 location; member
/linux/fs/btrfs/
H A Dtree-log.c935 struct btrfs_key location; in drop_one_dir_item() local
940 btrfs_dir_item_key_to_cpu(leaf, di, &location); in drop_one_dir_item()
947 inode = read_one_inode(root, location.objectid); in drop_one_dir_item()
977 struct btrfs_key location; in inode_in_dir() local
987 if (location.objectid != objectid) in inode_in_dir()
1000 if (location.objectid == objectid) in inode_in_dir()
1751 struct btrfs_key *location) in insert_one_name() argument
1757 inode = read_one_inode(root, location->objectid); in insert_one_name()
2110 struct btrfs_key location; in check_item_in_log() local
2143 btrfs_dir_item_key_to_cpu(eb, di, &location); in check_item_in_log()
[all …]
H A Dsuper.c876 struct btrfs_key location; in get_default_subvol_objectid() local
906 btrfs_dir_item_key_to_cpu(path->nodes[0], di, &location); in get_default_subvol_objectid()
908 *objectid = location.objectid; in get_default_subvol_objectid()
H A Dinode.c3795 struct btrfs_key location; in btrfs_read_locked_inode() local
3813 memcpy(&location, &BTRFS_I(inode)->location, sizeof(location)); in btrfs_read_locked_inode()
5414 location->objectid, location->type, location->offset); in btrfs_inode_by_name()
5457 key.offset = location->objectid; in fixup_tree_root_location()
5488 location->offset = 0; in fixup_tree_root_location()
5695 struct btrfs_key location; in btrfs_lookup_dentry() local
5939 struct btrfs_key location; in btrfs_real_readdir() local
6233 struct btrfs_key *location; in btrfs_create_new_inode() local
6297 location = &BTRFS_I(inode)->location; in btrfs_create_new_inode()
6298 location->objectid = objectid; in btrfs_create_new_inode()
[all …]
H A Dioctl.c1921 struct btrfs_key upper_limit = BTRFS_I(inode)->location; in btrfs_search_path_in_tree_user()
2143 BTRFS_I(inode)->location.objectid != BTRFS_FIRST_FREE_OBJECTID) { in btrfs_ioctl_ino_lookup_user()
H A Ddisk-io.c1949 BTRFS_I(inode)->location.type = 0; in btrfs_init_btree_inode()
1950 BTRFS_I(inode)->location.offset = 0; in btrfs_init_btree_inode()
2244 struct btrfs_key location; in btrfs_read_roots() local
2253 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
2254 location.offset = 0; in btrfs_read_roots()
2270 location.objectid = BTRFS_DEV_TREE_OBJECTID; in btrfs_read_roots()
2271 root = btrfs_read_tree_root(tree_root, &location); in btrfs_read_roots()
2302 location.objectid = BTRFS_QUOTA_TREE_OBJECTID; in btrfs_read_roots()
2303 root = btrfs_read_tree_root(tree_root, &location); in btrfs_read_roots()
2309 location.objectid = BTRFS_UUID_TREE_OBJECTID; in btrfs_read_roots()
[all …]
H A Dexport.c43 fid->parent_objectid = BTRFS_I(parent)->location.objectid; in btrfs_encode_fh()
H A Dfree-space-cache.c87 struct btrfs_key location; in __lookup_free_space_inode() local
111 btrfs_disk_key_to_cpu(&location, &disk_key); in __lookup_free_space_inode()
119 inode = btrfs_iget_path(fs_info->sb, location.objectid, root, path); in __lookup_free_space_inode()
H A Dinode-item.c402 struct btrfs_key *location, int mod) in btrfs_lookup_inode() argument
411 ret = btrfs_search_slot(trans, root, location, path, ins_len, cow); in btrfs_lookup_inode()
412 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
413 location->offset == (u64)-1 && path->slots[0] != 0) { in btrfs_lookup_inode()
417 if (found_key.objectid == location->objectid && in btrfs_lookup_inode()
418 found_key.type == location->type) { in btrfs_lookup_inode()
H A Dbtrfs_inode.h102 struct btrfs_key location; member
324 u64 ino = inode->location.objectid; in btrfs_ino()
327 if (inode->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
H A Ddelayed-inode.c1501 dir_item->location = *disk_key; in btrfs_insert_delayed_dir_index()
1785 struct btrfs_key location; in btrfs_readdir_delayed_dir_index() local
1812 btrfs_disk_key_to_cpu(&location, &di->location); in btrfs_readdir_delayed_dir_index()
1815 location.objectid, d_type); in btrfs_readdir_delayed_dir_index()
/linux/fs/btrfs/tests/
H A Dbtrfs-tests.c65 BTRFS_I(inode)->location.type = BTRFS_INODE_ITEM_KEY; in btrfs_new_test_inode()
66 BTRFS_I(inode)->location.objectid = BTRFS_FIRST_FREE_OBJECTID; in btrfs_new_test_inode()
67 BTRFS_I(inode)->location.offset = 0; in btrfs_new_test_inode()
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h355 u8 location; member
/linux/drivers/scsi/
H A Dipr.c3037 strcpy(driver_dump->location_entry.location, dev_name(&ioa_cfg->pdev->dev)); in ipr_dump_location_data()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1486 const char *location; in ibmvfc_set_login_info() local
1522 location = of_get_property(of_node, "ibm,loc-code", NULL); in ibmvfc_set_login_info()
1523 location = location ? location : dev_name(vhost->dev); in ibmvfc_set_login_info()
1524 strscpy(login_info->drc_name, location, sizeof(login_info->drc_name)); in ibmvfc_set_login_info()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dfw.h220 u8 location[8]; member
H A Dfw.c938 u8 location = 0; in rtw_get_rsvd_page_location() local
942 location = rsvd_pkt->page; in rtw_get_rsvd_page_location()
945 return location; in rtw_get_rsvd_page_location()
1001 u8 location = 0; in rtw_get_rsvd_page_probe_req_location() local
1011 return location; in rtw_get_rsvd_page_probe_req_location()
1034 u8 location = 0; in rtw_send_rsvd_page_h2c() local
1039 *(h2c_pkt + 1) = location; in rtw_send_rsvd_page_h2c()
1043 *(h2c_pkt + 2) = location; in rtw_send_rsvd_page_h2c()
1047 *(h2c_pkt + 3) = location; in rtw_send_rsvd_page_h2c()
1051 *(h2c_pkt + 4) = location; in rtw_send_rsvd_page_h2c()
[all …]
/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c469 static int ixp4xx_mdio_cmd(struct mii_bus *bus, int phy_id, int location, in ixp4xx_mdio_cmd() argument
483 __raw_writel(((phy_id << 5) | location) & 0xFF, in ixp4xx_mdio_cmd()
520 static int ixp4xx_mdio_read(struct mii_bus *bus, int phy_id, int location) in ixp4xx_mdio_read() argument
526 ret = ixp4xx_mdio_cmd(bus, phy_id, location, 0, 0); in ixp4xx_mdio_read()
530 phy_id, location, ret); in ixp4xx_mdio_read()
535 static int ixp4xx_mdio_write(struct mii_bus *bus, int phy_id, int location, in ixp4xx_mdio_write() argument
542 ret = ixp4xx_mdio_cmd(bus, phy_id, location, 1, val); in ixp4xx_mdio_write()
546 bus->name, phy_id, location, val, ret); in ixp4xx_mdio_write()
/linux/drivers/net/ethernet/sun/
H A Dniu.c7178 idx = tcam_get_index(np, (u16)nfc->fs.location); in niu_get_ethtool_tcam_entry()
7183 parent->index, (u16)nfc->fs.location, idx); in niu_get_ethtool_tcam_entry()
7442 idx = nfc->fs.location; in niu_add_ethtool_tcam_entry()
7660 ret = niu_del_ethtool_tcam_entry(np, cmd->fs.location); in niu_set_nfc()

12345678910>>...30