Home
last modified time | relevance | path

Searched hist:"2 db154b3ea8e14b04fee23e3fdfd5e9d17fbc6ae" (Results 1 – 8 of 8) sorted by relevance

/linux/include/uapi/linux/
H A Dmount.hdiff 2db154b3ea8e14b04fee23e3fdfd5e9d17fbc6ae Mon Nov 05 18:40:30 CET 2018 David Howells <dhowells@redhat.com> vfs: syscall: Add move_mount(2) to move mounts around

Add a move_mount() system call that will move a mount from one place to
another and, in the next commit, allow to attach an unattached mount tree.

The new system call looks like the following:

int move_mount(int from_dfd, const char *from_path,
int to_dfd, const char *to_path,
unsigned int flags);

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-api@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbldiff 2db154b3ea8e14b04fee23e3fdfd5e9d17fbc6ae Mon Nov 05 18:40:30 CET 2018 David Howells <dhowells@redhat.com> vfs: syscall: Add move_mount(2) to move mounts around

Add a move_mount() system call that will move a mount from one place to
another and, in the next commit, allow to attach an unattached mount tree.

The new system call looks like the following:

int move_mount(int from_dfd, const char *from_path,
int to_dfd, const char *to_path,
unsigned int flags);

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-api@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
H A Dsyscall_32.tbldiff 2db154b3ea8e14b04fee23e3fdfd5e9d17fbc6ae Mon Nov 05 18:40:30 CET 2018 David Howells <dhowells@redhat.com> vfs: syscall: Add move_mount(2) to move mounts around

Add a move_mount() system call that will move a mount from one place to
another and, in the next commit, allow to attach an unattached mount tree.

The new system call looks like the following:

int move_mount(int from_dfd, const char *from_path,
int to_dfd, const char *to_path,
unsigned int flags);

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-api@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/linux/include/linux/
H A Dlsm_hooks.hdiff 2db154b3ea8e14b04fee23e3fdfd5e9d17fbc6ae Mon Nov 05 18:40:30 CET 2018 David Howells <dhowells@redhat.com> vfs: syscall: Add move_mount(2) to move mounts around

Add a move_mount() system call that will move a mount from one place to
another and, in the next commit, allow to attach an unattached mount tree.

The new system call looks like the following:

int move_mount(int from_dfd, const char *from_path,
int to_dfd, const char *to_path,
unsigned int flags);

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-api@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
H A Dsecurity.hdiff 2db154b3ea8e14b04fee23e3fdfd5e9d17fbc6ae Mon Nov 05 18:40:30 CET 2018 David Howells <dhowells@redhat.com> vfs: syscall: Add move_mount(2) to move mounts around

Add a move_mount() system call that will move a mount from one place to
another and, in the next commit, allow to attach an unattached mount tree.

The new system call looks like the following:

int move_mount(int from_dfd, const char *from_path,
int to_dfd, const char *to_path,
unsigned int flags);

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-api@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
H A Dsyscalls.hdiff 2db154b3ea8e14b04fee23e3fdfd5e9d17fbc6ae Mon Nov 05 18:40:30 CET 2018 David Howells <dhowells@redhat.com> vfs: syscall: Add move_mount(2) to move mounts around

Add a move_mount() system call that will move a mount from one place to
another and, in the next commit, allow to attach an unattached mount tree.

The new system call looks like the following:

int move_mount(int from_dfd, const char *from_path,
int to_dfd, const char *to_path,
unsigned int flags);

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-api@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/linux/security/
H A Dsecurity.cdiff 2db154b3ea8e14b04fee23e3fdfd5e9d17fbc6ae Mon Nov 05 18:40:30 CET 2018 David Howells <dhowells@redhat.com> vfs: syscall: Add move_mount(2) to move mounts around

Add a move_mount() system call that will move a mount from one place to
another and, in the next commit, allow to attach an unattached mount tree.

The new system call looks like the following:

int move_mount(int from_dfd, const char *from_path,
int to_dfd, const char *to_path,
unsigned int flags);

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-api@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/linux/fs/
H A Dnamespace.cdiff 2db154b3ea8e14b04fee23e3fdfd5e9d17fbc6ae Mon Nov 05 18:40:30 CET 2018 David Howells <dhowells@redhat.com> vfs: syscall: Add move_mount(2) to move mounts around

Add a move_mount() system call that will move a mount from one place to
another and, in the next commit, allow to attach an unattached mount tree.

The new system call looks like the following:

int move_mount(int from_dfd, const char *from_path,
int to_dfd, const char *to_path,
unsigned int flags);

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-api@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>