Home
last modified time | relevance | path

Searched refs:eas (Results 1 – 3 of 3) sorted by relevance

/linux/fs/hpfs/
A Dsuper.c314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument
379 *eas = 0; in parse_opts()
382 *eas = 1; in parse_opts()
385 *eas = 2; in parse_opts()
447 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
459 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk; in hpfs_remount_fs()
463 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_remount_fs()
549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
570 eas = 2; in hpfs_fill_super()
577 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_fill_super()
[all …]
/linux/arch/x86/events/intel/
A Duncore_snbep.c3813 struct dev_ext_attribute *eas = NULL; in pmu_iio_set_mapping() local
3826 eas = kcalloc(uncore_max_dies(), sizeof(*eas), GFP_KERNEL); in pmu_iio_set_mapping()
3827 if (!eas) in pmu_iio_set_mapping()
3832 sysfs_attr_init(&eas[die].attr.attr); in pmu_iio_set_mapping()
3834 if (!eas[die].attr.attr.name) in pmu_iio_set_mapping()
3836 eas[die].attr.attr.mode = 0444; in pmu_iio_set_mapping()
3838 eas[die].attr.store = NULL; in pmu_iio_set_mapping()
3839 eas[die].var = (void *)die; in pmu_iio_set_mapping()
3840 attrs[die] = &eas[die].attr.attr; in pmu_iio_set_mapping()
3847 kfree(eas[die].attr.attr.name); in pmu_iio_set_mapping()
[all …]
/linux/Documentation/filesystems/
A Dhpfs.rst50 eas=no,ro,rw (default rw)
245 Mount option 'eas' now works

Completed in 19 milliseconds