summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/ipcbuf.h
blob: 079899ae7d32ce1231fbff903b76bd6f226a414d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#ifndef _ASM_IA64_IPCBUF_H
#define _ASM_IA64_IPCBUF_H

/*
 * The ipc64_perm structure for IA-64 architecture.
 * Note extra padding because this structure is passed back and forth
 * between kernel and user space.
 *
 * Pad space is left for:
 * - 32-bit seq
 * - 2 miscellaneous 64-bit values
 */

struct ipc64_perm
{
	__kernel_key_t	key;
	__kernel_uid_t	uid;
	__kernel_gid_t	gid;
	__kernel_uid_t	cuid;
	__kernel_gid_t	cgid;
	__kernel_mode_t	mode;
	unsigned short	seq;
	unsigned short	__pad1;
	unsigned long	__unused1;
	unsigned long	__unused2;
};

#endif /* _ASM_IA64_IPCBUF_H */
id=7254a50a5db40ca6739ddf37e0a45e6912532b2c'>blk-mq: remove blk_mq_abort_requeue_list()Ming Lei2017-05-221-19/+0 * | blk-mq: Only register debugfs attributes for blk-mq queuesBart Van Assche2017-05-261-3/+3 * | partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard2017-05-231-0/+2 * | block: fix an error code in add_partition()Dan Carpenter2017-05-231-1/+3 * | blk-throttle: force user to configure all settings for io.lowShaohua Li2017-05-221-43/+37 * | blk-throttle: respect 0 bps/iops settings for io.lowShaohua Li2017-05-221-12/+29 * | blk-throttle: output some debug info in traceShaohua Li2017-05-221-1/+14 * | blk-throttle: add hierarchy support for latency target and idle timeShaohua Li2017-05-221-14/+36 |/ * Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-121-1/+0 |\ | * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-1/+0 * | block: handle partial completions for special payload requestsChristoph Hellwig2017-05-111-12/+12 * | blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split opWen Xiong2017-05-101-2/+2 * | blk-stat: don't use this_cpu_ptr() in a preemptable sectionJens Axboe2017-05-101-7/+10 * | elevator: remove redundant warnings on IO scheduler switchJens Axboe2017-05-101-4/+1 * | block, bfq: stress that low_latency must be off to get max throughputPaolo Valente2017-05-101-0/+5 * | block, bfq: use pointer entity->sched_data only if setPaolo Valente2017-05-101-2/+11 * | blk-mq: make __blk_mq_stop_hw_queues staticColin Ian King2017-05-081-1/+1 * | block/mq: fix potential deadlock during cpu hotplugWanpeng Li2017-05-071-2/+2 * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-0611-573/+781 |\ \ | * | mq-deadline: add debugfs attributesOmar Sandoval2017-05-043-2/+131 | * | kyber: add debugfs attributesOmar Sandoval2017-05-043-1/+134 | * | blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval2017-05-043-17/+118 | * | blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-046-70/+90 | * | blk-mq: move debugfs declarations to a separate header fileOmar Sandoval2017-05-046-28/+33 | * | blk-mq: Do not invoke queue operations on a dead queueBart Van Assche2017-05-041-0/+8 | * | blk-mq-debugfs: get rid of a bunch of boilerplateOmar Sandoval2017-05-041-328/+136 | * | blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>Omar Sandoval2017-05-041-1/+1 | * | blk-mq-debugfs: don't open code strstrip()Omar Sandoval2017-05-041-5/+4 | * | blk-mq-debugfs: error on long write to queue "state" fileOmar Sandoval2017-05-041-7/+12 | * | blk-mq-debugfs: clean up flag definitionsOmar Sandoval2017-05-041-93/+108 | * | blk-mq-debugfs: separate flags with |Omar Sandoval2017-05-041-1/+1 | * | block/mq: Cure cpu hotplug lock inversionPeter Zijlstra2017-05-041-2/+2 | * | blk-mq: don't use sync workqueue flushing from driversJens Axboe2017-05-031-5/+20 | * | block: don't call blk_mq_quiesce_queue() after queue is frozenMing Lei2017-05-022-5/+0 | * | blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-13/+5 | * | blk-mq-sched: remove hack that bypasses scheduler for reserved requestsJens Axboe2017-05-021-5/+1 | * | block: Remove elevator_change()Bart Van Assche2017-05-021-13/+0 * | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-052-15/+3 |\ \ \ | | |/ | |/| | * | Revert "block: use DAX for partition table reads"Dan Williams2017-04-251-15/+2 | * | dax: introduce dax_direct_access()Dan Williams2017-04-20