Home
last modified time | relevance | path

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

/linux-5.19.10/fs/sysv/
DMakefile6 obj-$(CONFIG_SYSV_FS) += sysv.o
8 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
DKconfig31 <file:Documentation/filesystems/sysv-fs.rst>.
35 sysv.
/linux-5.19.10/arch/ia64/kernel/
DMakefile.gate14 -Wl,--hash-style=sysv
/linux-5.19.10/arch/sh/kernel/vsyscall/
DMakefile18 vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 -Wl,--hash-style=sysv
/linux-5.19.10/arch/parisc/kernel/vdso64/
DMakefile13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
/linux-5.19.10/arch/parisc/kernel/vdso32/
DMakefile13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
/linux-5.19.10/arch/x86/um/vdso/
DMakefile65 VDSO_LDFLAGS = -fPIC -shared -Wl,--hash-style=sysv
/linux-5.19.10/Documentation/filesystems/
Dindex.rst117 sysv-fs
Dsysv-fs.rst18 mount [-r] -t sysv device mountpoint
22 -t sysv
/linux-5.19.10/arch/arm64/kernel/vdso/
DMakefile26 ldflags-y := -shared -soname=linux-vdso.so.1 --hash-style=sysv \
/linux-5.19.10/arch/arm/vdso/
DMakefile22 --hash-style=sysv --build-id=sha1 \
/linux-5.19.10/Documentation/devicetree/bindings/iio/afe/
Dvoltage-divider.yaml78 sysv {
/linux-5.19.10/drivers/scsi/
Dst.h61 unsigned char sysv; /* SYS V semantics? */ member
Dst.c1420 if (!STm->sysv || STps->rw != ST_READING) { in st_flush()
2263 STm->sysv, STp->immediate, STp->sili, in DEB() argument
2311 STm->sysv = (options & MT_ST_SYSV) != 0;
2345 STm->sysv = value;
4316 STm->sysv = ST_SYSV; in st_probe()
4633 options |= STm->sysv ? MT_ST_SYSV : 0; in options_show()
/linux-5.19.10/arch/loongarch/vdso/
DMakefile40 --hash-style=sysv --build-id -T
/linux-5.19.10/fs/
DMakefile98 obj-$(CONFIG_SYSV_FS) += sysv/
DKconfig319 source "fs/sysv/Kconfig"
/linux-5.19.10/Documentation/admin-guide/
Dhighuid.rst62 - sysv
/linux-5.19.10/arch/arm64/kernel/vdso32/
DMakefile106 VDSO_LDFLAGS += -shared --hash-style=sysv --build-id=sha1
/linux-5.19.10/arch/mips/vdso/
DMakefile64 -G 0 --eh-frame-hdr --hash-style=sysv --build-id=sha1 -T
/linux-5.19.10/
DMAINTAINERS19502 F: Documentation/filesystems/sysv-fs.rst
19503 F: fs/sysv/