Home
last modified time | relevance | path

Searched refs:file_handle (Results 1 – 13 of 13) sorted by relevance

/fs/
Dfhandle.c16 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 …]
Dinternal.h110 struct file_handle __user *ufh, int open_flag);
Dcompat.c1477 struct file_handle __user *, handle, int, flags) in COMPAT_SYSCALL_DEFINE3()
/fs/ncpfs/
Dsymlink.c57 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()
Dncp_fs_i.h26 __u8 file_handle[6]; member
Dfile.c142 NCP_FINFO(inode)->file_handle, in ncp_file_read_iter()
211 NCP_FINFO(inode)->file_handle, in ncp_file_write_iter()
Dmmap.c65 NCP_FINFO(inode)->file_handle, in ncp_file_mmap_fault()
Dncp_fs.h40 __u8 file_handle[6]; member
Dinode.c136 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()
Dioctl.c553 NCP_FINFO(inode)->file_handle, in __ncp_ioctl()
569 NCP_FINFO(inode)->file_handle, in __ncp_ioctl()
Dncplib_kernel.c295 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()
Ddir.c905 ncp_close_file(NCP_SERVER(dir), finfo->file_handle); in ncp_instantiate()
/fs/notify/
Dfdinfo.c43 struct file_handle handle; in show_mark_fhandle()