/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | super.c | 303 {Opt_eas_no, "eas=no"}, 304 {Opt_eas_ro, "eas=ro"}, 305 {Opt_eas_rw, "eas=rw"}, 314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() 379 *eas = 0; in parse_opts() 382 *eas = 1; in parse_opts() 385 *eas = 2; in parse_opts() 421 uid=xxx set uid of files that don't have uid specified in eas\n\ in hpfs_help() 422 gid=xxx set gid of files that don't have gid specified in eas\n\ in hpfs_help() 423 umask=xxx set mode of files that don't have mode specified in eas\ in hpfs_help() 313 parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, int *lowercase, int *eas, int *chk, int *errs, int *chkdsk, int *timeshift) parse_opts() argument 447 int lowercase, eas, chk, errs, chkdsk, timeshift; hpfs_remount_fs() local 549 int lowercase, eas, chk, errs, chkdsk, timeshift; hpfs_fill_super() local [all...] |
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | super.c | 303 {Opt_eas_no, "eas=no"}, 304 {Opt_eas_ro, "eas=ro"}, 305 {Opt_eas_rw, "eas=rw"}, 314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() 379 *eas = 0; in parse_opts() 382 *eas = 1; in parse_opts() 385 *eas = 2; in parse_opts() 421 uid=xxx set uid of files that don't have uid specified in eas\n\ in hpfs_help() 422 gid=xxx set gid of files that don't have gid specified in eas\n\ in hpfs_help() 423 umask=xxx set mode of files that don't have mode specified in eas\ in hpfs_help() 313 parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, int *lowercase, int *eas, int *chk, int *errs, int *chkdsk, int *timeshift) parse_opts() argument 447 int lowercase, eas, chk, errs, chkdsk, timeshift; hpfs_remount_fs() local 549 int lowercase, eas, chk, errs, chkdsk, timeshift; hpfs_fill_super() local [all...] |
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | uncore_snbep.c | 3772 struct dev_ext_attribute *eas = NULL; in pmu_iio_set_mapping() local 3785 eas = kcalloc(uncore_max_dies(), sizeof(*eas), GFP_KERNEL); in pmu_iio_set_mapping() 3786 if (!eas) in pmu_iio_set_mapping() 3791 sysfs_attr_init(&eas[die].attr.attr); in pmu_iio_set_mapping() 3792 eas[die].attr.attr.name = kstrdup(buf, GFP_KERNEL); in pmu_iio_set_mapping() 3793 if (!eas[die].attr.attr.name) in pmu_iio_set_mapping() 3795 eas[die].attr.attr.mode = 0444; in pmu_iio_set_mapping() 3796 eas[die].attr.show = skx_iio_mapping_show; in pmu_iio_set_mapping() 3797 eas[di in pmu_iio_set_mapping() [all...] |
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | uncore_snbep.c | 3927 struct dev_ext_attribute *eas = NULL; in pmu_set_mapping() local 3942 eas = kcalloc(uncore_max_dies(), sizeof(*eas), GFP_KERNEL); in pmu_set_mapping() 3943 if (!eas) in pmu_set_mapping() 3948 sysfs_attr_init(&eas[die].attr.attr); in pmu_set_mapping() 3949 eas[die].attr.attr.name = kstrdup(buf, GFP_KERNEL); in pmu_set_mapping() 3950 if (!eas[die].attr.attr.name) in pmu_set_mapping() 3952 eas[die].attr.attr.mode = 0444; in pmu_set_mapping() 3953 eas[die].attr.show = show; in pmu_set_mapping() 3954 eas[di in pmu_set_mapping() [all...] |