Searched hist:f1b5618e013af28b3c78daf424436a79674423c0 (Results 1 – 5 of 5) sorted by relevance
/linux/samples/vfs/ |
H A D | test-fsmount.c | f1b5618e013af28b3c78daf424436a79674423c0 Fri Nov 02 00:36:32 CET 2018 David Howells <dhowells@redhat.com> vfs: Add a sample program for the new mount API
Add a sample program to demonstrate fsopen/fsmount/move_mount to mount something.
To make it compile on all arches, irrespective of whether or not syscall numbers are assigned, define the syscall number to -1 if it isn't to cause the kernel to return -ENOSYS.
Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
H A D | test-statx.c | f1b5618e013af28b3c78daf424436a79674423c0 Fri Nov 02 00:36:32 CET 2018 David Howells <dhowells@redhat.com> vfs: Add a sample program for the new mount API
Add a sample program to demonstrate fsopen/fsmount/move_mount to mount something.
To make it compile on all arches, irrespective of whether or not syscall numbers are assigned, define the syscall number to -1 if it isn't to cause the kernel to return -ENOSYS.
Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
H A D | Makefile | f1b5618e013af28b3c78daf424436a79674423c0 Fri Nov 02 00:36:32 CET 2018 David Howells <dhowells@redhat.com> vfs: Add a sample program for the new mount API
Add a sample program to demonstrate fsopen/fsmount/move_mount to mount something.
To make it compile on all arches, irrespective of whether or not syscall numbers are assigned, define the syscall number to -1 if it isn't to cause the kernel to return -ENOSYS.
Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/samples/ |
H A D | Makefile | diff f1b5618e013af28b3c78daf424436a79674423c0 Fri Nov 02 00:36:32 CET 2018 David Howells <dhowells@redhat.com> vfs: Add a sample program for the new mount API
Add a sample program to demonstrate fsopen/fsmount/move_mount to mount something.
To make it compile on all arches, irrespective of whether or not syscall numbers are assigned, define the syscall number to -1 if it isn't to cause the kernel to return -ENOSYS.
Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
H A D | Kconfig | diff f1b5618e013af28b3c78daf424436a79674423c0 Fri Nov 02 00:36:32 CET 2018 David Howells <dhowells@redhat.com> vfs: Add a sample program for the new mount API
Add a sample program to demonstrate fsopen/fsmount/move_mount to mount something.
To make it compile on all arches, irrespective of whether or not syscall numbers are assigned, define the syscall number to -1 if it isn't to cause the kernel to return -ENOSYS.
Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|