Searched refs:loc (Results 26 - 50 of 207) sorted by relevance

123456789

/linux-master/fs/ocfs2/
H A Dxattr.c134 int (*xlo_journal_access)(handle_t *handle, struct ocfs2_xa_loc *loc,
136 void (*xlo_journal_dirty)(handle_t *handle, struct ocfs2_xa_loc *loc);
139 * Return a pointer to the appropriate buffer in loc->xl_storage
140 * at the given offset from loc->xl_header.
142 void *(*xlo_offset_pointer)(struct ocfs2_xa_loc *loc, int offset);
145 int (*xlo_can_reuse)(struct ocfs2_xa_loc *loc,
149 int (*xlo_check_space)(struct ocfs2_xa_loc *loc,
156 int (*xlo_get_free_start)(struct ocfs2_xa_loc *loc);
162 void (*xlo_wipe_namevalue)(struct ocfs2_xa_loc *loc);
165 void (*xlo_add_entry)(struct ocfs2_xa_loc *loc, u3
1436 ocfs2_xa_journal_access(handle_t *handle, struct ocfs2_xa_loc *loc, int type) argument
1442 ocfs2_xa_journal_dirty(handle_t *handle, struct ocfs2_xa_loc *loc) argument
1448 ocfs2_xa_offset_pointer(struct ocfs2_xa_loc *loc, int offset) argument
1459 ocfs2_xa_wipe_namevalue(struct ocfs2_xa_loc *loc) argument
1468 ocfs2_xa_get_free_start(struct ocfs2_xa_loc *loc) argument
1474 ocfs2_xa_can_reuse_entry(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi) argument
1481 ocfs2_xa_check_space(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi) argument
1487 ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) argument
1499 ocfs2_xa_add_namevalue(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi) argument
1519 ocfs2_xa_fill_value_buf(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_value_buf *vb) argument
1537 ocfs2_xa_block_journal_access(handle_t *handle, struct ocfs2_xa_loc *loc, int type) argument
1552 ocfs2_xa_block_journal_dirty(handle_t *handle, struct ocfs2_xa_loc *loc) argument
1560 ocfs2_xa_block_offset_pointer(struct ocfs2_xa_loc *loc, int offset) argument
1566 ocfs2_xa_block_can_reuse(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi) argument
1577 ocfs2_xa_block_get_free_start(struct ocfs2_xa_loc *loc) argument
1592 ocfs2_xa_block_check_space(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi) argument
1620 ocfs2_xa_block_wipe_namevalue(struct ocfs2_xa_loc *loc) argument
1652 ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) argument
1660 ocfs2_xa_block_add_namevalue(struct ocfs2_xa_loc *loc, int size) argument
1667 ocfs2_xa_block_fill_value_buf(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_value_buf *vb) argument
1698 ocfs2_xa_bucket_journal_access(handle_t *handle, struct ocfs2_xa_loc *loc, int type) argument
1706 ocfs2_xa_bucket_journal_dirty(handle_t *handle, struct ocfs2_xa_loc *loc) argument
1714 ocfs2_xa_bucket_offset_pointer(struct ocfs2_xa_loc *loc, int offset) argument
1727 ocfs2_xa_bucket_can_reuse(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi) argument
1734 ocfs2_xa_bucket_get_free_start(struct ocfs2_xa_loc *loc) argument
1754 ocfs2_xa_bucket_check_space(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi) argument
1799 ocfs2_xa_bucket_wipe_namevalue(struct ocfs2_xa_loc *loc) argument
1805 ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) argument
1840 ocfs2_xa_bucket_add_namevalue(struct ocfs2_xa_loc *loc, int size) argument
1855 ocfs2_xa_bucket_fill_value_buf(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_value_buf *vb) argument
1888 ocfs2_xa_value_clusters(struct ocfs2_xa_loc *loc) argument
1899 ocfs2_xa_value_truncate(struct ocfs2_xa_loc *loc, u64 bytes, struct ocfs2_xattr_set_ctxt *ctxt) argument
1926 ocfs2_xa_remove_entry(struct ocfs2_xa_loc *loc) argument
1977 ocfs2_xa_cleanup_value_truncate(struct ocfs2_xa_loc *loc, const char *what, unsigned int orig_clusters) argument
2009 ocfs2_xa_remove(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_set_ctxt *ctxt) argument
2041 ocfs2_xa_install_value_root(struct ocfs2_xa_loc *loc) argument
2056 ocfs2_xa_reuse_entry(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_set_ctxt *ctxt) argument
2117 ocfs2_xa_prepare_entry(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, u32 name_hash, struct ocfs2_xattr_set_ctxt *ctxt) argument
2193 ocfs2_xa_store_value(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_set_ctxt *ctxt) argument
2216 ocfs2_xa_set(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_set_ctxt *ctxt) argument
2261 ocfs2_init_dinode_xa_loc(struct ocfs2_xa_loc *loc, struct inode *inode, struct buffer_head *bh, struct ocfs2_xattr_entry *entry) argument
2280 ocfs2_init_xattr_block_xa_loc(struct ocfs2_xa_loc *loc, struct inode *inode, struct buffer_head *bh, struct ocfs2_xattr_entry *entry) argument
2299 ocfs2_init_xattr_bucket_xa_loc(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_bucket *bucket, struct ocfs2_xattr_entry *entry) argument
2770 struct ocfs2_xa_loc loc; local
2954 struct ocfs2_xa_loc loc; local
5544 struct ocfs2_xa_loc loc; local
[all...]
/linux-master/drivers/rtc/
H A Drtc-pcf8583.c22 unsigned int loc; member in struct:rtc_mem
149 if (mem->loc < 8)
152 addr[0] = mem->loc;
162 if (mem->loc < 8 || mem->nr > 8)
165 buf[0] = mem->loc;
177 .loc = CMOS_YEAR,
227 .loc = CMOS_YEAR,
232 .loc = CMOS_CHECKSUM,
/linux-master/arch/arm64/include/asm/
H A Dmodule.h25 void *loc, const Elf64_Rela *rela,
29 void *loc, u64 val);
/linux-master/tools/perf/util/
H A Dannotate-data.h110 struct annotated_op_loc *loc, u64 addr,
125 struct annotated_op_loc *loc __maybe_unused,
/linux-master/fs/exfat/
H A Dfatent.c38 static int __exfat_ent_get(struct super_block *sb, unsigned int loc, argument
45 sec = FAT_ENT_OFFSET_SECTOR(sb, loc);
46 off = FAT_ENT_OFFSET_BYTE_IN_SECTOR(sb, loc);
62 int exfat_ent_set(struct super_block *sb, unsigned int loc, argument
70 sec = FAT_ENT_OFFSET_SECTOR(sb, loc);
71 off = FAT_ENT_OFFSET_BYTE_IN_SECTOR(sb, loc);
85 int exfat_ent_get(struct super_block *sb, unsigned int loc, argument
91 if (!is_valid_cluster(sbi, loc)) {
93 loc);
97 err = __exfat_ent_get(sb, loc, conten
[all...]
/linux-master/drivers/macintosh/
H A Dwindfarm_lm87_sensor.c101 const char *name = NULL, *loc; local
113 loc = of_get_property(np, "location", NULL);
114 if (!loc)
116 if (strstr(loc, "DIMM"))
118 else if (strstr(loc, "Processors"))
H A Dwindfarm_smu_sat.c199 const char *loc; local
221 loc = of_get_property(child, "location", NULL);
222 if (reg == NULL || loc == NULL)
231 if (strncmp(loc, "CPU ", 4) != 0)
233 chip = loc[4] - 'A';
234 core = loc[5] - '0';
237 "location %s for %pOF\n", loc, child);
245 "multiple CPU chips on one SAT (%s)\n", loc);
H A Dwindfarm_ad7417_sensor.c236 const char *loc; local
239 loc = of_get_property(client->dev.of_node, "hwsensor-location", NULL);
240 if (!loc) {
249 if (!strncmp(loc, "CPU A", 5))
251 else if (!strncmp(loc, "CPU B", 5))
254 pr_err("wf_ad7417: Can't identify location %s\n", loc);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fdir.c856 u8 *loc; local
900 loc = pkt;
910 loc = &pkt[ICE_FDIR_TUN_PKT_OFF];
918 ice_pkt_insert_u32(loc, ICE_IPV4_DST_ADDR_OFFSET,
920 ice_pkt_insert_u16(loc, ICE_IPV4_TCP_DST_PORT_OFFSET,
922 ice_pkt_insert_u32(loc, ICE_IPV4_SRC_ADDR_OFFSET,
924 ice_pkt_insert_u16(loc, ICE_IPV4_TCP_SRC_PORT_OFFSET,
926 ice_pkt_insert_u8(loc, ICE_IPV4_TOS_OFFSET, input->ip.v4.tos);
927 ice_pkt_insert_u8(loc, ICE_IPV4_TTL_OFFSET, input->ip.v4.ttl);
928 ice_pkt_insert_mac_addr(loc, inpu
[all...]
/linux-master/include/linux/
H A Dvbox_utils.h29 struct vmmdev_hgcm_service_location *loc,
/linux-master/drivers/net/mdio/
H A Dmdio-mux-bcm6368.c37 static int bcm6368_mdiomux_read(struct mii_bus *bus, int phy_id, int loc) argument
47 (loc << MDIOC_REG_SHIFT);
58 static int bcm6368_mdiomux_write(struct mii_bus *bus, int phy_id, int loc, argument
68 (loc << MDIOC_REG_SHIFT);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dga102.c50 u32 loc, sig, cnt, *meta; local
56 loc = *(u32 *)(blob->data + hshdr->patch_loc);
65 ret = nvkm_falcon_fw_sign(fw, loc, hshdr->sig_prod_size / cnt, blob->data,
79 fw->dmem_sign = loc - lhdr->os_data_offset;
/linux-master/arch/powerpc/kernel/
H A Drtas-proc.c224 struct individual_sensor *s, int state, int error, const char *loc);
227 struct individual_sensor *s, const char *loc);
402 const char *loc; local
406 loc = of_get_property(rtas_node, rstr, &llen);
413 ppc_rtas_process_sensor(m, p, state, error, loc);
415 if (loc) {
416 offs += strlen(loc) + 1;
417 loc += strlen(loc) + 1;
419 loc
485 ppc_rtas_process_sensor(struct seq_file *m, struct individual_sensor *s, int state, int error, const char *loc) argument
689 get_location_code(struct seq_file *m, struct individual_sensor *s, const char *loc) argument
[all...]
/linux-master/drivers/input/mouse/
H A Dtrackpoint.c52 static int trackpoint_read(struct ps2dev *ps2dev, u8 loc, u8 *results) argument
54 results[0] = loc;
59 static int trackpoint_write(struct ps2dev *ps2dev, u8 loc, u8 val) argument
61 u8 param[3] = { TP_WRITE_MEM, loc, val };
66 static int trackpoint_toggle_bit(struct ps2dev *ps2dev, u8 loc, u8 mask) argument
68 u8 param[3] = { TP_TOGGLE, loc, mask };
70 /* Bad things will happen if the loc param isn't in this range */
71 if (loc < 0x20 || loc >= 0x2F)
78 u8 loc, u
77 trackpoint_update_bit(struct ps2dev *ps2dev, u8 loc, u8 mask, u8 value) argument
[all...]
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_fdir.h120 u32 loc; /* Rule location inside the flow table */ member in struct:iavf_fdir_fltr
132 struct iavf_fdir_fltr *iavf_find_fdir_fltr_by_loc(struct iavf_adapter *adapter, u32 loc);
/linux-master/drivers/acpi/numa/
H A Dhmat.c363 struct memory_locality *loc; local
365 loc = kzalloc(sizeof(*loc), GFP_KERNEL);
366 if (!loc) {
371 loc->hmat_loc = hmat_loc;
372 list_add_tail(&loc->node, &localities);
376 localities_types[READ_LATENCY] = loc;
377 localities_types[WRITE_LATENCY] = loc;
380 localities_types[READ_LATENCY] = loc;
383 localities_types[WRITE_LATENCY] = loc;
728 struct memory_locality *loc = NULL; local
994 struct memory_locality *loc, *lnext; local
[all...]
/linux-master/fs/nfs/
H A Dnfs4namespace.c372 int loc, error; local
385 for (loc = 0; loc < locations->nlocations; loc++) {
386 const struct nfs4_fs_location *location = &locations->locations[loc];
545 int loc, error; local
559 for (loc = 0; loc < locations->nlocations; loc++) {
561 &locations->locations[loc];
[all...]
/linux-master/drivers/net/usb/
H A Dasix_common.c497 static int __asix_mdio_read(struct net_device *netdev, int phy_id, int loc, argument
512 ret = asix_read_cmd(dev, AX_CMD_READ_MII_REG, phy_id, (__u16)loc, 2,
521 netdev_dbg(dev->net, "asix_mdio_read() phy_id=0x%02x, loc=0x%02x, returns=0x%04x\n",
522 phy_id, loc, le16_to_cpu(res));
527 int asix_mdio_read(struct net_device *netdev, int phy_id, int loc) argument
529 return __asix_mdio_read(netdev, phy_id, loc, false);
532 static int __asix_mdio_write(struct net_device *netdev, int phy_id, int loc, argument
539 netdev_dbg(dev->net, "asix_mdio_write() phy_id=0x%02x, loc=0x%02x, val=0x%04x\n",
540 phy_id, loc, val);
548 ret = asix_write_cmd(dev, AX_CMD_WRITE_MII_REG, phy_id, (__u16)loc,
560 asix_mdio_write(struct net_device *netdev, int phy_id, int loc, int val) argument
580 asix_mdio_read_nopm(struct net_device *netdev, int phy_id, int loc) argument
586 asix_mdio_write_nopm(struct net_device *netdev, int phy_id, int loc, int val) argument
[all...]
/linux-master/lib/reed_solomon/
H A Ddecode_rs.c39 uint16_t *loc = rsc->buffers + RS_DECODE_LOC * (nroots + 1); variable
218 loc[count] = k;
295 k = (fcr + i) * prim * (nn-loc[j]-1);
312 eras_pos[j++] = loc[i] - pad;
318 if (loc[i] < (nn - nroots))
319 data[loc[i] - pad] ^= b[i];
321 par[loc[i] - pad - len] ^= b[i];
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.c343 struct vmw_ctx_bindinfo *loc = local
347 if (loc->ctx != NULL)
348 vmw_binding_drop(loc);
350 memcpy(loc, bi, b->size);
351 loc->scrubbed = false;
352 list_add(&loc->ctx_list, &cbs->list);
353 INIT_LIST_HEAD(&loc->res_list);
370 struct vmw_ctx_bindinfo *loc = local
373 (struct vmw_ctx_bindinfo_cb *)((u8 *) loc);
402 struct vmw_ctx_bindinfo *loc local
818 const struct vmw_ctx_bindinfo *loc = local
860 const struct vmw_ctx_bindinfo_view *loc = &cbs->render_targets[0]; local
939 const struct vmw_ctx_bindinfo_so_target *loc = &cbs->so_targets[0]; local
1051 const struct vmw_ctx_bindinfo *loc = local
1086 const struct vmw_ctx_bindinfo_view *loc = &cbs->ua_views[0].views[0]; local
1116 const struct vmw_ctx_bindinfo_view *loc = &cbs->ua_views[1].views[0]; local
[all...]
/linux-master/fs/udf/
H A Dmisc.c28 uint32_t type, uint8_t loc)
48 if (loc & 0x01 && offset >= size) {
248 struct kernel_lb_addr *loc,
251 return udf_read_tagged(sb, udf_get_lb_pblock(sb, loc, offset),
252 loc->logicalBlockNum + offset, ident);
266 uint32_t loc, int length)
272 tptr->tagLocation = cpu_to_le32(loc);
27 udf_add_extendedattr(struct inode *inode, uint32_t size, uint32_t type, uint8_t loc) argument
247 udf_read_ptagged(struct super_block *sb, struct kernel_lb_addr *loc, uint32_t offset, uint16_t *ident) argument
265 udf_new_tag(char *data, uint16_t ident, uint16_t version, uint16_t snum, uint32_t loc, int length) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dfw.c215 u32 loc, sig; local
236 loc = *(u32 *)(blob->data + hshdr->patch_loc);
240 loc = hshdr->patch_loc;
249 ret = nvkm_falcon_fw_sign(fw, loc, hshdr->sig_prod_size, blob->data,
268 fw->dmem_sign = loc - lhdr->data_dma_base;
307 u32 loc, sig, cnt, *meta; local
317 loc = *(u32 *)(blob->data + hshdr->patch_loc);
326 ret = nvkm_falcon_fw_sign(fw, loc, hshdr->sig_prod_size / cnt, blob->data,
340 fw->dmem_sign = loc - lhdr->os_data_offset;
/linux-master/kernel/trace/
H A Dtrace_probe_tmpl.h128 u32 loc = 0; local
182 loc = *(u32 *)dest;
186 loc = *(u32 *)dest;
190 loc = *(u32 *)dest;
222 *(u32 *)dest = update_data_loc(loc, ret);
/linux-master/drivers/char/tpm/
H A Dtpm_i2c_infineon.c312 static bool check_locality(struct tpm_chip *chip, int loc) argument
317 rc = iic_tpm_read(TPM_ACCESS(loc), &buf, 1);
323 tpm_dev.locality = loc;
331 static void release_locality(struct tpm_chip *chip, int loc, int force) argument
334 if (iic_tpm_read(TPM_ACCESS(loc), &buf, 1) < 0)
340 iic_tpm_write(TPM_ACCESS(loc), &buf, 1);
344 static int request_locality(struct tpm_chip *chip, int loc) argument
349 if (check_locality(chip, loc))
350 return loc;
352 iic_tpm_write(TPM_ACCESS(loc),
[all...]
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c46 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val) argument
48 struct mod_plt_sec *pltsec = !within_module_init(loc, mod) ?
283 bool in_module_plt(unsigned long loc) argument
289 mod = __module_text_address(loc);
290 ret = mod && (loc - (u32)mod->arch.core.plt_ent < mod->arch.core.plt_count * PLT_ENT_SIZE ||
291 loc - (u32)mod->arch.init.plt_ent < mod->arch.init.plt_count * PLT_ENT_SIZE);

Completed in 284 milliseconds

123456789