Home
last modified time | relevance | path

Searched refs:fh_fid (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c151 __get_user(host_fh->fh_fid.fid_len, &target_fh->fh_fid.fid_len); in t2h_freebsd_fhandle()
153 memcpy(host_fh->fh_fid.fid_data, target_fh->fh_fid.fid_data, in t2h_freebsd_fhandle()
168 __put_user(host_fh->fh_fid.fid_len, &target_fh->fh_fid.fid_len); in h2t_freebsd_fhandle()
170 memcpy(target_fh->fh_fid.fid_data, host_fh->fh_fid.fid_data, in h2t_freebsd_fhandle()
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h389 struct target_freebsd_fid fh_fid; /* Filesys specific id */ member