/linux-4.1.27/fs/ncpfs/ |
H A D | ncp_fs_i.h | 26 __u8 file_handle[6]; member in struct:ncp_inode_info
|
H A D | file.c | 142 NCP_FINFO(inode)->file_handle, ncp_file_read_iter() 211 NCP_FINFO(inode)->file_handle, ncp_file_write_iter()
|
H A D | symlink.c | 57 error=ncp_read_kernel(NCP_SERVER(inode),NCP_FINFO(inode)->file_handle, ncp_symlink_readpage() 164 if (ncp_write_kernel(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle, ncp_symlink()
|
H A D | mmap.c | 65 NCP_FINFO(inode)->file_handle, ncp_file_mmap_fault()
|
H A D | ncp_fs.h | 40 __u8 file_handle[6]; member in struct:ncp_entry_info
|
H A D | inode.c | 136 memcpy(NCP_FINFO(inode)->file_handle, nwinfo->file_handle, ncp_update_inode() 137 sizeof(nwinfo->file_handle)); ncp_update_inode() 968 ncp_write_kernel(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle, ncp_notify_change()
|
H A D | ioctl.c | 551 NCP_FINFO(inode)->file_handle, __ncp_ioctl() 567 NCP_FINFO(inode)->file_handle, __ncp_ioctl()
|
H A D | ncplib_kernel.c | 295 err = ncp_close_file(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle); ncp_make_closed() 816 target->file_handle); ncp_open_create_file_or_subdir()
|
H A D | dir.c | 906 ncp_close_file(NCP_SERVER(dir), finfo->file_handle); ncp_instantiate()
|
/linux-4.1.27/fs/ |
H A D | fhandle.c | 16 struct file_handle __user *ufh, do_sys_name_to_handle() 20 struct file_handle f_handle; do_sys_name_to_handle() 22 struct file_handle *handle = NULL; do_sys_name_to_handle() 32 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) do_sys_name_to_handle() 38 handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, do_sys_name_to_handle() 63 * non variable part of the file_handle do_sys_name_to_handle() 73 sizeof(struct file_handle) + handle_bytes)) do_sys_name_to_handle() 93 struct file_handle __user *, handle, int __user *, mnt_id, SYSCALL_DEFINE5() 138 static int do_handle_to_path(int mountdirfd, struct file_handle *handle, do_handle_to_path() 166 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, handle_to_path() 170 struct file_handle f_handle; handle_to_path() 171 struct file_handle *handle = NULL; handle_to_path() 182 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) { handle_to_path() 191 handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, handle_to_path() 215 struct file_handle __user *ufh, int open_flag) do_handle_open() 256 struct file_handle __user *, handle, SYSCALL_DEFINE3()
|
H A D | internal.h | 108 struct file_handle __user *ufh, int open_flag);
|
H A D | compat.c | 1477 struct file_handle __user *, handle, int, flags) COMPAT_SYSCALL_DEFINE3()
|
/linux-4.1.27/fs/notify/ |
H A D | fdinfo.c | 43 struct file_handle handle; show_mark_fhandle()
|
/linux-4.1.27/include/linux/ |
H A D | syscalls.h | 66 struct file_handle; 855 struct file_handle __user *handle, 858 struct file_handle __user *handle,
|
H A D | compat.h | 536 struct file_handle __user *handle,
|
H A D | fs.h | 867 struct file_handle { struct
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | compat_wrapper.c | 208 COMPAT_SYSCALL_WRAP5(name_to_handle_at, int, dfd, const char __user *, name, struct file_handle __user *, handle, int __user *, mnt_id, int, flag);
|