Searched refs:extp (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_trans_extfree.c67 xfs_extent_t *extp; local
74 extp = &(efip->efi_format.efi_extents[next_extent]);
75 extp->ext_start = start_block;
76 extp->ext_len = ext_len;
119 xfs_extent_t *extp; local
126 extp = &(efdp->efd_format.efd_extents[next_extent]);
127 extp->ext_start = start_block;
128 extp->ext_len = ext_len;
H A Dxfs_log_recover.c3012 xfs_extent_t *extp; local
3023 extp = &(efip->efi_format.efi_extents[i]);
3025 XFS_FSB_TO_DADDR(mp, extp->ext_start));
3027 (extp->ext_len == 0) ||
3029 (extp->ext_len >= mp->m_sb.sb_agblocks)) {
3046 extp = &(efip->efi_format.efi_extents[i]);
3047 error = xfs_free_extent(tp, extp->ext_start, extp->ext_len);
3050 xfs_trans_log_efd_extent(tp, efdp, extp->ext_start,
3051 extp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c114 static void cfi_tell_features(struct cfi_pri_intelext *extp) argument
117 printk(" Extended Query version %c.%c\n", extp->MajorVersion, extp->MinorVersion);
118 printk(" Feature/Command Support: %4.4X\n", extp->FeatureSupport);
119 printk(" - Chip Erase: %s\n", extp->FeatureSupport&1?"supported":"unsupported");
120 printk(" - Suspend Erase: %s\n", extp->FeatureSupport&2?"supported":"unsupported");
121 printk(" - Suspend Program: %s\n", extp->FeatureSupport&4?"supported":"unsupported");
122 printk(" - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported");
123 printk(" - Queued Erase: %s\n", extp->FeatureSupport&16?"supported":"unsupported");
124 printk(" - Instant block lock: %s\n", extp
169 struct cfi_pri_intelext *extp = cfi->cmdset_priv; local
221 struct cfi_pri_intelext *extp = cfi->cmdset_priv; local
334 cfi_fixup_major_minor(struct cfi_private *cfi, struct cfi_pri_intelext *extp) argument
346 struct cfi_pri_intelext *extp; local
468 struct cfi_pri_intelext *extp; local
631 struct cfi_pri_intelext *extp = cfi->cmdset_priv; local
2049 struct cfi_pri_intelext *extp = cfi->cmdset_priv; local
2237 struct cfi_pri_intelext *extp = cfi->cmdset_priv; local
2449 struct cfi_pri_intelext *extp = cfi->cmdset_priv; local
2545 struct cfi_pri_intelext *extp = cfi->cmdset_priv; local
[all...]
H A Dcfi_cmdset_0020.c66 static void cfi_tell_features(struct cfi_pri_intelext *extp) argument
69 printk(" Feature/Command Support: %4.4X\n", extp->FeatureSupport);
70 printk(" - Chip Erase: %s\n", extp->FeatureSupport&1?"supported":"unsupported");
71 printk(" - Suspend Erase: %s\n", extp->FeatureSupport&2?"supported":"unsupported");
72 printk(" - Suspend Program: %s\n", extp->FeatureSupport&4?"supported":"unsupported");
73 printk(" - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported");
74 printk(" - Queued Erase: %s\n", extp->FeatureSupport&16?"supported":"unsupported");
75 printk(" - Instant block lock: %s\n", extp->FeatureSupport&32?"supported":"unsupported");
76 printk(" - Protection Bits: %s\n", extp->FeatureSupport&64?"supported":"unsupported");
77 printk(" - Page-mode read: %s\n", extp
126 struct cfi_pri_intelext *extp; local
[all...]
H A Dcfi_cmdset_0002.c86 static void cfi_tell_features(struct cfi_pri_amdstd *extp) argument
97 printk(" Silicon revision: %d\n", extp->SiliconRevision >> 1);
99 (extp->SiliconRevision & 1) ? "Not required" : "Required");
101 if (extp->EraseSuspend < ARRAY_SIZE(erase_suspend))
102 printk(" Erase Suspend: %s\n", erase_suspend[extp->EraseSuspend]);
104 printk(" Erase Suspend: Unknown value %d\n", extp->EraseSuspend);
106 if (extp->BlkProt == 0)
109 printk(" Block protection: %d sectors per group\n", extp->BlkProt);
113 extp->TmpBlkUnprotect ? "Supported" : "Not supported");
114 printk(" Block protect/unprotect scheme: %d\n", extp
141 struct cfi_pri_amdstd *extp = cfi->cmdset_priv; local
204 struct cfi_pri_amdstd *extp = cfi->cmdset_priv; local
371 cfi_fixup_major_minor(struct cfi_private *cfi, struct cfi_pri_amdstd *extp) argument
409 struct cfi_pri_amdstd *extp; local
794 struct cfi_pri_amdstd *extp = cfi->cmdset_priv; local
[all...]
H A Dcfi_util.c104 struct cfi_extquery *extp = NULL; local
111 extp = kmalloc(size, GFP_KERNEL);
112 if (!extp) {
125 ((unsigned char *)extp)[i] =
138 out: return extp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-dhcp6.c766 u_char *extp; local
848 extp = (u_char *)(dh6 + 1);
849 dhcp6opt_print(extp, ep);

Completed in 129 milliseconds