Home
last modified time | relevance | path

Searched refs:permits (Results 1 – 25 of 48) sorted by relevance

12

/linux-3.4.99/fs/afs/
Dsecurity.c53 struct afs_permits *permits = in afs_zap_permits() local
57 _enter("{%d}", permits->count); in afs_zap_permits()
59 for (loop = permits->count - 1; loop >= 0; loop--) in afs_zap_permits()
60 key_put(permits->permits[loop].key); in afs_zap_permits()
61 kfree(permits); in afs_zap_permits()
69 struct afs_permits *permits = in afs_dispose_of_permits() local
72 _enter("{%d}", permits->count); in afs_dispose_of_permits()
74 kfree(permits); in afs_dispose_of_permits()
111 struct afs_permits *permits; in afs_clear_permits() local
116 permits = vnode->permits; in afs_clear_permits()
[all …]
Dinode.c408 struct afs_permits *permits; in afs_evict_inode() local
447 permits = vnode->permits; in afs_evict_inode()
448 rcu_assign_pointer(vnode->permits, NULL); in afs_evict_inode()
450 if (permits) in afs_evict_inode()
451 call_rcu(&permits->rcu, afs_zap_permits); in afs_evict_inode()
Dinternal.h343 struct afs_permits *permits; /* cache of permits so far obtained */ member
399 struct afs_permit permits[0]; /* the permits so far examined */ member
/linux-3.4.99/fs/cachefiles/
DKconfig6 This permits use of a mounted filesystem as a cache for other
17 This permits debugging to be dynamically enabled in the filesystem
/linux-3.4.99/fs/romfs/
DKconfig32 This permits ROMFS to use block devices buffered through the page
42 This permits ROMFS to use MTD based devices directly, without the
/linux-3.4.99/drivers/mtd/lpddr/
DKconfig17 Window QINFO interface, permits software to be used for entire
/linux-3.4.99/Documentation/hwmon/
Dfam15h_power18 This driver permits reading of registers providing power information
Dk8temp16 This driver permits reading temperature sensor(s) embedded inside AMD K8
Dcoretemp20 This driver permits reading the DTS (Digital Temperature Sensor) embedded
Dk10temp47 This driver permits reading of the internal temperature sensor of AMD
/linux-3.4.99/Documentation/input/
Dnotifier.txt20 That permits one to inspect the resulting LEDs for instance.
/linux-3.4.99/Documentation/frv/
Dgdbstub.txt7 port. This permits GDB to single step through the kernel, set breakpoints and
9 permits the NMI interrupt button or serial port events to jump the kernel into
Dconfiguring.txt23 only be set to "FR40x/45x/55x" at the moment - but this permits usage of
Dfeatures.txt114 (0xE0000000 - 0xFFFFFFFF). This permits the kernel to make uncached
215 This driver provides a character device that permits access to the WorkRAM
/linux-3.4.99/arch/mn10300/include/asm/
Dframe.inc64 # - this permits execve() to discard extra frames due to kernel syscalls
/linux-3.4.99/fs/fscache/
DKconfig50 This permits debugging to be dynamically enabled in the local caching
/linux-3.4.99/Documentation/vm/
Dhighmem.txt71 (*) kmap(). This permits a short duration mapping of a single page. It needs
76 (*) kmap_atomic(). This permits a very short duration mapping of a single
/linux-3.4.99/Documentation/networking/
Dx25.txt29 format and behaviour of the protocol. If time permits this option will also
/linux-3.4.99/Documentation/security/
Dkeys.txt220 This permits a key or keyring's attributes to be viewed - including key
225 This permits a key's payload to be viewed or a keyring's list of linked
230 This permits a key's payload to be instantiated or updated, or it allows a
235 This permits keyrings to be searched and keys to be found. Searches can
240 This permits a key or keyring to be linked to. To create a link from a
246 This permits a key's UID, GID and permissions mask to be changed.
512 This function permits a key's owner and group ID to be changed. Either one
525 This function permits the owner of a key or the superuser to change the
872 permits approximate matching to occur. If callout_string is not NULL, then
1269 calling KEYCTL_INSTANTIATE or KEYCTL_INSTANTIATE_IOV, which also permits it to
[all …]
/linux-3.4.99/Documentation/mn10300/
DABI.txt124 To find the address of current; but since this option permits current to
/linux-3.4.99/Documentation/scheduler/
Dsched-design-CFS.txt212 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and
215 CONFIG_FAIR_GROUP_SCHED permits to group CFS (i.e., SCHED_NORMAL and
/linux-3.4.99/Documentation/RCU/
Drcu.txt43 counters, and permits general blocking within RCU read-side
/linux-3.4.99/Documentation/early-userspace/
Dbuffer-format.txt102 reset. This permits archives which are generated independently to be
/linux-3.4.99/drivers/ide/
DKconfig836 of the ALI M1439/1443/1445/1487/1489 chipsets, and permits faster
848 of the DTC-2278 card, and permits faster I/O speeds to be set as
859 of the Holtek card, and permits faster I/O speeds to be set as well.
869 boot parameter. It permits faster I/O speeds to be set. See the
880 of the UMC-8672, and permits faster I/O speeds to be set as well.
/linux-3.4.99/Documentation/filesystems/caching/
Dnetfs-api.txt303 FS-Cache permits the use of more than one cache. To permit particular index
417 This doesn't automatically reserve any space in the cache, but permits the
450 This permits the cache to maintain its page tracking in proper order.
634 This function permits the cache to release any in-memory representation it
733 This permits a netfs to request cache space be reserved to store up to the

12