Searched refs:f_handle (Results 1 – 3 of 3) sorted by relevance
| /fs/ |
| A D | fhandle.c | 23 struct file_handle f_handle; in do_sys_name_to_handle() local 48 handle = kzalloc(struct_size(handle, f_handle, f_handle.handle_bytes), in do_sys_name_to_handle() 58 (struct fid *)handle->f_handle, in do_sys_name_to_handle() 330 struct file_handle f_handle; in handle_to_path() local 339 (f_handle.handle_bytes == 0)) in handle_to_path() 342 if (f_handle.handle_type < 0 || in handle_to_path() 358 handle = kmalloc(struct_size(handle, f_handle, f_handle.handle_bytes), in handle_to_path() 365 *handle = f_handle; in handle_to_path() 366 if (copy_from_user(&handle->f_handle, in handle_to_path() 367 &ufh->f_handle, in handle_to_path() [all …]
|
| /fs/notify/ |
| A D | fdinfo.c | 44 DEFINE_FLEX(struct file_handle, f, f_handle, handle_bytes, MAX_HANDLE_SZ); in show_mark_fhandle() 49 ret = exportfs_encode_fid(inode, (struct fid *)f->f_handle, &size); in show_mark_fhandle() 60 seq_printf(m, "%02x", (int)f->f_handle[i]); in show_mark_fhandle()
|
| /fs/lockd/ |
| A D | svcsubs.c | 94 nfserr = nlmsvc_ops->fopen(rqstp, &file->f_handle, fp, mode); in nlm_do_fopen() 122 if (!nfs_compare_fh(&file->f_handle, &lock->fh)) { in nlm_lookup_file() 135 memcpy(&file->f_handle, &lock->fh, sizeof(struct nfs_fh)); in nlm_lookup_file()
|
Completed in 11 milliseconds