Searched refs:eas (Results 1 – 5 of 5) sorted by relevance
/linux/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 …]
|
/linux/arch/x86/events/intel/ |
H A D | uncore_snbep.c | 3938 struct dev_ext_attribute *eas = NULL; in pmu_set_mapping() local 3953 eas = kcalloc(uncore_max_dies(), sizeof(*eas), GFP_KERNEL); in pmu_set_mapping() 3954 if (!eas) in pmu_set_mapping() 3959 sysfs_attr_init(&eas[die].attr.attr); in pmu_set_mapping() 3960 eas[die].attr.attr.name = kstrdup(buf, GFP_KERNEL); in pmu_set_mapping() 3961 if (!eas[die].attr.attr.name) in pmu_set_mapping() 3963 eas[die].attr.attr.mode = 0444; in pmu_set_mapping() 3964 eas[die].attr.show = show; in pmu_set_mapping() 3965 eas[die].attr.store = NULL; in pmu_set_mapping() 3966 eas[die].var = (void *)die; in pmu_set_mapping() [all …]
|
/linux/fs/smb/client/ |
H A D | reparse.c | 440 memcpy(data.wsl.eas, &cc->ea, len); in mknod_wsl() 636 ea = (struct smb2_file_full_ea_info *)data->wsl.eas; in wsl_to_fattr()
|
H A D | smb2inode.c | 790 memcpy(idata->wsl.eas, data[0], size[0]); in smb2_compound_op()
|
/linux/Documentation/filesystems/ |
H A D | hpfs.rst | 50 eas=no,ro,rw (default rw) 245 Mount option 'eas' now works
|