Searched full:sysv (Results 1 – 25 of 68) sorted by relevance
123
3 * linux/fs/sysv/file.c11 * sysv/file.c17 #include "sysv.h"
3 * linux/fs/sysv/inode.c14 * sysv/inode.c17 * sysv/inode.c28 #include "sysv.h"221 printk("SysV FS: SCO EAFS on %s detected, " in detect_sysv()244 printk("SysV FS: can't handle long file names on %s, " in detect_sysv()341 printk("SysV FS: get root inode failed\n"); in complete_read_super()346 printk("SysV FS: get root dentry failed\n"); in complete_read_super()545 .name = "sysv",550 MODULE_ALIAS_FS("sysv");
6 obj-$(CONFIG_SYSV_FS) += sysv.o8 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
32 <file:Documentation/filesystems/sysv-fs.rst>.36 sysv.
3 * linux/fs/sysv/inode.c14 * sysv/inode.c17 * sysv/inode.c33 #include "sysv.h"268 printk ("IO error syncing sysv inode [%s:%08x]\n", in __sysv_write_inode()
3 * linux/fs/sysv/namei.c11 * sysv/namei.c17 #include "sysv.h"
3 * linux/fs/sysv/balloc.c17 * sysv/balloc.c25 #include "sysv.h"
3 * linux/fs/sysv/ialloc.c17 * sysv/ialloc.c30 #include "sysv.h"
3 * linux/fs/sysv/dir.c11 * sysv/dir.c20 #include "sysv.h"
3554 * security_ipc_permission() - Check if sysv ipc access is allowed3568 * security_ipc_getsecid() - Get the sysv ipc object's secid3582 * security_msg_msg_alloc() - Allocate a sysv ipc message LSM blob3603 * security_msg_msg_free() - Free a sysv ipc message LSM blob3616 * security_msg_queue_alloc() - Allocate a sysv ipc msg queue LSM blob3617 * @msq: sysv ipc permission structure3637 * security_msg_queue_free() - Free a sysv ipc msg queue LSM blob3638 * @msq: sysv ipc permission structure3651 * @msq: sysv ipc permission structure3667 * @msq: sysv ipc permission structure[all …]
32 /* Type of a SYSV IPC key. */
57 * is compatible with sysV)...
46 all. This is used for shared anonymous mappings and SYSV shared62 This mount is _not_ needed for SYSV shared memory. The internal64 necessary to mount the predecessor of tmpfs (shm fs) to use SYSV
117 sysv-fs
18 mount [-r] -t sysv device mountpoint22 -t sysv
43 /* partition type sysv is used for EFS format CD-ROM partitions */
17 vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 -Wl,--hash-style=sysv
13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
78 sysv {
20 --hash-style=sysv --build-id=sha1 \
68 VDSO_LDFLAGS = -fPIC -shared -Wl,--hash-style=sysv -z noexecstack
24 ldflags-y := -shared -soname=linux-vdso.so.1 --hash-style=sysv \
62 - sysv
7 * Partially based on similar funtions in the sysv driver.