Searched refs:f_handle (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fhandle.c | 22 struct file_handle f_handle; in do_sys_name_to_handle() local 34 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) in do_sys_name_to_handle() 37 if (f_handle.handle_bytes > MAX_HANDLE_SZ) in do_sys_name_to_handle() 40 handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, in do_sys_name_to_handle() 46 handle_dwords = f_handle.handle_bytes >> 2; in do_sys_name_to_handle() 50 (struct fid *)handle->f_handle, in do_sys_name_to_handle() 56 if ((handle->handle_bytes > f_handle.handle_bytes) || in do_sys_name_to_handle() 153 (struct fid *)handle->f_handle, in do_handle_to_path() 171 struct file_handle f_handle; in handle_to_path() local 183 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) { in handle_to_path() [all …]
|
| /OK3568_Linux_fs/kernel/tools/power/x86/intel_pstate_tracer/ |
| H A D | intel_pstate_tracer.py | 335 f_handle = open('cpu.csv', 'a') 337 f_handle.write(string_buffer); 338 f_handle.close() 369 f_handle = open('cpu.csv', 'a') 370 …f_handle.write('common_cpu, common_secs, common_usecs, core_busy, scaled_busy, from, to, mperf, ap… 371 f_handle.write('\n') 372 f_handle.close() 378 f_handle = open('/sys/kernel/debug/tracing/trace', 'w') 379 f_handle.close()
|
| /OK3568_Linux_fs/kernel/fs/notify/ |
| H A D | fdinfo.c | 52 ret = exportfs_encode_inode_fh(inode, (struct fid *)f.handle.f_handle, &size, NULL); in show_mark_fhandle() 65 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | svcsubs.c | 99 if (!nfs_compare_fh(&file->f_handle, f)) in nlm_lookup_file() 109 memcpy(&file->f_handle, f, sizeof(struct nfs_fh)); in nlm_lookup_file()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | cgroup_helpers.c | 286 memcpy(id.raw_bytes, fhp->f_handle, 8); in get_cgroup_id()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 363 unsigned char f_handle[0]; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 363 unsigned char f_handle[0]; member
|
| /OK3568_Linux_fs/kernel/include/linux/lockd/ |
| H A D | lockd.h | 156 struct nfs_fh f_handle; /* NFS file handle */ member
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | proc.rst | 1985 …7e sdev:800013 mask:800afce ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_handle:7e9e0000640d1b6d 1994 fields 'fhandle-bytes', 'fhandle-type' and 'f_handle', all in hex 2010 …013 mflags:0 mask:3b ignored_mask:40000000 fhandle-bytes:8 fhandle-type:1 f_handle:69f90400c275b5b4
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 986 unsigned char f_handle[]; member
|