/linux-4.1.27/drivers/pnp/isapnp/ |
H A D | Makefile | 5 pnp-y := core.o compat.o
|
H A D | compat.c | 2 * compat.c - A series of functions to make it easier to convert drivers that use
|
H A D | core.c | 583 int number = 0, skip = 0, priority, compat = 0; isapnp_create_device() local 614 compat = 0; isapnp_create_device() 617 if (size == 4 && compat < DEVICE_COUNT_COMPATIBLE) { isapnp_create_device() 623 compat++; isapnp_create_device()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | syscall_32.c | 9 #define SYM(sym, compat) compat 11 #define SYM(sym, compat) sym 16 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void SYM(sym, compat)(void) ; 20 #define __SYSCALL_I386(nr, sym, compat) [nr] = SYM(sym, compat),
|
H A D | syscall_64.c | 9 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat) 12 # define __SYSCALL_X32(nr, sym, compat) __SYSCALL_64(nr, sym, compat) 14 # define __SYSCALL_X32(nr, sym, compat) /* nothing */ 17 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ; 21 #define __SYSCALL_64(nr, sym, compat) [nr] = sym,
|
H A D | asm-offsets_64.c | 7 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, 8 #define __SYSCALL_COMMON(nr, sym, compat) [nr] = 1, 10 # define __SYSCALL_X32(nr, sym, compat) [nr] = 1, 12 # define __SYSCALL_X32(nr, sym, compat) /* nothing */ 17 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1,
|
H A D | asm-offsets_32.c | 10 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1,
|
/linux-4.1.27/include/linux/ |
H A D | kd.h | 6 #define KD_FONT_FLAG_OLD 0x80000000 /* Invoked via old interface [compat] */
|
H A D | atm.h | 8 #include <linux/compat.h>
|
H A D | aio.h | 18 struct iocb __user *__user *iocbpp, bool compat); 24 bool compat) { return 0; } kiocb_set_cancel_fn() 22 do_io_submit(aio_context_t ctx_id, long nr, struct iocb __user * __user *iocbpp, bool compat) do_io_submit() argument
|
H A D | fd.h | 7 #include <linux/compat.h>
|
H A D | of_iommu.h | 43 #define IOMMU_OF_DECLARE(name, compat, fn) \ 44 _OF_DECLARE(iommu, name, compat, fn, of_iommu_init_fn)
|
H A D | of_reserved_mem.h | 27 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ 28 _OF_DECLARE(reservedmem, name, compat, init, reservedmem_of_init_fn)
|
H A D | wireless.h | 16 #include <linux/compat.h> 33 /* Size of the various events for compat */
|
H A D | synclink.h | 18 #include <linux/compat.h>
|
H A D | elfcore-compat.h | 6 #include <linux/compat.h>
|
H A D | of_fdt.h | 35 const char *compat); 39 const char *const *compat);
|
H A D | of_mdio.h | 34 * This way, we don't have to keep compat bits around in drivers. of_mdiobus_register()
|
H A D | usbdevice_fs.h | 34 #include <linux/compat.h>
|
H A D | of.h | 246 const char *type, const char *compat); 340 extern int of_machine_is_compatible(const char *compat); 492 const char *compat) of_find_compatible_node() 615 static inline int of_machine_is_compatible(const char *compat) of_machine_is_compatible() argument 927 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ 930 = { .compatible = compat, \ 933 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ 936 = { .compatible = compat, \ 943 #define OF_DECLARE_1(table, name, compat, fn) \ 944 _OF_DECLARE(table, name, compat, fn, of_init_fn_1) 945 #define OF_DECLARE_2(table, name, compat, fn) \ 946 _OF_DECLARE(table, name, compat, fn, of_init_fn_2) 489 of_find_compatible_node( struct device_node *from, const char *type, const char *compat) of_find_compatible_node() argument
|
H A D | blktrace_api.h | 6 #include <linux/compat.h>
|
H A D | isapnp.h | 92 /* compat */ isapnp_proc_done()
|
H A D | clocksource.h | 247 #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) \ 248 OF_DECLARE_1(clksrc, name, compat, fn)
|
/linux-4.1.27/drivers/macintosh/ |
H A D | macio_sysfs.c | 19 const char *compat; compatible_show() local 24 compat = of_get_property(of->dev.of_node, "compatible", &cplen); compatible_show() 25 if (!compat) { compatible_show() 31 length += sprintf (buf, "%s\n", compat); compatible_show() 33 l = strlen (compat) + 1; compatible_show() 34 compat += l; compatible_show()
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | pci.h | 9 #include <asm-generic/pci-dma-compat.h>
|
H A D | compat_signal.h | 4 #include <linux/compat.h>
|
H A D | floppy_64.h | 534 const char *compat; ebus_fdthree_p() local 536 compat = of_get_property(dp, "compatible", NULL); ebus_fdthree_p() 537 if (compat && !strcmp(compat, "fdthree")) ebus_fdthree_p()
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | pci.h | 8 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | seccomp.h | 8 * The generic seccomp code currently allows only a single compat ABI. Until 9 * this is fixed we priorize O32 as the compat ABI over N32.
|
H A D | compat-signal.h | 5 #include <linux/compat.h>
|
H A D | socket.h | 17 * Please notice that for binary compat reasons MIPS has to
|
H A D | addrspace.h | 142 * The R8000 doesn't have the 32-bit compat spaces so we don't define them 147 #define PHYS_TO_COMPATK1(x) ((x) | COMPAT_K1BASE32) /* 32-bit compat k1 */
|
H A D | pci.h | 139 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | ia32_unistd.h | 5 * This file contains the system call numbers of the ia32 compat ABI,
|
H A D | sys_ia32.h | 19 #include <asm/compat.h>
|
H A D | ftrace.h | 48 #include <asm/compat.h>
|
H A D | ia32.h | 7 #include <linux/compat.h>
|
H A D | pci.h | 121 #include <asm-generic/pci-dma-compat.h> early_quirks()
|
H A D | mtrr.h | 100 #include <linux/compat.h>
|
/linux-4.1.27/arch/blackfin/include/asm/ |
H A D | pci.h | 7 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/security/keys/ |
H A D | Makefile | 18 obj-$(CONFIG_KEYS_COMPAT) += compat.o
|
H A D | compat.c | 14 #include <linux/compat.h>
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | Makefile | 6 # DSS compat layer files 8 dispc-compat.o display-sysfs.o
|
H A D | omapdss-boot-init.c | 55 static void __init omapdss_update_prop(struct device_node *node, char *compat, omapdss_update_prop() argument 65 prop->value = compat; omapdss_update_prop()
|
/linux-4.1.27/arch/x86/um/ |
H A D | sys_call_table_64.c | 37 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat) 38 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */ 40 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ; 44 #define __SYSCALL_64(nr, sym, compat) [ nr ] = sym,
|
H A D | sys_call_table_32.c | 27 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; 31 #define __SYSCALL_I386(nr, sym, compat) [ nr ] = sym,
|
H A D | user-offsets.c | 12 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, 17 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, 18 #define __SYSCALL_COMMON(nr, sym, compat) [nr] = 1, 19 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */
|
/linux-4.1.27/drivers/irqchip/ |
H A D | irqchip.h | 26 #define IRQCHIP_DECLARE(name, compat, fn) OF_DECLARE_2(irqchip, name, compat, fn)
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
H A D | auxvec.h | 15 #else /* else it's non-compat x86-64 */
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | compat_ucontext.h | 4 #include <linux/compat.h>
|
H A D | syscall.h | 7 #include <linux/compat.h>
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | pci.h | 4 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | vio.c | 25 const char *type, *compat; vio_match_device() local 29 compat = dev->compat; vio_match_device() 32 while (matches->type[0] || matches->compat[0]) { vio_match_device() 37 if (matches->compat[0]) { vio_match_device() 39 of_find_in_proplist(compat, matches->compat, len); vio_match_device() 206 const char *type, *compat, *bus_id_name; vio_create_one() local 255 compat = mdesc_get_property(hp, mp, "device-type", &clen); 256 if (!compat) { 272 if (compat) 273 memcpy(vdev->compat, compat, clen); 275 memset(vdev->compat, 0, sizeof(vdev->compat)); 404 const char *compat; vio_init() local 434 compat = mdesc_get_property(hp, root, "compatible", &len); vio_init() 435 if (!compat) { vio_init() 440 if (!of_find_in_proplist(compat, channel_devices_compat, len)) { vio_init() 442 "compat entry.\n", channel_devices_compat); vio_init()
|
H A D | systbls.h | 6 #include <linux/compat.h>
|
/linux-4.1.27/drivers/of/ |
H A D | device.c | 168 const char *compat; of_device_get_modalias() local 180 compat = of_get_property(dev->of_node, "compatible", &cplen); of_device_get_modalias() 181 if (!compat) of_device_get_modalias() 185 for (i = (cplen - 1); i >= 0 && !compat[i]; i--) of_device_get_modalias() 198 if (tsize >= len) { /* limit compat list */ of_device_get_modalias() 204 memcpy(&str[csize + 1], compat, cplen); of_device_get_modalias() 221 const char *compat; of_device_uevent() local 236 compat = of_get_property(dev->of_node, "compatible", &cplen); of_device_uevent() 237 while (compat && *compat && cplen > 0) { of_device_uevent() 238 add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); of_device_uevent() 239 sl = strlen(compat) + 1; of_device_uevent() 240 compat += sl; of_device_uevent()
|
H A D | fdt.c | 81 * compat in its compatible list 84 * @compat: compatible string to compare with compatible list. 90 unsigned long node, const char *compat) of_fdt_is_compatible() 101 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) of_fdt_is_compatible() 134 const char *const *compat) of_fdt_match() 138 if (!compat) of_fdt_match() 141 while (*compat) { of_fdt_match() 142 tmp = of_fdt_is_compatible(blob, node, *compat); of_fdt_match() 145 compat++; of_fdt_match() 659 * of_flat_dt_is_compatible - Return true if given node has compat in compatible list 661 * @compat: compatible string to compare with compatible list. 663 int __init of_flat_dt_is_compatible(unsigned long node, const char *compat) of_flat_dt_is_compatible() argument 665 return of_fdt_is_compatible(initial_boot_params, node, compat); of_flat_dt_is_compatible() 671 int __init of_flat_dt_match(unsigned long node, const char *const *compat) of_flat_dt_match() argument 673 return of_fdt_match(initial_boot_params, node, compat); of_flat_dt_match() 710 const char *const *compat; of_flat_dt_match_machine() local 715 while ((data = get_next_compat(&compat))) { of_flat_dt_match_machine() 716 score = of_flat_dt_match(dt_root, compat); of_flat_dt_match_machine() 89 of_fdt_is_compatible(const void *blob, unsigned long node, const char *compat) of_fdt_is_compatible() argument 133 of_fdt_match(const void *blob, unsigned long node, const char *const *compat) of_fdt_match() argument
|
H A D | of_reserved_mem.c | 188 const char *compat = i->compatible; __reserved_mem_init_node() local 190 if (!of_flat_dt_is_compatible(rmem->fdt_node, compat)) __reserved_mem_init_node() 195 rmem->name, compat); __reserved_mem_init_node()
|
/linux-4.1.27/drivers/staging/android/ |
H A D | ashmem.h | 17 #include <linux/compat.h>
|
/linux-4.1.27/drivers/input/ |
H A D | Makefile | 8 input-core-y := input.o input-compat.o input-mt.o ff-core.o
|
H A D | input-compat.h | 15 #include <linux/compat.h>
|
H A D | input-compat.c | 13 #include "input-compat.h"
|
H A D | evdev.c | 29 #include "input-compat.h" 607 unsigned int maxlen, void __user *p, int compat) bits_to_user() 611 if (compat) { bits_to_user() 635 unsigned int maxlen, void __user *p, int compat) bits_to_user() 637 int len = compat ? bits_to_user() 651 unsigned int maxlen, void __user *p, int compat) bits_to_user() 789 int compat) evdev_handle_get_val() 811 ret = bits_to_user(mem, maxbit, maxlen, p, compat); evdev_handle_get_val() 606 bits_to_user(unsigned long *bits, unsigned int maxbit, unsigned int maxlen, void __user *p, int compat) bits_to_user() argument 634 bits_to_user(unsigned long *bits, unsigned int maxbit, unsigned int maxlen, void __user *p, int compat) bits_to_user() argument 650 bits_to_user(unsigned long *bits, unsigned int maxbit, unsigned int maxlen, void __user *p, int compat) bits_to_user() argument 785 evdev_handle_get_val(struct evdev_client *client, struct input_dev *dev, unsigned int type, unsigned long *bits, unsigned int maxbit, unsigned int maxlen, void __user *p, int compat) evdev_handle_get_val() argument
|
/linux-4.1.27/net/wireless/ |
H A D | Makefile | 15 cfg80211-$(CONFIG_CFG80211_WEXT) += wext-compat.o wext-sme.o
|
/linux-4.1.27/drivers/firmware/efi/ |
H A D | efivars.c | 72 #include <linux/compat.h> 267 struct compat_efi_variable *compat; efivar_store_raw() local 269 if (count != sizeof(*compat)) efivar_store_raw() 272 compat = (struct compat_efi_variable *)buf; efivar_store_raw() 273 attributes = compat->Attributes; efivar_store_raw() 274 vendor = compat->VendorGuid; efivar_store_raw() 275 name = compat->VariableName; efivar_store_raw() 276 size = compat->DataSize; efivar_store_raw() 277 data = compat->Data; efivar_store_raw() 283 copy_out_compat(&entry->var, compat); efivar_store_raw() 316 struct compat_efi_variable *compat; efivar_show_raw() local 328 compat = (struct compat_efi_variable *)buf; efivar_show_raw() 330 size = sizeof(*compat); efivar_show_raw() 331 memcpy(compat->VariableName, var->VariableName, efivar_show_raw() 333 memcpy(compat->Data, var->Data, sizeof(compat->Data)); efivar_show_raw() 335 compat->VendorGuid = var->VendorGuid; efivar_show_raw() 336 compat->DataSize = var->DataSize; efivar_show_raw() 337 compat->Attributes = var->Attributes; efivar_show_raw() 418 struct compat_efi_variable *compat = (struct compat_efi_variable *)buf; efivar_create() local 432 if (count != sizeof(*compat)) efivar_create() 435 attributes = compat->Attributes; efivar_create() 436 name = compat->VariableName; efivar_create() 437 size = compat->DataSize; efivar_create() 438 data = compat->Data; efivar_create() 461 copy_out_compat(&new_entry->var, compat); efivar_create() 489 struct compat_efi_variable *compat; efivar_delete() local 499 if (count != sizeof(*compat)) efivar_delete() 502 compat = (struct compat_efi_variable *)buf; efivar_delete() 503 name = compat->VariableName; efivar_delete() 504 vendor = compat->VendorGuid; efivar_delete()
|
/linux-4.1.27/net/xfrm/ |
H A D | xfrm_algo.c | 179 .compat = "md5", 199 .compat = "sha1", 219 .compat = "sha256", 277 .compat = "rmd160", 332 .compat = "cipher_null", 352 .compat = "des", 372 .compat = "des3_ede", 392 .compat = "cast5", 412 .compat = "blowfish", 432 .compat = "aes", 452 .compat = "serpent", 472 .compat = "camellia", 492 .compat = "twofish", 676 (entry->compat && !strcmp(name, entry->compat))); xfrm_alg_name_match()
|
/linux-4.1.27/fs/ |
H A D | compat_binfmt_elf.c | 17 * functions used in binfmt_elf.c to compat versions. 20 #include <linux/elfcore-compat.h> 48 * The machine-dependent core note format types are defined in elfcore-compat.h, 56 * should be an inline in <linux/compat.h>. 73 * The other following macros can be defined if the compat versions
|
H A D | Makefile | 33 obj-$(CONFIG_COMPAT) += compat.o compat_ioctl.o
|
H A D | exec.c | 58 #include <linux/compat.h> 394 const compat_uptr_t __user *compat; member in union:user_arg_ptr::__anon10857 405 compat_uptr_t compat; get_user_arg_ptr() local 407 if (get_user(compat, argv.ptr.compat + nr)) get_user_arg_ptr() 410 return compat_ptr(compat); get_user_arg_ptr() 1649 .ptr.compat = __argv, compat_do_execve() 1653 .ptr.compat = __envp, compat_do_execve() 1665 .ptr.compat = __argv, compat_do_execveat() 1669 .ptr.compat = __envp, compat_do_execveat()
|
H A D | aio.c | 38 #include <linux/compat.h> 1377 bool compat, aio_setup_vectored_rw() 1381 if (compat) aio_setup_vectored_rw() 1395 char __user *buf, size_t len, bool compat) aio_run_iocb() 1428 &iovec, compat, &iter); aio_run_iocb() 1488 struct iocb *iocb, bool compat) io_submit_one() 1551 compat); io_submit_one() 1564 struct iocb __user *__user *iocbpp, bool compat) do_io_submit() 1606 ret = io_submit_one(ctx, user_iocb, &tmp, compat); do_io_submit() 1375 aio_setup_vectored_rw(int rw, char __user *buf, size_t len, struct iovec **iovec, bool compat, struct iov_iter *iter) aio_setup_vectored_rw() argument 1394 aio_run_iocb(struct kiocb *req, unsigned opcode, char __user *buf, size_t len, bool compat) aio_run_iocb() argument 1487 io_submit_one(struct kioctx *ctx, struct iocb __user *user_iocb, struct iocb *iocb, bool compat) io_submit_one() argument 1563 do_io_submit(aio_context_t ctx_id, long nr, struct iocb __user *__user *iocbpp, bool compat) do_io_submit() argument
|
/linux-4.1.27/net/mac80211/ |
H A D | chan.c | 83 const struct cfg80211_chan_def *compat) ieee80211_chanctx_reserved_chandef() 91 if (!compat) ieee80211_chanctx_reserved_chandef() 92 compat = &sdata->reserved_chandef; ieee80211_chanctx_reserved_chandef() 94 compat = cfg80211_chandef_compatible(&sdata->reserved_chandef, ieee80211_chanctx_reserved_chandef() 95 compat); ieee80211_chanctx_reserved_chandef() 96 if (!compat) ieee80211_chanctx_reserved_chandef() 100 return compat; ieee80211_chanctx_reserved_chandef() 106 const struct cfg80211_chan_def *compat) ieee80211_chanctx_non_reserved_chandef() 117 if (!compat) ieee80211_chanctx_non_reserved_chandef() 118 compat = &sdata->vif.bss_conf.chandef; ieee80211_chanctx_non_reserved_chandef() 120 compat = cfg80211_chandef_compatible( ieee80211_chanctx_non_reserved_chandef() 121 &sdata->vif.bss_conf.chandef, compat); ieee80211_chanctx_non_reserved_chandef() 122 if (!compat) ieee80211_chanctx_non_reserved_chandef() 126 return compat; ieee80211_chanctx_non_reserved_chandef() 132 const struct cfg80211_chan_def *compat) ieee80211_chanctx_combined_chandef() 136 compat = ieee80211_chanctx_reserved_chandef(local, ctx, compat); ieee80211_chanctx_combined_chandef() 137 if (!compat) ieee80211_chanctx_combined_chandef() 140 compat = ieee80211_chanctx_non_reserved_chandef(local, ctx, compat); ieee80211_chanctx_combined_chandef() 141 if (!compat) ieee80211_chanctx_combined_chandef() 144 return compat; ieee80211_chanctx_combined_chandef() 366 const struct cfg80211_chan_def *compat; ieee80211_find_chanctx() local 374 compat = cfg80211_chandef_compatible(&ctx->conf.def, chandef); ieee80211_find_chanctx() 375 if (!compat) ieee80211_find_chanctx() 378 compat = ieee80211_chanctx_reserved_chandef(local, ctx, ieee80211_find_chanctx() 379 compat); ieee80211_find_chanctx() 380 if (!compat) ieee80211_find_chanctx() 383 ieee80211_change_chanctx(local, ctx, compat); ieee80211_find_chanctx() 562 const struct cfg80211_chan_def *compat = NULL; ieee80211_recalc_chanctx_chantype() local 576 if (!compat) ieee80211_recalc_chanctx_chantype() 577 compat = &sdata->vif.bss_conf.chandef; ieee80211_recalc_chanctx_chantype() 579 compat = cfg80211_chandef_compatible( ieee80211_recalc_chanctx_chantype() 580 &sdata->vif.bss_conf.chandef, compat); ieee80211_recalc_chanctx_chantype() 581 if (WARN_ON_ONCE(!compat)) ieee80211_recalc_chanctx_chantype() 586 if (!compat) ieee80211_recalc_chanctx_chantype() 589 ieee80211_change_chanctx(local, ctx, compat); ieee80211_recalc_chanctx_chantype() 1649 const struct cfg80211_chan_def *compat; ieee80211_vif_change_bandwidth() local 1677 compat = cfg80211_chandef_compatible(&conf->def, chandef); ieee80211_vif_change_bandwidth() 1678 if (!compat) { ieee80211_vif_change_bandwidth() 1685 if (!ieee80211_chanctx_reserved_chandef(local, ctx, compat)) { ieee80211_vif_change_bandwidth() 81 ieee80211_chanctx_reserved_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *compat) ieee80211_chanctx_reserved_chandef() argument 104 ieee80211_chanctx_non_reserved_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *compat) ieee80211_chanctx_non_reserved_chandef() argument 130 ieee80211_chanctx_combined_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *compat) ieee80211_chanctx_combined_chandef() argument
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | unistd.h | 14 /* In compat mode, we use sys_llseek() for compat_sys_llseek(). */
|
H A D | syscalls.h | 25 #include <linux/compat.h> 52 /* These four are not defined for 64-bit, but serve as "compat" syscalls. */
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | Makefile | 18 obj-$(CONFIG_COMPAT) += compat.o compat_signal.o
|
H A D | compat.c | 18 #include <linux/compat.h> 88 /* Provide the compat syscall number to call mapping. */
|
H A D | sys.c | 29 #include <linux/compat.h> 76 /* Note: used by the compat code even in 64-bit Linux. */ SYSCALL_DEFINE6()
|
H A D | ptrace.c | 20 #include <linux/compat.h> 246 /* Not used; we handle compat issues in arch_ptrace() directly. */ compat_arch_ptrace()
|
H A D | vdso.c | 16 #include <linux/compat.h>
|
/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | pci.h | 16 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | sys_parisc32.c | 13 #include <linux/compat.h>
|
H A D | binfmt_elf32.c | 41 #include <linux/compat.h> /* struct compat_timeval */
|
H A D | signal32.h | 22 #include <linux/compat.h>
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | pci.h | 11 #include <asm-generic/pci-dma-compat.h>
|
H A D | ftrace.h | 20 #include <linux/compat.h> 44 * tracing compat syscalls may result in reporting bogus syscalls or even
|
H A D | stat.h | 23 #include <asm/compat.h> 26 * struct stat64 is needed for compat tasks only. Its definition is different
|
H A D | shmparam.h | 20 * For IPC syscalls from compat tasks, we need to use the legacy 16k
|
H A D | signal32.h | 21 #include <linux/compat.h>
|
H A D | syscall.h | 20 #include <linux/compat.h>
|
/linux-4.1.27/arch/arc/include/uapi/asm/ |
H A D | elf.h | 16 #define EF_ARC_OSABI_ORIG 0x00000000 /* MUST be zero for back-compat */
|
/linux-4.1.27/net/atm/ |
H A D | resources.h | 16 int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat);
|
H A D | ioctl.c | 23 #include <net/compat.h> 51 unsigned long arg, int compat) do_vcc_ioctl() 85 if (compat) do_vcc_ioctl() 93 if (compat) do_vcc_ioctl() 124 if (compat) { do_vcc_ioctl() 180 error = atm_dev_ioctl(cmd, argp, compat); do_vcc_ioctl() 195 * routines and the compat argument to the actual handlers. Both 50 do_vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg, int compat) do_vcc_ioctl() argument
|
H A D | resources.c | 195 int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat) atm_dev_ioctl() argument 206 compat = 0; /* Just so the compiler _knows_ */ atm_dev_ioctl() 211 if (compat) { atm_dev_ioctl() 255 if (compat) { atm_dev_ioctl() 419 if (compat) { atm_dev_ioctl()
|
/linux-4.1.27/drivers/hid/ |
H A D | uhid.c | 14 #include <linux/compat.h> 395 * This is our messed up request with compat pointer. uhid_event_from_user() 399 struct uhid_create_req_compat *compat; uhid_event_from_user() local 401 compat = kzalloc(sizeof(*compat), GFP_KERNEL); uhid_event_from_user() 402 if (!compat) uhid_event_from_user() 407 if (copy_from_user(compat, buffer, uhid_event_from_user() 408 min(len, sizeof(*compat)))) { uhid_event_from_user() 409 kfree(compat); uhid_event_from_user() 416 memcpy(event->u.create.name, compat->name, uhid_event_from_user() 417 sizeof(compat->name)); uhid_event_from_user() 418 memcpy(event->u.create.phys, compat->phys, uhid_event_from_user() 419 sizeof(compat->phys)); uhid_event_from_user() 420 memcpy(event->u.create.uniq, compat->uniq, uhid_event_from_user() 421 sizeof(compat->uniq)); uhid_event_from_user() 423 event->u.create.rd_data = compat_ptr(compat->rd_data); uhid_event_from_user() 424 event->u.create.rd_size = compat->rd_size; uhid_event_from_user() 426 event->u.create.bus = compat->bus; uhid_event_from_user() 427 event->u.create.vendor = compat->vendor; uhid_event_from_user() 428 event->u.create.product = compat->product; uhid_event_from_user() 429 event->u.create.version = compat->version; uhid_event_from_user() 430 event->u.create.country = compat->country; uhid_event_from_user() 432 kfree(compat); uhid_event_from_user()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | Makefile | 45 compat-obj-$(CONFIG_AUDIT) += compat_audit.o 47 obj-$(CONFIG_COMPAT) += compat_wrapper.o $(compat-obj-y)
|
H A D | compat_wrapper.c | 8 #include <linux/compat.h> 44 * compat tasks. These wrappers will only be used for system calls where only 49 * a size of less than eight bytes, these compat wrappers only touch those
|
H A D | compat_linux.h | 4 #include <linux/compat.h>
|
/linux-4.1.27/sound/aoa/soundbus/ |
H A D | core.c | 63 const char *compat; soundbus_uevent() local 89 compat = of_get_property(of->dev.of_node, "compatible", &cplen); soundbus_uevent() 90 while (compat && cplen > 0) { soundbus_uevent() 92 retval = add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); soundbus_uevent() 95 compat += env->buflen - tmp; soundbus_uevent()
|
/linux-4.1.27/arch/x86/xen/ |
H A D | xen-asm_64.S | 52 * return to 32-bit compat userspace. 136 /* 32-bit compat syscall target */ 142 /* 32-bit compat sysenter target */
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | Makefile | 11 videodev-objs += v4l2-compat-ioctl32.o
|
/linux-4.1.27/include/uapi/linux/ |
H A D | signalfd.h | 45 * a compat on read(2).
|
H A D | libc-compat.h | 19 * (a) Include libc-compat.h in the UAPI header. 20 * e.g. #include <linux/libc-compat.h> 23 * (b) In libc-compat.h add enough code to detect that the comflicting
|
H A D | types.h | 44 * common 32/64-bit compat problems.
|
H A D | xattr.h | 11 #include <linux/libc-compat.h>
|
H A D | ipv6.h | 4 #include <linux/libc-compat.h>
|
H A D | in6.h | 25 #include <linux/libc-compat.h>
|
/linux-4.1.27/kernel/ |
H A D | compat.c | 2 * linux/kernel/compat.c 15 #include <linux/compat.h> 267 * the necessary compat conversion. So the update cannot COMPAT_SYSCALL_DEFINE2() 355 /* Convert our struct tms to the compat version. */ COMPAT_SYSCALL_DEFINE1() 393 * sys_sigprocmask SIG_SETMASK sets the first (compat) word of the 974 sigset_from_compat(sigset_t *set, const compat_sigset_t *compat) sigset_from_compat() argument 977 case 4: set->sig[3] = compat->sig[6] | (((long)compat->sig[7]) << 32 ); sigset_from_compat() 978 case 3: set->sig[2] = compat->sig[4] | (((long)compat->sig[5]) << 32 ); sigset_from_compat() 979 case 2: set->sig[1] = compat->sig[2] | (((long)compat->sig[3]) << 32 ); sigset_from_compat() 980 case 1: set->sig[0] = compat->sig[0] | (((long)compat->sig[1]) << 32 ); sigset_from_compat() 986 sigset_to_compat(compat_sigset_t *compat, const sigset_t *set) sigset_to_compat() argument 989 case 4: compat->sig[7] = (set->sig[3] >> 32); compat->sig[6] = set->sig[3]; sigset_to_compat() 990 case 3: compat->sig[5] = (set->sig[2] >> 32); compat->sig[4] = set->sig[2]; sigset_to_compat() 991 case 2: compat->sig[3] = (set->sig[1] >> 32); compat->sig[2] = set->sig[1]; sigset_to_compat() 992 case 1: compat->sig[1] = (set->sig[0] >> 32); compat->sig[0] = set->sig[0]; sigset_to_compat() 1159 * in order to marshall parameters inside a compat thunk. 1165 /* If len would occupy more than half of the entire compat space... */ compat_alloc_user_space()
|
/linux-4.1.27/arch/arm64/include/uapi/asm/ |
H A D | fcntl.h | 20 * Using our own definitions for AArch32 (compat) support.
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | perf_regs.c | 6 #include <asm/compat.h>
|
H A D | sys_compat.c | 21 #include <linux/compat.h>
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | pci.h | 5 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/drivers/s390/char/ |
H A D | sclp_ctl.c | 9 #include <linux/compat.h> 16 #include <asm/compat.h>
|
H A D | vmcp.c | 16 #include <linux/compat.h> 21 #include <asm/compat.h>
|
/linux-4.1.27/arch/sh/mm/ |
H A D | tlb-pteaex.c | 44 * the protection bits (with the exception of the compat-mode SZ __update_tlb() 66 * address arrays. In compat mode the second array is inaccessible, while
|
H A D | tlb-sh4.c | 40 * the protection bits (with the exception of the compat-mode SZ __update_tlb()
|
/linux-4.1.27/arch/s390/hypfs/ |
H A D | hypfs_sprp.c | 9 #include <linux/compat.h> 15 #include <asm/compat.h>
|
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | cpu-imx5.c | 29 static u32 imx5_read_srev_reg(const char *compat) imx5_read_srev_reg() argument 35 np = of_find_compatible_node(NULL, NULL, compat); imx5_read_srev_reg()
|
H A D | cpu.c | 65 const char *compat) imx_aips_allow_unprivileged_access() 70 for_each_compatible_node(np, NULL, compat) { for_each_compatible_node() 64 imx_aips_allow_unprivileged_access( const char *compat) imx_aips_allow_unprivileged_access() argument
|
H A D | common.h | 62 void imx_aips_allow_unprivileged_access(const char *compat);
|
/linux-4.1.27/net/netfilter/ |
H A D | xt_set.c | 55 ADT_OPT(opt, par->family, info->match_set.u.compat.dim, set_match_v0() 56 info->match_set.u.compat.flags, 0, UINT_MAX); set_match_v0() 59 info->match_set.u.compat.flags & IPSET_INV_MATCH); set_match_v0() 68 info->u.compat.dim = IPSET_DIM_ZERO; compat_flags() 70 info->u.compat.flags |= IPSET_INV_MATCH; compat_flags() 72 info->u.compat.dim++; compat_flags() 74 info->u.compat.flags |= (1<<info->u.compat.dim); compat_flags() 255 ADT_OPT(add_opt, par->family, info->add_set.u.compat.dim, set_target_v0() 256 info->add_set.u.compat.flags, 0, UINT_MAX); set_target_v0() 257 ADT_OPT(del_opt, par->family, info->del_set.u.compat.dim, set_target_v0() 258 info->del_set.u.compat.flags, 0, UINT_MAX); set_target_v0()
|
/linux-4.1.27/drivers/regulator/ |
H A D | isl9305.c | 180 { .compatible = "isl,isl9305" }, /* for backward compat., don't use */ 182 { .compatible = "isl,isl9305h" }, /* for backward compat., don't use */
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | binfmt_elfn32.c | 7 * Heavily inspired by the 32-bit Sparc compat code which is 56 #include <linux/compat.h>
|
H A D | binfmt_elfo32.c | 7 * Heavily inspired by the 32-bit Sparc compat code which is 77 #include <linux/compat.h>
|
H A D | linux32.c | 32 #include <linux/compat.h> 40 #include <asm/compat-signal.h>
|
H A D | signal_n32.c | 28 #include <linux/compat.h> 34 #include <asm/compat-signal.h>
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
H A D | prism2fw.c | 100 hfa384x_caplevel_t compat; member in union:s3inforec::__anon10331 1150 s3info[i].info.compat.role, validate_identity() 1151 s3info[i].info.compat.id, validate_identity() 1152 s3info[i].info.compat.variant, validate_identity() 1153 s3info[i].info.compat.bottom, validate_identity() 1154 s3info[i].info.compat.top); validate_identity() 1156 /* MAC compat range */ validate_identity() 1157 if ((s3info[i].info.compat.role == 1) && validate_identity() 1158 (s3info[i].info.compat.id == 2)) { validate_identity() 1159 if (s3info[i].info.compat.variant != validate_identity() 1165 /* PRI compat range */ validate_identity() 1166 if ((s3info[i].info.compat.role == 1) && validate_identity() 1167 (s3info[i].info.compat.id == 3)) { validate_identity() 1168 if ((s3info[i].info.compat.bottom > priid.top) validate_identity() 1169 || (s3info[i].info.compat.top < validate_identity() 1174 /* SEC compat range */ validate_identity() 1175 if ((s3info[i].info.compat.role == 1) && validate_identity() 1176 (s3info[i].info.compat.id == 4)) { validate_identity()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | pci.h | 59 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/arch/sparc/lib/ |
H A D | copy_in_user.S | 27 * small copies in the compat layer. It is also used
|
/linux-4.1.27/include/net/ |
H A D | compat.h | 9 #include <linux/compat.h>
|
H A D | act_api.h | 79 __u32 type; /* for backward compat(TCA_OLD_COMPAT) */
|
/linux-4.1.27/include/linux/netfilter_arp/ |
H A D | arp_tables.h | 61 #include <net/compat.h>
|
/linux-4.1.27/include/linux/netfilter_ipv4/ |
H A D | ip_tables.h | 72 #include <net/compat.h>
|
/linux-4.1.27/include/linux/netfilter_ipv6/ |
H A D | ip6_tables.h | 50 #include <net/compat.h>
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
H A D | xt_set.h | 24 } compat; member in union:xt_set_info_v0::__anon13492
|
/linux-4.1.27/arch/powerpc/boot/ |
H A D | ops.h | 51 const char *compat); 97 int dt_is_compatible(void *node, const char *compat); 185 const char *compat) find_node_by_compatible() 188 return dt_ops.find_node_by_compatible(prev, compat); find_node_by_compatible() 184 find_node_by_compatible(const void *prev, const char *compat) find_node_by_compatible() argument
|
H A D | devtree.c | 335 int dt_is_compatible(void *node, const char *compat) dt_is_compatible() argument 345 if (!strcmp(buf + pos, compat)) dt_is_compatible()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | futex.h | 10 #include <asm/asm-compat.h>
|
H A D | bug.h | 5 #include <asm/asm-compat.h>
|
H A D | firmware.h | 17 #include <asm/asm-compat.h>
|
H A D | cmpxchg.h | 7 #include <asm/asm-compat.h>
|
H A D | compat.h | 217 * ipc64_perm is actually 32/64bit clean but since the compat layer refers to
|
H A D | dcr-regs.h | 43 #define SDR0_MFR_PCM 0x10000000 /* PPC440GP irq compat mode */
|
H A D | pci.h | 23 #include <asm-generic/pci-dma-compat.h>
|
H A D | word-at-a-time.h | 9 #include <asm/asm-compat.h>
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | epapr_hcalls.S | 17 #include <asm/asm-compat.h>
|
H A D | ppc32.h | 4 #include <linux/compat.h>
|
H A D | sys_ppc32.c | 39 #include <linux/compat.h>
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | pci.h | 52 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | pci.h | 18 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | Makefile | 55 obj-$(CONFIG_OABI_COMPAT) += sys_oabi-compat.o
|
H A D | entry-common.S | 266 #define ABI(native, compat) native 378 #define ABI(native, compat) compat
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
H A D | qxl_dev.h | 162 /* qxl-1 compat: append only */ 228 /* qxl-1 compat: append only */ 262 /* qxl-1 compat: fixed */ 274 /* qxl-1 compat: fixed */ 280 /* qxl-1 compat: append only */ 290 /* qxl-1 compat: fixed */ 348 /* qxl-1 compat: append only */
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_shader.c | 518 * vmw_compat_shader_id_ok - Check whether a compat shader user key and 532 * vmw_compat_shader_key - Compute a hash key suitable for a compat shader. 546 * vmw_compat_shader_remove - Stage a compat shader for removal. 548 * @man: Pointer to the compat shader manager identifying the shader namespace. 568 * vmw_compat_shader_add - Create a compat shader and stage it for addition 571 * @man: Pointer to the compat shader manager identifying the shader namespace. 642 * vmw_compat_shader_lookup - Look up a compat shader
|
/linux-4.1.27/drivers/ide/ |
H A D | trm290.c | 281 u16 new, old, compat = hwif->channel ? 0x374 : 0x3f4; init_hwif_trm290() local 289 if (old != compat && old_mask == 0xff) { init_hwif_trm290() 291 compat += (next_offset += 0x400); init_hwif_trm290() 292 hwif->io_ports.ctl_addr = compat + 2; init_hwif_trm290() 293 outw(compat | 1, hwif->config_data); init_hwif_trm290()
|
/linux-4.1.27/arch/metag/kernel/ |
H A D | setup.c | 192 const char **compat; dump_machine_table() local 197 for (compat = p->dt_compat; compat && *compat; ++compat) for_each_machine_desc() 198 printk(" '%s'", *compat); for_each_machine_desc()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
H A D | curproc.h | 56 /* check if task is running in compat mode.*/
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
H A D | linux-curproc.c | 46 #include <linux/compat.h>
|
/linux-4.1.27/drivers/crypto/caam/ |
H A D | key_gen.c | 7 #include "compat.h"
|
/linux-4.1.27/arch/x86/oprofile/ |
H A D | backtrace.c | 14 #include <linux/compat.h>
|
/linux-4.1.27/arch/tile/include/uapi/asm/ |
H A D | ptrace.h | 96 #define PT_FLAGS_COMPAT 0x10000 /* process is an -m32 compat process */
|
/linux-4.1.27/arch/tile/mm/ |
H A D | mmap.c | 22 #include <linux/compat.h>
|
H A D | elf.c | 18 #include <linux/compat.h>
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_ioc32.c | 34 #include <linux/compat.h>
|
/linux-4.1.27/fs/quota/ |
H A D | compat.c | 3 #include <linux/compat.h>
|
/linux-4.1.27/arch/sh/include/cpu-sh5/cpu/ |
H A D | cache.h | 21 /* Unimplemented compat bits.. */
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | pci.h | 84 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/sound/core/ |
H A D | hwdep_compat.c | 23 #include <linux/compat.h>
|
H A D | timer_compat.c | 23 #include <linux/compat.h>
|
/linux-4.1.27/include/uapi/linux/usb/ |
H A D | functionfs.h | 138 * | 9 | bCount | U8 | number of ext. compat. | 140 * | 11 | ExtCompat[] | | list of ext. compat. d. | 148 * | 9 | wCount | U16 | number of ext. compat. |
|
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmmii.c | 442 char *compat; bcmgenet_mii_of_init() local 445 compat = kasprintf(GFP_KERNEL, "brcm,genet-mdio-v%d", priv->version); bcmgenet_mii_of_init() 446 if (!compat) bcmgenet_mii_of_init() 449 mdio_dn = of_find_compatible_node(dn, NULL, compat); bcmgenet_mii_of_init() 450 kfree(compat); bcmgenet_mii_of_init()
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
H A D | tah.c | 156 /* For backward compat with old DT */
|
/linux-4.1.27/arch/tile/kernel/vdso/ |
H A D | Makefile | 11 # vdso32 is only for tilegx -m32 compat task.
|
/linux-4.1.27/fs/jbd/ |
H A D | journal.c | 1389 * @compat: bitmask of compatible features 1397 int journal_check_used_features (journal_t *journal, unsigned long compat, journal_check_used_features() argument 1402 if (!compat && !ro && !incompat) journal_check_used_features() 1409 if (((be32_to_cpu(sb->s_feature_compat) & compat) == compat) && journal_check_used_features() 1420 * @compat: bitmask of compatible features 1428 int journal_check_available_features (journal_t *journal, unsigned long compat, journal_check_available_features() argument 1431 if (!compat && !ro && !incompat) journal_check_available_features() 1441 if ((compat & JFS_KNOWN_COMPAT_FEATURES) == compat && journal_check_available_features() 1452 * @compat: bitmask of compatible features 1461 int journal_set_features (journal_t *journal, unsigned long compat, journal_set_features() argument 1466 if (journal_check_used_features(journal, compat, ro, incompat)) journal_set_features() 1469 if (!journal_check_available_features(journal, compat, ro, incompat)) journal_set_features() 1473 compat, ro, incompat); journal_set_features() 1477 sb->s_feature_compat |= cpu_to_be32(compat); journal_set_features()
|
/linux-4.1.27/ipc/ |
H A D | compat_mq.c | 9 #include <linux/compat.h>
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | pgalloc.h | 108 /* Forking a compat process with 2 page table levels */ pgd_alloc()
|
H A D | pci.h | 12 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | pci.h | 127 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/arch/powerpc/oprofile/ |
H A D | backtrace.c | 14 #include <asm/compat.h>
|
/linux-4.1.27/arch/hexagon/kernel/ |
H A D | asm-offsets.c | 25 #include <linux/compat.h>
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | pci.h | 53 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | pci.h | 72 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/fs/cifs/ |
H A D | cifs_fs_sb.h | 32 #define CIFS_MOUNT_UNX_EMUL 0x80 /* Network compat with SFUnix emulation */
|
/linux-4.1.27/fs/ext2/ |
H A D | ioctl.c | 14 #include <linux/compat.h>
|
/linux-4.1.27/scripts/mod/ |
H A D | devicetable-offsets.c | 89 DEVID_FIELD(vio_device_id, compat); main()
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_compat.c | 23 #include <linux/compat.h>
|
/linux-4.1.27/sound/firewire/oxfw/ |
H A D | oxfw.h | 15 #include <linux/compat.h>
|
/linux-4.1.27/sound/pci/hda/ |
H A D | hda_hwdep.c | 23 #include <linux/compat.h>
|
/linux-4.1.27/fs/jbd2/ |
H A D | journal.c | 1764 * @compat: bitmask of compatible features 1772 int jbd2_journal_check_used_features (journal_t *journal, unsigned long compat, jbd2_journal_check_used_features() argument 1777 if (!compat && !ro && !incompat) jbd2_journal_check_used_features() 1788 if (((be32_to_cpu(sb->s_feature_compat) & compat) == compat) && jbd2_journal_check_used_features() 1799 * @compat: bitmask of compatible features 1807 int jbd2_journal_check_available_features (journal_t *journal, unsigned long compat, jbd2_journal_check_available_features() argument 1810 if (!compat && !ro && !incompat) jbd2_journal_check_available_features() 1820 if ((compat & JBD2_KNOWN_COMPAT_FEATURES) == compat && jbd2_journal_check_available_features() 1831 * @compat: bitmask of compatible features 1840 int jbd2_journal_set_features (journal_t *journal, unsigned long compat, jbd2_journal_set_features() argument 1846 ((compat & (f)) && !(sb->s_feature_compat & cpu_to_be32(f))) jbd2_journal_set_features() 1849 if (jbd2_journal_check_used_features(journal, compat, ro, incompat)) jbd2_journal_set_features() 1852 if (!jbd2_journal_check_available_features(journal, compat, ro, incompat)) jbd2_journal_set_features() 1863 compat & JBD2_FEATURE_COMPAT_CHECKSUM) jbd2_journal_set_features() 1864 compat &= ~JBD2_FEATURE_COMPAT_CHECKSUM; jbd2_journal_set_features() 1867 compat, ro, incompat); jbd2_journal_set_features() 1901 sb->s_feature_compat |= cpu_to_be32(compat); jbd2_journal_set_features() 1914 * @compat: bitmask of compatible features 1921 void jbd2_journal_clear_features(journal_t *journal, unsigned long compat, jbd2_journal_clear_features() argument 1927 compat, ro, incompat); jbd2_journal_clear_features() 1931 sb->s_feature_compat &= ~cpu_to_be32(compat); jbd2_journal_clear_features()
|
/linux-4.1.27/drivers/sbus/char/ |
H A D | display7seg.c | 86 * are not operating in solaris-compat mode d7s_release() 240 /* Honor OBP d7s-flipped? unless operating in solaris-compat mode */ d7s_remove()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_ioctl32.h | 21 #include <linux/compat.h> 25 * and/or alignment. We define compat structures which match the
|
/linux-4.1.27/include/video/ |
H A D | cirrus.h | 108 #define CL_GR2F 0x2f /* Picasso IV Blitter compat mode..? */ 112 #define CL_GR33 0x33 /* another P4 "compat" register.. */
|
/linux-4.1.27/net/ipv4/netfilter/ |
H A D | arp_tables.c | 25 #include <net/compat.h> 887 const int *len, int compat) get_info() 904 if (compat) get_info() 915 if (compat) { get_info() 940 if (compat) get_info() 1116 unsigned int len, int compat) do_add_counters() 1134 if (compat) { do_add_counters() 1148 if (compat) { do_add_counters() 1241 /* For purposes of check_entry casting the compat entry is fine */ check_compat_entry_size_and_hooks() 886 get_info(struct net *net, void __user *user, const int *len, int compat) get_info() argument 1115 do_add_counters(struct net *net, const void __user *user, unsigned int len, int compat) do_add_counters() argument
|
/linux-4.1.27/drivers/isdn/gigaset/ |
H A D | interface.c | 63 static const unsigned compat[4] = GIG_COMPAT; if_version() local 73 memcpy(arg, compat, sizeof compat); if_version()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-cache-metadata.h | 32 * Ext[234]-style compat feature flags.
|
/linux-4.1.27/drivers/staging/android/ion/ |
H A D | compat_ion.c | 17 #include <linux/compat.h>
|
/linux-4.1.27/drivers/char/agp/ |
H A D | compat_ioctl.h | 29 #include <linux/compat.h>
|
/linux-4.1.27/arch/microblaze/include/asm/ |
H A D | pci.h | 25 #include <asm-generic/pci-dma-compat.h>
|
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | kernel-entry-init.h | 24 # a1 = argv (kseg0 compat addr)
|
/linux-4.1.27/fs/reiserfs/ |
H A D | ioctl.c | 12 #include <linux/compat.h>
|
/linux-4.1.27/fs/ubifs/ |
H A D | ioctl.c | 27 #include <linux/compat.h>
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 75 /* 127-124 compat */
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | slice.c | 431 * "compat" means slices that have a compatible page size (i.e. slice_get_unmapped_area() 436 * check if fits in good | compat => OK slice_get_unmapped_area() 437 * check if fits in good | compat | free => convert free slice_get_unmapped_area() 445 * search in good | compat | free, found => convert free. slice_get_unmapped_area()
|