Searched refs:file_handle (Results 1 - 17 of 17) sorted by relevance

/linux-4.1.27/fs/ncpfs/
H A Dncp_fs_i.h26 __u8 file_handle[6]; member in struct:ncp_inode_info
H A Dfile.c142 NCP_FINFO(inode)->file_handle, ncp_file_read_iter()
211 NCP_FINFO(inode)->file_handle, ncp_file_write_iter()
H A Dsymlink.c57 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 Dmmap.c65 NCP_FINFO(inode)->file_handle, ncp_file_mmap_fault()
H A Dncp_fs.h40 __u8 file_handle[6]; member in struct:ncp_entry_info
H A Dinode.c136 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 Dioctl.c551 NCP_FINFO(inode)->file_handle, __ncp_ioctl()
567 NCP_FINFO(inode)->file_handle, __ncp_ioctl()
H A Dncplib_kernel.c295 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 Ddir.c906 ncp_close_file(NCP_SERVER(dir), finfo->file_handle); ncp_instantiate()
/linux-4.1.27/fs/
H A Dfhandle.c16 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 Dinternal.h108 struct file_handle __user *ufh, int open_flag);
H A Dcompat.c1477 struct file_handle __user *, handle, int, flags) COMPAT_SYSCALL_DEFINE3()
/linux-4.1.27/fs/notify/
H A Dfdinfo.c43 struct file_handle handle; show_mark_fhandle()
/linux-4.1.27/include/linux/
H A Dsyscalls.h66 struct file_handle;
855 struct file_handle __user *handle,
858 struct file_handle __user *handle,
H A Dcompat.h536 struct file_handle __user *handle,
H A Dfs.h867 struct file_handle { struct
/linux-4.1.27/arch/s390/kernel/
H A Dcompat_wrapper.c208 COMPAT_SYSCALL_WRAP5(name_to_handle_at, int, dfd, const char __user *, name, struct file_handle __user *, handle, int __user *, mnt_id, int, flag);

Completed in 256 milliseconds