Searched refs:srcfd (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dseccomp.h128 * @srcfd: The local fd number
135 __u32 srcfd; member in struct:seccomp_notif_addfd
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h128 * @srcfd: The local fd number
135 __u32 srcfd; member in struct:seccomp_notif_addfd
/linux-master/fs/smb/client/
H A Dioctl.c72 unsigned long srcfd)
92 src_file = fdget(srcfd);
71 cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file, unsigned long srcfd) argument
/linux-master/fs/
H A Dioctl.c231 static long ioctl_file_clone(struct file *dst_file, unsigned long srcfd, argument
234 struct fd src_file = fdget(srcfd);
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c239 __u32 srcfd; member in struct:seccomp_notif_addfd
4103 addfd.srcfd = memfd;
4255 addfd.srcfd = memfd;
/linux-master/kernel/
H A Dseccomp.c1685 kaddfd.file = fget(addfd.srcfd);

Completed in 300 milliseconds