Searched refs:f_handle (Results 1 - 9 of 9) sorted by last modified time

/linux-master/include/linux/
H A Dfs.h1038 unsigned char f_handle[]; member in struct:file_handle
/linux-master/include/linux/lockd/
H A Dlockd.h157 struct nfs_fh f_handle; /* NFS file handle */ member in struct:nlm_file
/linux-master/fs/lockd/
H A Dsvcsubs.c94 nfserr = nlmsvc_ops->fopen(rqstp, &file->f_handle, fp, mode);
122 if (!nfs_compare_fh(&file->f_handle, &lock->fh)) {
135 memcpy(&file->f_handle, &lock->fh, sizeof(struct nfs_fh));
/linux-master/fs/
H A Dfhandle.c22 struct file_handle f_handle; local
33 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle)))
36 if (f_handle.handle_bytes > MAX_HANDLE_SZ)
39 handle = kzalloc(sizeof(struct file_handle) + f_handle.handle_bytes,
45 handle_dwords = f_handle.handle_bytes >> 2;
49 (struct fid *)handle->f_handle,
55 if ((handle->handle_bytes > f_handle.handle_bytes) ||
156 (struct fid *)handle->f_handle,
174 struct file_handle f_handle; local
186 if (copy_from_user(&f_handle, uf
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c469 memcpy(id.raw_bytes, fhp->f_handle, 8);
/linux-master/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py164 f_handle = open('cpu.csv', 'a')
166 f_handle.write(string_buffer)
167 f_handle.close()
180 f_handle = open('cpu.csv', 'a')
181 f_handle.write('common_cpu, common_secs, common_usecs, min_perf, des_perf, max_perf, freq, mperf, aperf, tsc, load, duration_ms, sample_num, elapsed_time, common_comm')
182 f_handle.write('\n')
183 f_handle.close()
/linux-master/tools/power/x86/intel_pstate_tracer/
H 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')
368 f_handle.write('common_cpu, common_secs, common_usecs, core_busy, scaled_busy, from, to, mperf, aperf, tsc, freq, boost, load, duration_ms, sample_num, elapsed_time, tsc_ghz, common_comm')
369 f_handle.write('\n')
370 f_handle.close()
376 f_handle = open('/sys/kernel/tracing/trace', 'w')
377 f_handle.close()
/linux-master/fs/notify/
H A Dfdinfo.c53 ret = exportfs_encode_fid(inode, (struct fid *)f.handle.f_handle, &size);
62 seq_printf(m, "fhandle-bytes:%x fhandle-type:%x f_handle:",
66 seq_printf(m, "%02x", (int)f.handle.f_handle[i]);
/linux-master/samples/fanotify/
H A Dfs-monitor.c38 uint32_t *h = (uint32_t *) fh->f_handle;
42 printf("%hhx", fh->f_handle[i]);

Completed in 439 milliseconds