Searched refs:extp (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_trans_extfree.c | 85 xfs_extent_t *extp; in xfs_trans_log_efi_extent() local 95 extp = &(efip->efi_format.efi_extents[next_extent]); in xfs_trans_log_efi_extent() 96 extp->ext_start = start_block; in xfs_trans_log_efi_extent() 97 extp->ext_len = ext_len; in xfs_trans_log_efi_extent() 142 xfs_extent_t *extp; in xfs_trans_log_efd_extent() local 152 extp = &(efdp->efd_format.efd_extents[next_extent]); in xfs_trans_log_efd_extent() 153 extp->ext_start = start_block; in xfs_trans_log_efd_extent() 154 extp->ext_len = ext_len; in xfs_trans_log_efd_extent()
|
D | xfs_log_recover.c | 3029 xfs_extent_t *extp; in xlog_recover_process_efi() local 3040 extp = &(efip->efi_format.efi_extents[i]); in xlog_recover_process_efi() 3042 XFS_FSB_TO_DADDR(mp, extp->ext_start)); in xlog_recover_process_efi() 3044 (extp->ext_len == 0) || in xlog_recover_process_efi() 3046 (extp->ext_len >= mp->m_sb.sb_agblocks)) { in xlog_recover_process_efi() 3061 extp = &(efip->efi_format.efi_extents[i]); in xlog_recover_process_efi() 3062 xfs_free_extent(tp, extp->ext_start, extp->ext_len); in xlog_recover_process_efi() 3063 xfs_trans_log_efd_extent(tp, efdp, extp->ext_start, in xlog_recover_process_efi() 3064 extp->ext_len); in xlog_recover_process_efi()
|
/linux-2.4.37.9/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 71 static void cfi_tell_features(struct cfi_pri_intelext *extp) in cfi_tell_features() argument 74 printk(" Feature/Command Support: %4.4X\n", extp->FeatureSupport); in cfi_tell_features() 75 printk(" - Chip Erase: %s\n", extp->FeatureSupport&1?"supported":"unsupported"); in cfi_tell_features() 76 printk(" - Suspend Erase: %s\n", extp->FeatureSupport&2?"supported":"unsupported"); in cfi_tell_features() 77 printk(" - Suspend Program: %s\n", extp->FeatureSupport&4?"supported":"unsupported"); in cfi_tell_features() 78 printk(" - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported"); in cfi_tell_features() 79 printk(" - Queued Erase: %s\n", extp->FeatureSupport&16?"supported":"unsupported"); in cfi_tell_features() 80 printk(" - Instant block lock: %s\n", extp->FeatureSupport&32?"supported":"unsupported"); in cfi_tell_features() 81 printk(" - Protection Bits: %s\n", extp->FeatureSupport&64?"supported":"unsupported"); in cfi_tell_features() 82 printk(" - Page-mode read: %s\n", extp->FeatureSupport&128?"supported":"unsupported"); in cfi_tell_features() [all …]
|
D | cfi_cmdset_0020.c | 64 static void cfi_tell_features(struct cfi_pri_intelext *extp) in cfi_tell_features() argument 67 printk(" Feature/Command Support: %4.4X\n", extp->FeatureSupport); in cfi_tell_features() 68 printk(" - Chip Erase: %s\n", extp->FeatureSupport&1?"supported":"unsupported"); in cfi_tell_features() 69 printk(" - Suspend Erase: %s\n", extp->FeatureSupport&2?"supported":"unsupported"); in cfi_tell_features() 70 printk(" - Suspend Program: %s\n", extp->FeatureSupport&4?"supported":"unsupported"); in cfi_tell_features() 71 printk(" - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported"); in cfi_tell_features() 72 printk(" - Queued Erase: %s\n", extp->FeatureSupport&16?"supported":"unsupported"); in cfi_tell_features() 73 printk(" - Instant block lock: %s\n", extp->FeatureSupport&32?"supported":"unsupported"); in cfi_tell_features() 74 printk(" - Protection Bits: %s\n", extp->FeatureSupport&64?"supported":"unsupported"); in cfi_tell_features() 75 printk(" - Page-mode read: %s\n", extp->FeatureSupport&128?"supported":"unsupported"); in cfi_tell_features() [all …]
|