Home
last modified time | relevance | path

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

/linux/fs/sysv/
H A DMakefile6 obj-$(CONFIG_SYSV_FS) += sysv.o
8 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
H A DKconfig32 <file:Documentation/filesystems/sysv-fs.rst>.
36 sysv.
/linux/arch/sh/kernel/vsyscall/
H A DMakefile17 vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 -Wl,--hash-style=sysv
/linux/arch/x86/um/vdso/
H A DMakefile61 VDSO_LDFLAGS = -fPIC -shared -Wl,--hash-style=sysv -z noexecstack -Wl,--no-undefined
/linux/drivers/scsi/
H A Dst.h61 unsigned char sysv; /* SYS V semantics? */ member
H A Dst.c1432 if (!STm->sysv || STps->rw != ST_READING) { in st_flush()
2275 STm->sysv, STp->immediate, STp->sili, in DEB() argument
2323 STm->sysv = (options & MT_ST_SYSV) != 0;
2357 STm->sysv = value;
4341 STm->sysv = ST_SYSV; in st_probe()
4658 options |= STm->sysv ? MT_ST_SYSV : 0; in options_show()
/linux/Documentation/filesystems/
H A Dsysv-fs.rst18 mount [-r] -t sysv device mountpoint
22 -t sysv
/linux/Documentation/admin-guide/
H A Dhighuid.rst62 - sysv
/linux/fs/
H A DMakefile90 obj-$(CONFIG_SYSV_FS) += sysv/
H A DKconfig339 source "fs/sysv/Kconfig"
/linux/arch/mips/vdso/
H A DMakefile56 -G 0 --eh-frame-hdr --hash-style=sysv --build-id=sha1 -T
/linux/
H A DMAINTAINERS23116 F: Documentation/filesystems/sysv-fs.rst
23117 F: fs/sysv/