/linux-4.1.27/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.1.27/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.1.27/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.1.27/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-driver-hid-roccat-savu | 63 This value is persistent, so its value determines the profile
|
D | sysfs-driver-hid-roccat-koneplus | 6 profile. This value is persistent, so its equivalent to the
|
D | sysfs-driver-hid-roccat-konepure | 6 This value is persistent, so its value determines the profile
|
D | sysfs-class-mtd | 166 a persistent return value of -EUCLEAN on devices where sticky
|
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.1.27/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.1.27/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 48 obj-$(CONFIG_DM_PERSISTENT_DATA) += persistent-data/
|
D | md.c | 2243 if (!mddev->persistent) { in md_update_sb() 2805 if (mddev->pers && mddev->persistent && in new_offset_store() 2867 if (my_mddev->persistent) { in rdev_size_store() 3993 if (mddev->persistent) { in new_dev_store() 4113 if (mddev->persistent) in metadata_show() 4144 mddev->persistent = 0; in metadata_store() 4158 mddev->persistent = 0; in metadata_store() 4177 mddev->persistent = 1; in metadata_store() 4671 else if (mddev->persistent && in reshape_direction_store() 5023 if (!mddev->persistent) in md_run() [all …]
|
D | md.h | 248 int persistent; member
|
D | dm-raid.c | 288 rs->md.persistent = 1; in dev_parms() 731 rs->md.persistent = 0; in parse_raid_params()
|
D | Kconfig | 249 source "drivers/md/persistent-data/Kconfig"
|
D | bitmap.c | 649 if (bitmap->mddev->persistent) { in bitmap_read_sb()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/Documentation/device-mapper/ |
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 | snapshot.txt | 33 *) snapshot <origin> <COW device> <persistent?> <chunksize> 43 <persistent?> is P (Persistent) or N (Not persistent - will not survive 49 * snapshot-merge <origin> <COW device> <persistent> <chunksize> 52 works with persistent snapshots. This target assumes the role of the
|
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.1.27/arch/m68k/include/asm/ |
D | flat.h | 16 unsigned long *persistent) in flat_set_persistent() argument
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | flat.h | 37 unsigned long flags, unsigned long *persistent) in flat_get_addr_from_rp() argument
|
/linux-4.1.27/net/rfkill/ |
D | core.c | 60 bool persistent; member 538 rfkill->persistent = true; in rfkill_init_sw_state() 567 rfkill->persistent = true; in rfkill_set_states() 635 return sprintf(buf, "%d\n", rfkill->persistent); in persistent_show() 637 static DEVICE_ATTR_RO(persistent); 811 if (!rfkill->persistent) { in rfkill_resume() 967 if (!rfkill->persistent || rfkill_epo_lock_active) { in rfkill_register()
|
/linux-4.1.27/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 212 the connection type. For persistent services avoid synchronisation 215 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 | 2681 slaves and remains persistent (even if the first slave is removed) until
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | lppaca.h | 126 __be32 persistent; /* Number of persistent SLBs */ member
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | flat.h | 20 #define flat_get_addr_from_rp(rp, relval, flags, persistent) \ argument
|
/linux-4.1.27/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.1.27/fs/ceph/ |
D | Kconfig | 24 Choose Y here to enable persistent, read-only local
|
/linux-4.1.27/fs/coda/ |
D | Kconfig | 11 persistent client caches and write back caching.
|
/linux-4.1.27/fs/9p/ |
D | Kconfig | 17 Choose Y here to enable persistent, read-only local
|
/linux-4.1.27/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.1.27/drivers/staging/ozwpan/ |
D | README | 18 wpa_supplicant can be used to setup the network interface to create a persistent
|
/linux-4.1.27/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 | 201 functionality of devfs, while allowing persistent device naming for
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/platform/chrome/ |
D | Kconfig | 31 This module instantiates the persistent storage on x86 ChromeOS
|
/linux-4.1.27/drivers/acpi/apei/ |
D | Kconfig | 62 error information to and from a persistent store. Enable this
|
/linux-4.1.27/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.1.27/include/net/irda/ |
D | irlmp.h | 103 int persistent; member
|
/linux-4.1.27/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.1.27/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-koneplus | 6 profile. This value is persistent, so its equivalent to the
|
/linux-4.1.27/net/bluetooth/ |
D | smp.c | 1034 bool persistent; in smp_notify_keys() local 1067 persistent = false; in smp_notify_keys() 1069 persistent = !test_bit(HCI_CONN_FLUSH_KEY, in smp_notify_keys() 1075 persistent = !!((req->auth_req & rsp->auth_req) & in smp_notify_keys() 1083 mgmt_new_csrk(hdev, smp->csrk, persistent); in smp_notify_keys() 1089 mgmt_new_csrk(hdev, smp->slave_csrk, persistent); in smp_notify_keys() 1095 mgmt_new_ltk(hdev, smp->ltk, persistent); in smp_notify_keys() 1101 mgmt_new_ltk(hdev, smp->slave_ltk, persistent); in smp_notify_keys() 1116 smp->link_key, type, 0, &persistent); in smp_notify_keys() 1118 mgmt_new_link_key(hdev, key, persistent); in smp_notify_keys()
|
D | hci_event.c | 3499 bool persistent; in hci_link_key_notify_evt() local 3521 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt() 3531 mgmt_new_link_key(hdev, key, persistent); in hci_link_key_notify_evt() 3545 if (persistent) in hci_link_key_notify_evt()
|
D | hci_core.c | 2326 u8 pin_len, bool *persistent) in hci_add_link_key() argument 2364 if (persistent) in hci_add_link_key() 2365 *persistent = hci_persistent_key(hdev, conn, type, in hci_add_link_key()
|
D | mgmt.c | 7540 bool persistent) in mgmt_new_link_key() argument 7546 ev.store_hint = persistent; in mgmt_new_link_key() 7575 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent) in mgmt_new_ltk() argument 7596 ev.store_hint = persistent; in mgmt_new_ltk() 7644 bool persistent) in mgmt_new_csrk() argument 7663 ev.store_hint = persistent; in mgmt_new_csrk()
|
/linux-4.1.27/fs/ext4/ |
D | Kconfig | 14 allocation, persistent preallocation, high resolution time stamps,
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | wlcore_i.h | 490 u8 persistent[0]; member
|
D | main.c | 2252 memset(wlvif, 0, offsetof(struct wl12xx_vif, persistent)); in wl12xx_init_vif_data()
|
/linux-4.1.27/Documentation/powerpc/ |
D | transactional_memory.txt | 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.1.27/include/net/bluetooth/ |
D | hci_core.h | 981 u8 pin_len, bool *persistent); 1354 bool persistent); 1398 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent); 1401 bool persistent);
|
/linux-4.1.27/Documentation/tpm/ |
D | xen-tpmfront.txt | 91 persistent state of each vTPM.
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | warp.dts | 198 label = "persistent";
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/console/ |
D | console.txt | 7 to exist. The system driver is persistent and it can never be unloaded, though
|
/linux-4.1.27/drivers/block/ |
D | xen-blkfront.c | 1774 int barrier, flush, discard, persistent; in blkfront_connect() local 1865 "feature-persistent", "%u", &persistent, in blkfront_connect() 1870 info->feature_persistent = persistent; in blkfront_connect()
|
D | Kconfig | 412 memory as one or more persistent block devices.
|
/linux-4.1.27/Documentation/input/ |
D | ff.txt | 152 persistent across access to the driver.
|
/linux-4.1.27/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.1.27/scripts/ |
D | spelling.txt | 700 persistant||persistent
|
/linux-4.1.27/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.1.27/sound/oss/ |
D | Kconfig | 271 then you can get the persistent DMA buffer functionality by passing
|
/linux-4.1.27/Documentation/arm64/ |
D | acpi_object_usage.txt | 95 and retrieve hardware error information to and from a persistent store.
|
/linux-4.1.27/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.1.27/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 265 * CONFIG_PAGE_FC_PORT_3 now supports persistent by DID.
|
/linux-4.1.27/Documentation/development-process/ |
D | 2.Process | 173 appropriate subsystem or driver maintainer, you should be persistent
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.lpfc | 854 * Removed persistent binding code. 1019 * Moving the persistent binding variables to new file
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 164 The session-specific keyring is persistent across clone, fork, vfork and
|
/linux-4.1.27/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.1.27/arch/x86/ |
D | Kconfig | 1431 they can be used for persistent storage.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1448 persistent with
|
/linux-4.1.27/ |
D | MAINTAINERS | 3157 F: drivers/md/persistent-data/
|