Home
last modified time | relevance | path

Searched refs:f_handle (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/
Dfhandle.c20 struct file_handle f_handle; in do_sys_name_to_handle() local
32 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) in do_sys_name_to_handle()
35 if (f_handle.handle_bytes > MAX_HANDLE_SZ) in do_sys_name_to_handle()
38 handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, in do_sys_name_to_handle()
44 handle_dwords = f_handle.handle_bytes >> 2; in do_sys_name_to_handle()
48 (struct fid *)handle->f_handle, in do_sys_name_to_handle()
54 if ((handle->handle_bytes > f_handle.handle_bytes) || in do_sys_name_to_handle()
152 (struct fid *)handle->f_handle, in do_handle_to_path()
170 struct file_handle f_handle; in handle_to_path() local
182 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) { in handle_to_path()
[all …]
/linux-4.4.14/fs/notify/
Dfdinfo.c51 ret = exportfs_encode_inode_fh(inode, (struct fid *)f.handle.f_handle, &size, 0); in show_mark_fhandle()
64 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
/linux-4.4.14/fs/lockd/
Dsvcsubs.c98 if (!nfs_compare_fh(&file->f_handle, f)) in nlm_lookup_file()
108 memcpy(&file->f_handle, f, sizeof(struct nfs_fh)); in nlm_lookup_file()
/linux-4.4.14/include/linux/lockd/
Dlockd.h153 struct nfs_fh f_handle; /* NFS file handle */ member
/linux-4.4.14/Documentation/filesystems/
Dproc.txt1773 …7e sdev:800013 mask:800afce ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_handle:7e9e0000640d1b6d
1782 fields 'fhandle-bytes', 'fhandle-type' and 'f_handle', all in hex
1797 …013 mflags:0 mask:3b ignored_mask:40000000 fhandle-bytes:8 fhandle-type:1 f_handle:69f90400c275b5b4
/linux-4.4.14/include/linux/
Dfs.h881 unsigned char f_handle[0]; member