Searched refs:fs_fd (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/linux/ |
D | syscalls.h | 1042 asmlinkage long sys_fsconfig(int fs_fd, unsigned int cmd, const char __user *key, 1044 asmlinkage long sys_fsmount(int fs_fd, unsigned int flags, unsigned int ms_flags);
|
/linux-6.1.9/fs/ |
D | namespace.c | 3636 SYSCALL_DEFINE3(fsmount, int, fs_fd, unsigned int, flags, in SYSCALL_DEFINE3() argument 3672 f = fdget(fs_fd); in SYSCALL_DEFINE3()
|