Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dseccomp.h135 __u32 srcfd; member
/linux/include/uapi/linux/
H A Dseccomp.h135 __u32 srcfd; member
/linux/fs/smb/client/
H A Dioctl.c72 unsigned long srcfd) in cifs_ioctl_copychunk() argument
92 src_file = fdget(srcfd); in cifs_ioctl_copychunk()
/linux/fs/
H A Dioctl.c231 static long ioctl_file_clone(struct file *dst_file, unsigned long srcfd, in ioctl_file_clone() argument
234 struct fd src_file = fdget(srcfd); in ioctl_file_clone()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c241 __u32 srcfd; member
4159 addfd.srcfd = memfd; in TEST()
4311 addfd.srcfd = memfd; in TEST()
/linux/kernel/
H A Dseccomp.c1703 kaddfd.file = fget(addfd.srcfd); in seccomp_notify_addfd()