Searched refs:eas (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | super.c | 314 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, ×hift))) { in hpfs_remount_fs() 481 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk; in hpfs_remount_fs() 549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local 570 eas = 2; in hpfs_fill_super() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | uncore_snbep.c | 3748 struct dev_ext_attribute *eas = NULL; in skx_iio_set_mapping() local 3761 eas = kcalloc(uncore_max_dies(), sizeof(*eas), GFP_KERNEL); in skx_iio_set_mapping() 3762 if (!eas) in skx_iio_set_mapping() 3767 sysfs_attr_init(&eas[die].attr.attr); in skx_iio_set_mapping() 3768 eas[die].attr.attr.name = kstrdup(buf, GFP_KERNEL); in skx_iio_set_mapping() 3769 if (!eas[die].attr.attr.name) in skx_iio_set_mapping() 3771 eas[die].attr.attr.mode = 0444; in skx_iio_set_mapping() 3772 eas[die].attr.show = skx_iio_mapping_show; in skx_iio_set_mapping() 3773 eas[die].attr.store = NULL; in skx_iio_set_mapping() 3774 eas[die].var = (void *)die; in skx_iio_set_mapping() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | hpfs.rst | 50 eas=no,ro,rw (default rw) 245 Mount option 'eas' now works
|