/linux-4.4.14/security/keys/ |
D | persistent.c | 45 struct key *persistent; in key_create_persistent() local 59 persistent = keyring_alloc(index_key->description, in key_create_persistent() 65 if (IS_ERR(persistent)) in key_create_persistent() 66 return ERR_CAST(persistent); in key_create_persistent() 68 return make_key_ref(persistent, true); in key_create_persistent() 79 struct key *persistent; in key_get_persistent() local 113 persistent = key_ref_to_ptr(persistent_ref); in key_get_persistent() 114 ret = key_link(key_ref_to_ptr(dest_ref), persistent); in key_get_persistent() 116 key_set_timeout(persistent, persistent_keyring_expiry); in key_get_persistent() 117 ret = persistent->serial; in key_get_persistent()
|
D | Kconfig | 24 bool "Enable register of persistent per-UID keyrings" 27 This option provides a register of persistent per-UID keyrings, 28 primarily aimed at Kerberos key storage. The keyrings are persistent
|
D | Makefile | 21 obj-$(CONFIG_PERSISTENT_KEYRINGS) += persistent.o
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | flat.h | 20 unsigned long *persistent); 30 #define flat_get_addr_from_rp(rp, relval, flags, persistent) \ argument 31 bfin_get_addr_from_rp(rp, relval, flags, persistent) 43 unsigned long *persistent) in flat_set_persistent() argument 47 *persistent = relval << 16; in flat_set_persistent()
|
/linux-4.4.14/drivers/nvdimm/ |
D | Kconfig | 9 bus is registered to advertise PMEM (persistent memory) 32 these persistent memory ranges into block devices that are 45 apertures to access persistent media. 63 update semantics for persistent memory devices, so that 77 bool "PFN: Map persistent (device) memory" 82 Map persistent memory, i.e. advertise it to the memory 83 management sub-system. By default persistent memory does
|
/linux-4.4.14/arch/arm/include/asm/ |
D | flat.h | 11 #define flat_get_addr_from_rp(rp, relval, flags, persistent) ((void)persistent,get_unaligned(rp)) argument
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | pstore | 5 Description: Generic interface to platform dependent persistent storage. 27 the file will signal to the underlying persistent storage 33 will be saved elsewhere and erased from persistent store 40 persistent storage until at least this amount is reached.
|
D | dev-kmsg | 29 persistent state; many readers can concurrently open the device
|
D | sysfs-class-mtd | 166 a persistent return value of -EUCLEAN on devices where sticky
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | flat.h | 21 #define flat_get_addr_from_rp(rp, relval, flags, persistent) \ argument 22 ({(void)persistent; \
|
/linux-4.4.14/fs/pstore/ |
D | Kconfig | 8 persistent storage via "pstore" filesystem that can 12 (or "M") to a platform specific persistent store driver 14 If you don't have a platform persistent store driver, 40 With this option kernel traces function calls into a persistent
|
/linux-4.4.14/drivers/md/ |
D | dm-exception-store.c | 199 char persistent; in dm_exception_store_create() local 212 persistent = toupper(*argv[0]); in dm_exception_store_create() 213 if (persistent == 'P') in dm_exception_store_create() 215 else if (persistent == 'N') in dm_exception_store_create()
|
D | Makefile | 9 dm-snap-persistent.o 49 obj-$(CONFIG_DM_PERSISTENT_DATA) += persistent-data/
|
D | md.c | 2321 if (!mddev->persistent) { in md_update_sb() 2901 if (mddev->pers && mddev->persistent && in new_offset_store() 2965 if (my_mddev->persistent) { in rdev_size_store() 4097 if (mddev->persistent) { in new_dev_store() 4213 if (mddev->persistent) in metadata_show() 4244 mddev->persistent = 0; in metadata_store() 4258 mddev->persistent = 0; in metadata_store() 4277 mddev->persistent = 1; in metadata_store() 4786 else if (mddev->persistent && in reshape_direction_store() 5138 if (!mddev->persistent) in md_run() [all …]
|
D | md.h | 258 int persistent; member
|
D | dm-raid.c | 290 rs->md.persistent = 1; in dev_parms() 731 rs->md.persistent = 0; in parse_raid_params()
|
D | Kconfig | 250 source "drivers/md/persistent-data/Kconfig"
|
D | bitmap.c | 648 if (bitmap->mddev->persistent) { in bitmap_read_sb()
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | Makefile | 1 obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o 2 dm-persistent-data-objs := \
|
D | Kconfig | 11 bool "Keep stack trace of persistent data block lock holders"
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | flat.c | 18 unsigned long *persistent) in bfin_get_addr_from_rp() argument 30 val += *persistent; in bfin_get_addr_from_rp()
|
/linux-4.4.14/Documentation/vm/ |
D | hugetlbpage.txt | 22 persistent hugetlb pages in the kernel's huge page pool. It also displays 54 /proc/sys/vm/nr_hugepages indicates the current number of "persistent" huge 57 privileges can dynamically allocate more or free some persistent huge pages 69 The administrator can allocate persistent huge pages on the kernel boot 83 default sized persistent huge pages: 95 silently skipped when allocating persistent huge pages. See the discussion 97 with the allocation and freeing of persistent huge pages. 120 persistent huge page pool is exhausted. As these surplus huge pages become 124 pages will first be promoted to persistent huge pages. Then, additional 126 the new persistent huge page pool size. [all …]
|
/linux-4.4.14/Documentation/device-mapper/ |
D | snapshot.txt | 33 *) snapshot <origin> <COW device> <persistent?> <chunksize> 43 <persistent?> is P (Persistent) or N (Not persistent - will not survive 44 after reboot). O (Overflow) can be added as a persistent store option 48 The difference between persistent and transient is with transient 53 * snapshot-merge <origin> <COW device> <persistent> <chunksize> 56 works with persistent snapshots. This target assumes the role of the
|
D | persistent-data.txt | 16 The persistent-data library is an attempt to provide a re-usable 25 under drivers/md/persistent-data. 36 Clients of persistent-data are unlikely to use this directly.
|
D | era.txt | 19 metadata dev : fast device holding the persistent metadata
|
D | cache.txt | 181 metadata dev : fast device holding the persistent metadata
|
/linux-4.4.14/include/uapi/linux/ |
D | cdrom.h | 760 __u8 persistent : 1; member 764 __u8 persistent : 1; member 787 __u8 persistent : 1; member 791 __u8 persistent : 1; member 917 __u8 persistent:1; member 921 __u8 persistent:1; member
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | flat.h | 16 unsigned long *persistent) in flat_set_persistent() argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | priv.h | 14 bool persistent; member
|
D | nv04.c | 212 .persistent = false,
|
D | nv40.c | 229 .persistent = false,
|
D | nv50.c | 233 .persistent = false,
|
D | base.c | 186 if (!imem->func->persistent) { in nvkm_instobj_new()
|
D | gk20a.c | 585 .persistent = true,
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | flat.h | 37 unsigned long flags, unsigned long *persistent) in flat_get_addr_from_rp() argument
|
/linux-4.4.14/net/rfkill/ |
D | core.c | 59 bool persistent; member 546 rfkill->persistent = true; in rfkill_init_sw_state() 575 rfkill->persistent = true; in rfkill_set_states() 643 return sprintf(buf, "%d\n", rfkill->persistent); in persistent_show() 645 static DEVICE_ATTR_RO(persistent); 820 if (!rfkill->persistent) { in rfkill_resume() 981 if (!rfkill->persistent || rfkill_epo_lock_active) { in rfkill_register()
|
/linux-4.4.14/Documentation/networking/ |
D | ipvs-sysctl.txt | 149 persistent templates when the destination server is quiescent. 152 subsequent otherwise persistent connections are sent to a 153 different destination server. By default new persistent 222 the connection type. For persistent services avoid synchronisation 225 sloppy_sctp flags on backup servers. For non-persistent services
|
D | tuntap.txt | 46 If you want to create persistent devices and give ownership of them to
|
D | bonding.txt | 2765 slaves and remains persistent (even if the first slave is removed) until
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | flat.h | 20 #define flat_get_addr_from_rp(rp, relval, flags, persistent) \ argument
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | lppaca.h | 126 __be32 persistent; /* Number of persistent SLBs */ member
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv_ras.c | 48 n = min_t(u32, be32_to_cpu(slb->persistent), SLB_MIN_SIZE); in reload_slb()
|
/linux-4.4.14/fs/ceph/ |
D | Kconfig | 24 Choose Y here to enable persistent, read-only local
|
/linux-4.4.14/fs/coda/ |
D | Kconfig | 11 persistent client caches and write back caching.
|
/linux-4.4.14/fs/9p/ |
D | Kconfig | 17 Choose Y here to enable persistent, read-only local
|
/linux-4.4.14/Documentation/firmware_class/ |
D | README | 115 Note: this would require the persistent objects to be included 120 persistent should be left to userspace.
|
/linux-4.4.14/Documentation/ |
D | ramoops.txt | 12 needs a system with persistent RAM so that the content of that area can 41 Ramoops also supports software ECC protection of persistent memory regions.
|
D | md.txt | 11 for old raid arrays without persistent superblocks: 14 for raid arrays with persistent superblocks 28 other modes are only supported with persistent super blocks 130 arrays with no superblock (non-persistent).
|
D | Changes | 214 functionality of devfs, while allowing persistent device naming for
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | paca.c | 126 s->persistent = cpu_to_be32(SLB_NUM_BOLTED); in init_slb_shadow()
|
D | mce_power.c | 103 n = min_t(u32, be32_to_cpu(slb->persistent), SLB_MIN_SIZE); in flush_and_reload_slb()
|
/linux-4.4.14/Documentation/powerpc/ |
D | transactional_memory.txt | 85 effects will be persistent, independent of transaction success or failure. No 187 bit 7 is set, it indicates that the error is consider persistent. For example 188 a TM_CAUSE_ALIGNMENT will be persistent while a TM_CAUSE_RESCHED will not.
|
D | hvcs.txt | 195 persistent. Once created they will exist prior to the driver insmod.
|
/linux-4.4.14/fs/ |
D | binfmt_flat.c | 745 unsigned long persistent = 0; in load_flat_file() local 753 if (flat_set_persistent (relval, &persistent)) in load_flat_file() 764 &persistent); in load_flat_file()
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 34 What: /sys/class/rfkill/rfkill[0-9]+/persistent
|
D | sysfs-bus-firewire | 122 in SAM-2...SAM-4 annex A. They are persistent and world-wide
|
/linux-4.4.14/drivers/acpi/apei/ |
D | Kconfig | 62 error information to and from a persistent store. Enable this
|
/linux-4.4.14/drivers/platform/chrome/ |
D | Kconfig | 31 This module instantiates the persistent storage on x86 ChromeOS
|
/linux-4.4.14/Documentation/usb/ |
D | persist.txt | 118 to plug in a USB flash device, create a persistent volume associated 120 have the same persistent volume associated with the device. As such 123 On the other hand, writing a persistent volume manager would be a big
|
/linux-4.4.14/include/net/irda/ |
D | irlmp.h | 103 int persistent; member
|
/linux-4.4.14/Documentation/filesystems/ |
D | 9p.txt | 76 fscache = use FS-Cache for a persistent, read-only 132 cachetag cache tag to use the specified persistent cache.
|
D | ntfs.txt | 193 setting is not persistent across mounts and can be 390 You have to use the "persistent-superblock 0" option for each raid-disk in the 391 NTFS volume/stripe you are configuring in /etc/raidtab as the persistent 404 persistent-superblock 0
|
D | btrfs.txt | 153 persistent storage. If disabled on a device with a volatile
|
D | ramfs-rootfs-initramfs.txt | 347 media, with dynamically allocated major/minor numbers and persistent naming
|
D | ext4.txt | 93 * persistent file preallocation (e.g for streaming media, databases)
|
D | coda.txt | 159 service the request for the process. Venus manages a persistent 243 requesting detailed information about the persistent cache managed by
|
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 1046 bool persistent; in smp_notify_keys() local 1050 persistent = false; in smp_notify_keys() 1052 persistent = !test_bit(HCI_CONN_FLUSH_KEY, in smp_notify_keys() 1059 persistent = !!((req->auth_req & rsp->auth_req) & in smp_notify_keys() 1064 mgmt_new_irk(hdev, smp->remote_irk, persistent); in smp_notify_keys() 1080 mgmt_new_csrk(hdev, smp->csrk, persistent); in smp_notify_keys() 1086 mgmt_new_csrk(hdev, smp->slave_csrk, persistent); in smp_notify_keys() 1092 mgmt_new_ltk(hdev, smp->ltk, persistent); in smp_notify_keys() 1098 mgmt_new_ltk(hdev, smp->slave_ltk, persistent); in smp_notify_keys() 1113 smp->link_key, type, 0, &persistent); in smp_notify_keys() [all …]
|
D | mgmt.c | 7778 bool persistent) in mgmt_new_link_key() argument 7784 ev.store_hint = persistent; in mgmt_new_link_key() 7813 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent) in mgmt_new_ltk() argument 7834 ev.store_hint = persistent; in mgmt_new_ltk() 7856 void mgmt_new_irk(struct hci_dev *hdev, struct smp_irk *irk, bool persistent) in mgmt_new_irk() argument 7862 ev.store_hint = persistent; in mgmt_new_irk() 7873 bool persistent) in mgmt_new_csrk() argument 7892 ev.store_hint = persistent; in mgmt_new_csrk()
|
D | hci_event.c | 3480 bool persistent; in hci_link_key_notify_evt() local 3502 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt() 3512 mgmt_new_link_key(hdev, key, persistent); in hci_link_key_notify_evt() 3526 if (persistent) in hci_link_key_notify_evt()
|
D | hci_core.c | 2429 u8 pin_len, bool *persistent) in hci_add_link_key() argument 2467 if (persistent) in hci_add_link_key() 2468 *persistent = hci_persistent_key(hdev, conn, type, in hci_add_link_key()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_core.h | 1052 u8 pin_len, bool *persistent); 1439 bool persistent); 1483 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent); 1484 void mgmt_new_irk(struct hci_dev *hdev, struct smp_irk *irk, bool persistent); 1486 bool persistent);
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-koneplus | 6 profile. This value is persistent, so its equivalent to the 17 profile. This value is persistent, so its equivalent to the
|
D | sysfs-driver-hid-roccat-savu | 63 This value is persistent, so its value determines the profile
|
D | sysfs-driver-hid-roccat-konepure | 6 This value is persistent, so its value determines the profile
|
D | sysfs-driver-hid-roccat-isku | 6 profile. This value is persistent, so its equivalent to the
|
D | sysfs-driver-hid-roccat-ryos | 14 This value is persistent, so its value determines the profile
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 10 storage as traditional block devices. The block drivers for persistent memory 14 in firmware. We don't have this luxury with persistent memory - if a write is in 19 persistent memory devices, so that applications that rely on sector writes not
|
D | nvdimm.txt | 45 PMEM: A system-physical-address range where writes are persistent. A 62 mmap persistent memory, from a PMEM block device, directly into a
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | wlcore_i.h | 490 u8 persistent[0]; member
|
D | main.c | 2258 memset(wlvif, 0, offsetof(struct wl12xx_vif, persistent)); in wl12xx_init_vif_data()
|
/linux-4.4.14/fs/ext4/ |
D | Kconfig | 47 allocation, persistent preallocation, high resolution time stamps,
|
/linux-4.4.14/Documentation/tpm/ |
D | xen-tpmfront.txt | 91 persistent state of each vTPM.
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | warp.dts | 198 label = "persistent";
|
/linux-4.4.14/Documentation/target/ |
D | tcm_mod_builder.txt | 22 SPC-3 persistent reservation are automatically generated in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.modules | 90 To make the sound driver use persistent DMA buffers we need to pass the
|
D | PAS16 | 97 then you can get the persistent DMA buffer functionality by passing
|
D | Introduction | 357 You may also set persistent DMA when building a 2.4.x kernel.
|
/linux-4.4.14/Documentation/console/ |
D | console.txt | 7 to exist. The system driver is persistent and it can never be unloaded, though
|
/linux-4.4.14/drivers/hid/ |
D | hid-logitech-hidpp.c | 577 uint8_t persistent; member 606 items->persistent = params[3]; in hidpp_touchpad_fw_items_set()
|
/linux-4.4.14/fs/cifs/ |
D | connect.c | 1508 if (vol->persistent) { in cifs_parse_mount_options() 1515 vol->persistent = true; in cifs_parse_mount_options() 1524 if (vol->persistent) { in cifs_parse_mount_options() 2693 if (volume_info->persistent) { in cifs_get_tcon() 3576 if ((volume_info->persistent == true) && ((ses->server->capabilities & in cifs_mount()
|
D | cifsglob.h | 497 bool persistent:1; member
|
/linux-4.4.14/Documentation/input/ |
D | ff.txt | 152 persistent across access to the driver.
|
/linux-4.4.14/drivers/block/ |
D | xen-blkfront.c | 1933 int barrier, flush, discard, persistent; in blkfront_gather_backend_features() local 1970 "feature-persistent", "%u", &persistent, in blkfront_gather_backend_features() 1975 info->feature_persistent = persistent; in blkfront_gather_backend_features()
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 224 no need to keep any object on a persistent list when it's not locked. We can
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 720 persistant||persistent
|
/linux-4.4.14/Documentation/power/ |
D | pci.txt | 544 a system image to be created and written into a persistent storage medium. The 760 after a system image has been loaded into memory from persistent storage and the 791 is about to be powered off after saving a hibernation image to a persistent
|
/linux-4.4.14/sound/oss/ |
D | Kconfig | 271 then you can get the persistent DMA buffer functionality by passing
|
/linux-4.4.14/Documentation/arm64/ |
D | acpi_object_usage.txt | 95 and retrieve hardware error information to and from a persistent store.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 29 Client uses server inode numbers (which are persistent) rather than 465 to work which double check hardlinked files and have persistent inode numbers.
|
D | README | 406 the same inode numbers) and inode numbers may be persistent,
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 265 * CONFIG_PAGE_FC_PORT_3 now supports persistent by DID.
|
/linux-4.4.14/Documentation/development-process/ |
D | 2.Process | 173 appropriate subsystem or driver maintainer, you should be persistent
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 854 * Removed persistent binding code. 1019 * Moving the persistent binding variables to new file
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 164 The session-specific keyring is persistent across clone, fork, vfork and
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 4230 * avoid the persistent sync offset overruns.
|
D | aic79xx.seq | 1394 * Don't ignore persistent REQ assertions just because
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1454 they can be used for persistent storage.
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1448 persistent with
|
/linux-4.4.14/ |
D | MAINTAINERS | 3426 F: drivers/md/persistent-data/
|