Searched refs:tag (Results 176 - 200 of 932) sorted by last modified time

1234567891011>>

/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c60 * search from @first to find the next perag with the given tag set.
66 unsigned int tag)
73 (void **)&pag, first, 1, tag);
131 * search from @first to find the next perag with the given tag set.
137 int tag)
144 (void **)&pag, first, 1, tag);
63 xfs_perag_get_tag( struct xfs_mount *mp, xfs_agnumber_t first, unsigned int tag) argument
134 xfs_perag_grab_tag( struct xfs_mount *mp, xfs_agnumber_t first, int tag) argument
H A Dxfs_ag.h160 unsigned int tag);
167 int tag);
269 #define for_each_perag_tag(mp, agno, pag, tag) \
270 for ((agno) = 0, (pag) = xfs_perag_grab_tag((mp), 0, (tag)); \
274 (pag) = xfs_perag_grab_tag((mp), (agno), (tag)))
/linux-master/fs/udf/
H A Dsuper.c2024 crc_itu_t(0, (char *)lvid + sizeof(struct tag),
H A Dinode.c1902 crclen += iinfo->i_lenEAttr + iinfo->i_lenAlloc - sizeof(struct tag);
1904 fe->descTag.descCRC = cpu_to_le16(crc_itu_t(0, (char *)fe + sizeof(struct tag),
1995 sizeof(struct tag));
H A Dnamei.c270 /* Get blocknumber to use for entry tag */
290 /* Entry will be completely in the new block? Update tag location... */
298 sizeof(struct tag));
301 sizeof(struct tag));
/linux-master/fs/smb/client/
H A Dsmb2proto.h70 u32 *tag, struct kvec *rsp,
H A Dsmb2inode.c770 idata->reparse.tag = le32_to_cpu(rbuf->ReparseTag);
835 u32 tag = 0; local
847 tag = IO_REPARSE_TAG_SYMLINK;
855 data->reparse.tag = tag;
947 if (data->reparse.tag != IO_REPARSE_TAG_SYMLINK)
1247 u32 *tag, struct kvec *rsp,
1268 *tag = data.reparse.tag;
1243 smb2_query_reparse_point(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u32 *tag, struct kvec *rsp, int *rsp_buftype) argument
H A Dreaddir.c121 * reparse tag and ctime haven't changed.
162 .reparse = { .tag = fattr->cf_cifstag, },
171 * the NFS reparse tag (or EAs), they don't require an extra query
H A Dreparse.c37 .reparse = { .tag = IO_REPARSE_TAG_SYMLINK, },
136 .reparse = { .tag = IO_REPARSE_TAG_NFS, .posix = p, },
152 u32 tag; local
154 switch ((tag = reparse_mode_wsl_tag(mode))) {
164 buf->ReparseTag = cpu_to_le32(tag);
277 .reparse = { .tag = le32_to_cpu(buf.ReparseTag), .buf = &buf, },
356 /* We handle Symbolic Link reparse tag here. See: MS-FSCC 2.1.2.4 */
399 cifs_dbg(VFS, "%s: unhandled reparse tag: 0x%08x\n",
420 u32 tag, struct cifs_fattr *fattr)
425 switch (tag) {
418 wsl_to_fattr(struct cifs_open_info_data *data, struct cifs_sb_info *cifs_sb, u32 tag, struct cifs_fattr *fattr) argument
479 u32 tag = data->reparse.tag; local
[all...]
/linux-master/drivers/scsi/
H A Desp_scsi.c714 ent->tag[0] = 0;
715 ent->tag[1] = 0;
719 if (!spi_populate_tag_msg(&ent->tag[0], cmd)) {
720 ent->tag[0] = 0;
721 ent->tag[1] = 0;
723 ent->orig_tag[0] = ent->tag[0];
724 ent->orig_tag[1] = ent->tag[1];
822 if (ent->tag[0] && esp->rev == ESP100) {
833 if (ent->tag[0]) {
837 esp->msg_out[0] = ent->tag[
[all...]
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.c82 pkt.tag.type = VIO_TYPE_CTRL;
83 pkt.tag.stype = VIO_SUBTYPE_INFO;
84 pkt.tag.stype_env = VIO_ATTR_INFO;
85 pkt.tag.sid = vio_send_sid(vio);
148 pkt->tag.sid = vio_send_sid(vio);
204 pkt->tag.stype = VIO_SUBTYPE_NACK;
220 pkt->tag.stype = VIO_SUBTYPE_ACK;
245 switch (pkt->tag.stype) {
474 .tag = {
652 pkt->tag
838 struct vio_msg_tag tag; member in union:__anon797
[all...]
/linux-master/drivers/mmc/host/
H A Dmmc_spi.c225 char tag[32]; local
227 snprintf(tag, sizeof(tag), " ... CMD%d response SPI_%s",
382 tag, cmd->resp[0], cmd->resp[1]);
/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume-index.c1174 u64 volume_nonce, u8 tag,
1200 tag);
1173 initialize_volume_sub_index(const struct uds_configuration *config, u64 volume_nonce, u8 tag, struct volume_sub_index *sub_index) argument
H A Ddelta-index.c310 u32 payload_bits, u8 tag)
342 delta_zone->tag = tag;
349 size_t memory_size, u8 tag)
365 delta_index->tag = tag;
388 mean_delta, payload_bits, tag);
535 delta_index_page->delta_index.tag = 'p';
556 delta_zone->tag = 'p';
1004 .tag
308 initialize_delta_zone(struct delta_zone *delta_zone, size_t size, u32 first_list, u32 list_count, u32 mean_delta, u32 payload_bits, u8 tag) argument
347 uds_initialize_delta_index(struct delta_index *delta_index, unsigned int zone_count, u32 list_count, u32 mean_delta, u32 payload_bits, size_t memory_size, u8 tag) argument
[all...]
H A Ddelta-index.h77 u8 tag; member in struct:delta_zone
82 u8 tag; member in struct:delta_list_save_info
107 u8 tag; member in struct:delta_index
204 size_t memory_size, u8 tag);
/linux-master/drivers/md/
H A Ddm-crypt.c1184 ti->error = "Integrity profile tag size mismatch.";
1194 DMDEBUG("%s: Integrity AEAD, tag size %u, IV size %u.", dm_device_name(md),
1198 ti->error = "Integrity AEAD auth tag size is not supported.";
1206 ti->error = "Not enough space for integrity tag in the profile.";
1301 u8 *iv, *org_iv, *tag_iv, *tag; local
1324 tag = tag_from_dmreq(cc, dmreq);
1330 * | sector_LE | IV | sector in/out | tag in/out |
1336 sg_set_buf(&dmreq->sg_in[3], tag, cc->integrity_tag_size);
1342 sg_set_buf(&dmreq->sg_out[3], tag, cc->integrity_tag_size);
1366 memset(tag
[all...]
/linux-master/drivers/iommu/amd/
H A Damd_iommu.h77 int status, int tag);
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf.c1595 ce->tag = stream->specific_ctx_id;
1618 ce->tag = 0; /* recomputed on next submission after parking */
H A Di915_gpu_error.c2315 char tag[2]; local
2321 tag[0] = '>';
2322 tag[1] = '<';
2325 tag[0] = '}';
2326 tag[1] = '{';
2352 l_count, line++, tag[0], ptr2, tag[1]);
2353 else if (tag[0] == '>')
2358 l_count, line++, tag[0], ptr, tag[
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c1532 void intel_gt_reset_unlock(struct intel_gt *gt, int tag)
1535 srcu_read_unlock(&gt->reset.backoff_srcu, tag);
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c1894 static bool edid_block_status_valid(enum edid_block_status status, int tag) argument
1898 (status == EDID_BLOCK_CHECKSUM && tag == CEA_EXT);
1934 pr_debug("EDID block %d (tag 0x%02x) checksum is invalid, remainder is %d, ignoring\n",
1938 pr_notice("EDID block %d (tag 0x%02x) checksum is invalid, remainder is %d\n",
4163 if (block->tag == DATA_BLOCK_CTA) {
4951 static bool cea_db_is_extended_tag(const struct cea_db *db, int tag) argument
4955 db->data[0] == tag;
5049 if (block->tag != DATA_BLOCK_CTA)
6465 if (block->tag == DATA_BLOCK_2_VENDOR_SPECIFIC)
6704 bool type_7 = block->tag
[all...]
/linux-master/drivers/firmware/google/
H A Dcoreboot_table.c36 for (id = driver->id_table; id->tag; id++) {
37 if (device->entry.tag == id->tag)
68 u32 tag = device->entry.tag; local
70 return add_uevent_var(env, "MODALIAS=coreboot:t%08X", tag);
128 switch (device->entry.tag) {
H A Dvpd.c310 { .tag = CB_TAG_VPD },
H A Dcoreboot_table.h31 u32 tag; member in struct:coreboot_table_entry
37 u32 tag; member in struct:lb_cbmem_ref
47 u32 tag; member in struct:lb_cbmem_entry
57 u32 tag; member in struct:lb_framebuffer
H A Dmemconsole-coreboot.c100 { .tag = CB_TAG_CBMEM_CONSOLE },

Completed in 334 milliseconds

1234567891011>>