Home
last modified time | relevance | path

Searched refs:sysv (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/fs/sysv/
DMakefile5 obj-$(CONFIG_SYSV_FS) += sysv.o
7 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
DKconfig30 <file:Documentation/filesystems/sysv-fs.txt>.
34 sysv.
/linux-4.4.14/arch/ia64/kernel/
DMakefile.gate13 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
/linux-4.4.14/arch/sh/kernel/vsyscall/
DMakefile18 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
/linux-4.4.14/arch/arm64/kernel/vdso/
DMakefile16 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
/linux-4.4.14/arch/arm/vdso/
DMakefile15 VDSO_LDFLAGS += $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
/linux-4.4.14/arch/x86/um/vdso/
DMakefile77 VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
/linux-4.4.14/drivers/scsi/
Dst.h61 unsigned char sysv; /* SYS V semantics? */ member
Dst.c1421 if (!STm->sysv || STps->rw != ST_READING) { in st_flush()
2262 STm->sysv, STp->immediate, STp->sili, in DEB() argument
2310 STm->sysv = (options & MT_ST_SYSV) != 0;
2344 STm->sysv = value;
4241 STm->sysv = ST_SYSV; in st_probe()
4564 options |= STm->sysv ? MT_ST_SYSV : 0; in options_show()
Dosst.c3889 "%s:I: sysv: %d\n", name, STm->sysv); in osst_log_options()
3930 STm->sysv = (options & MT_ST_SYSV) != 0; in osst_set_options()
3962 STm->sysv = value; in osst_set_options()
4859 if (!STm->sysv || STps->rw != ST_READING) { in os_scsi_tape_flush()
5940 STm->sysv = OSST_SYSV; in osst_probe()
/linux-4.4.14/Documentation/filesystems/
Dsysv-fs.txt10 mount [-r] -t sysv device mountpoint
12 -t sysv
D00-INDEX140 sysv-fs.txt
/linux-4.4.14/fs/
DMakefile90 obj-$(CONFIG_SYSV_FS) += sysv/
DKconfig221 source "fs/sysv/Kconfig"
/linux-4.4.14/Documentation/
Dhighuid.txt53 sysv
/linux-4.4.14/arch/mips/vdso/
DMakefile42 $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) \
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt47 - msg_next_id [ sysv ipc ]
73 - sem_next_id [ sysv ipc ]
75 - shm_next_id [ sysv ipc ]
78 - shmmax [ sysv ipc ]
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3515 at ../sysdeps/unix/sysv/linux/sleep.c:78
3559 at ../sysdeps/unix/sysv/linux/sleep.c:78
3560 ../sysdeps/unix/sysv/linux/sleep.c:78: No such file or directory.
4096 at ../sysdeps/unix/sysv/linux/sigprocmask.c:49
4100 at ../sysdeps/unix/sysv/linux/i386/sigaction.c:125
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt445 vsyscall-flags += $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
448 -Wl$(comma)--hash-style=sysv if it is supported by $(CC).
/linux-4.4.14/
DMAINTAINERS10364 F: Documentation/filesystems/sysv-fs.txt
10365 F: fs/sysv/