Searched refs:fsmount (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/samples/vfs/ |
H A D | test-fsmount.c | 77 static inline int fsmount(int fsfd, unsigned int flags, unsigned int ms_flags) in fsmount() function 117 mfd = fsmount(fsfd, 0, MOUNT_ATTR_RDONLY); in main() 119 mount_error(fsfd, "fsmount"); in main()
|
/kernel/linux/linux-6.6/samples/vfs/ |
H A D | test-fsmount.c | 77 static inline int fsmount(int fsfd, unsigned int flags, unsigned int ms_flags) in fsmount() function 117 mfd = fsmount(fsfd, 0, MOUNT_ATTR_RDONLY); in main() 119 mount_error(fsfd, "fsmount"); in main()
|
/kernel/linux/linux-5.10/fs/ |
H A D | namespace.c | 3477 SYSCALL_DEFINE3(fsmount, int, fs_fd, unsigned int, flags, in SYSCALL_DEFINE3() 3615 * fsopen()/fsmount() this is used to install a new mount and in combination
|
/kernel/linux/linux-6.6/fs/ |
H A D | namespace.c | 3940 SYSCALL_DEFINE3(fsmount, int, fs_fd, unsigned int, flags, in SYSCALL_DEFINE3() 4063 * fsopen()/fsmount() this is used to install a new mount and in combination
|
Completed in 12 milliseconds