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