Lines Matching defs:unshare
3139 * Check constraints on flags passed to the unshare system call.
3149 * to unshare. Note that unsharing the address space or the
3150 * signal handlers also need to unshare the signal queues (aka
3209 * unshare allows a process to 'unshare' part of the process
3226 * If unsharing a user namespace must also unshare the thread group
3227 * and unshare the filesystem root and working directories.
3232 * If unsharing vm, must also unshare signal handlers.
3237 * If unsharing a signal handlers, must also unshare the signal queues.
3242 * If unsharing namespace, must also unshare filesystem information.
3340 SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags)
3346 * Helper to unshare the files of the current task.