Home
last modified time | relevance | path

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

/Linux-v6.6/fs/sysv/
DMakefile6 obj-$(CONFIG_SYSV_FS) += sysv.o
8 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
DKconfig32 <file:Documentation/filesystems/sysv-fs.rst>.
36 sysv.
/Linux-v6.6/arch/ia64/kernel/
DMakefile.gate14 -Wl,--hash-style=sysv
/Linux-v6.6/arch/sh/kernel/vsyscall/
DMakefile18 vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 -Wl,--hash-style=sysv
/Linux-v6.6/arch/parisc/kernel/vdso64/
DMakefile13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
/Linux-v6.6/arch/parisc/kernel/vdso32/
DMakefile13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
/Linux-v6.6/arch/x86/um/vdso/
DMakefile68 VDSO_LDFLAGS = -fPIC -shared -Wl,--hash-style=sysv -z noexecstack
/Linux-v6.6/arch/arm64/kernel/vdso/
DMakefile24 ldflags-y := -shared -soname=linux-vdso.so.1 --hash-style=sysv \
/Linux-v6.6/arch/arm/vdso/
DMakefile20 --hash-style=sysv --build-id=sha1 \
/Linux-v6.6/Documentation/filesystems/
Dindex.rst117 sysv-fs
Dsysv-fs.rst18 mount [-r] -t sysv device mountpoint
22 -t sysv
/Linux-v6.6/drivers/scsi/
Dst.h61 unsigned char sysv; /* SYS V semantics? */ member
Dst.c1424 if (!STm->sysv || STps->rw != ST_READING) { in st_flush()
2267 STm->sysv, STp->immediate, STp->sili, in DEB() argument
2315 STm->sysv = (options & MT_ST_SYSV) != 0;
2349 STm->sysv = value;
4319 STm->sysv = ST_SYSV; in st_probe()
4636 options |= STm->sysv ? MT_ST_SYSV : 0; in options_show()
/Linux-v6.6/arch/loongarch/vdso/
DMakefile38 --hash-style=sysv --build-id -T
/Linux-v6.6/fs/
DMakefile91 obj-$(CONFIG_SYSV_FS) += sysv/
DKconfig330 source "fs/sysv/Kconfig"
/Linux-v6.6/Documentation/admin-guide/
Dhighuid.rst62 - sysv
/Linux-v6.6/arch/arm64/kernel/vdso32/
DMakefile101 VDSO_LDFLAGS += -shared --hash-style=sysv --build-id=sha1
/Linux-v6.6/arch/mips/vdso/
DMakefile59 -G 0 --eh-frame-hdr --hash-style=sysv --build-id=sha1 -T
/Linux-v6.6/
DMAINTAINERS20937 F: Documentation/filesystems/sysv-fs.rst
20938 F: fs/sysv/