Searched refs:file_handle (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/fs/ |
D | fhandle.c | 16 struct file_handle __user *ufh, in do_sys_name_to_handle() 20 struct file_handle f_handle; in do_sys_name_to_handle() 22 struct file_handle *handle = NULL; in do_sys_name_to_handle() 32 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) in do_sys_name_to_handle() 38 handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, in do_sys_name_to_handle() 73 sizeof(struct file_handle) + handle_bytes)) in do_sys_name_to_handle() 93 struct file_handle __user *, handle, int __user *, mnt_id, in SYSCALL_DEFINE5() 138 static int do_handle_to_path(int mountdirfd, struct file_handle *handle, in do_handle_to_path() 166 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, in handle_to_path() 170 struct file_handle f_handle; in handle_to_path() [all …]
|
D | internal.h | 108 struct file_handle __user *ufh, int open_flag);
|
D | compat.c | 1477 struct file_handle __user *, handle, int, flags) in COMPAT_SYSCALL_DEFINE3()
|
/linux-4.4.14/fs/ncpfs/ |
D | symlink.c | 57 error=ncp_read_kernel(NCP_SERVER(inode),NCP_FINFO(inode)->file_handle, in ncp_symlink_readpage() 164 if (ncp_write_kernel(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle, in ncp_symlink()
|
D | ncp_fs_i.h | 26 __u8 file_handle[6]; member
|
D | file.c | 142 NCP_FINFO(inode)->file_handle, in ncp_file_read_iter() 211 NCP_FINFO(inode)->file_handle, in ncp_file_write_iter()
|
D | mmap.c | 65 NCP_FINFO(inode)->file_handle, in ncp_file_mmap_fault()
|
D | ncp_fs.h | 40 __u8 file_handle[6]; member
|
D | inode.c | 136 memcpy(NCP_FINFO(inode)->file_handle, nwinfo->file_handle, in ncp_update_inode() 137 sizeof(nwinfo->file_handle)); in ncp_update_inode() 968 ncp_write_kernel(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle, in ncp_notify_change()
|
D | ioctl.c | 553 NCP_FINFO(inode)->file_handle, in __ncp_ioctl() 569 NCP_FINFO(inode)->file_handle, in __ncp_ioctl()
|
D | ncplib_kernel.c | 295 err = ncp_close_file(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle); in ncp_make_closed() 816 target->file_handle); in ncp_open_create_file_or_subdir()
|
D | dir.c | 906 ncp_close_file(NCP_SERVER(dir), finfo->file_handle); in ncp_instantiate()
|
/linux-4.4.14/fs/notify/ |
D | fdinfo.c | 43 struct file_handle handle; in show_mark_fhandle()
|
/linux-4.4.14/include/linux/ |
D | syscalls.h | 66 struct file_handle; 856 struct file_handle __user *handle, 859 struct file_handle __user *handle,
|
D | compat.h | 536 struct file_handle __user *handle,
|
D | fs.h | 877 struct file_handle { struct
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 160 COMPAT_SYSCALL_WRAP5(name_to_handle_at, int, dfd, const char __user *, name, struct file_handle __u…
|