Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dfhandle.c22 struct file_handle f_handle; in do_sys_name_to_handle() local
37 if (f_handle.handle_bytes > MAX_HANDLE_SZ) 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()
153 (struct fid *)handle->f_handle, in do_handle_to_path()
171 struct file_handle f_handle; in handle_to_path() local
188 (f_handle.handle_bytes == 0)) { in handle_to_path()
199 *handle = f_handle; in handle_to_path()
200 if (copy_from_user(&handle->f_handle, in handle_to_path()
201 &ufh->f_handle, in handle_to_path()
[all …]
/linux-6.3-rc2/tools/power/x86/amd_pstate_tracer/
A Damd_pstate_trace.py165 f_handle = open('cpu.csv', 'a')
167 f_handle.write(string_buffer)
168 f_handle.close()
181 f_handle = open('cpu.csv', 'a')
182f_handle.write('common_cpu, common_secs, common_usecs, min_perf, des_perf, max_perf, freq, mperf, …
183 f_handle.write('\n')
184 f_handle.close()
/linux-6.3-rc2/tools/power/x86/intel_pstate_tracer/
A Dintel_pstate_tracer.py335 f_handle = open('cpu.csv', 'a')
337 f_handle.write(string_buffer);
338 f_handle.close()
367 f_handle = open('cpu.csv', 'a')
368f_handle.write('common_cpu, common_secs, common_usecs, core_busy, scaled_busy, from, to, mperf, ap…
369 f_handle.write('\n')
370 f_handle.close()
376 f_handle = open('/sys/kernel/tracing/trace', 'w')
377 f_handle.close()
/linux-6.3-rc2/samples/fanotify/
A Dfs-monitor.c38 uint32_t *h = (uint32_t *) fh->f_handle; in print_fh()
42 printf("%hhx", fh->f_handle[i]); in print_fh()
/linux-6.3-rc2/fs/notify/
A Dfdinfo.c53 ret = exportfs_encode_inode_fh(inode, (struct fid *)f.handle.f_handle, &size, NULL); in show_mark_fhandle()
66 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
/linux-6.3-rc2/fs/lockd/
A Dsvcsubs.c94 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()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dcgroup_helpers.c433 memcpy(id.raw_bytes, fhp->f_handle, 8); in get_cgroup_id()
/linux-6.3-rc2/include/linux/lockd/
A Dlockd.h158 struct nfs_fh f_handle; /* NFS file handle */ member
/linux-6.3-rc2/Documentation/filesystems/
A Dproc.rst1979 …7e sdev:800013 mask:800afce ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_handle:7e9e0000640d1b6d
1988 fields 'fhandle-bytes', 'fhandle-type' and 'f_handle', all in hex
2004 …013 mflags:0 mask:3b ignored_mask:40000000 fhandle-bytes:8 fhandle-type:1 f_handle:69f90400c275b5b4
/linux-6.3-rc2/include/linux/
A Dfs.h987 unsigned char f_handle[]; member

Completed in 25 milliseconds