Searched refs:file_handle (Results 1 – 13 of 13) sorted by relevance
/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 | 110 struct file_handle __user *ufh, int open_flag);
|
D | compat.c | 1477 struct file_handle __user *, handle, int, flags) in COMPAT_SYSCALL_DEFINE3()
|
/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 | 905 ncp_close_file(NCP_SERVER(dir), finfo->file_handle); in ncp_instantiate()
|
/fs/notify/ |
D | fdinfo.c | 43 struct file_handle handle; in show_mark_fhandle()
|