Home
last modified time | relevance | path

Searched refs:fid_len (Results 1 – 4 of 4) 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()
168 __put_user(host_fh->fh_fid.fid_len, &target_fh->fh_fid.fid_len); in h2t_freebsd_fhandle()
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h381 uint16_t fid_len; /* len of data in bytes */ member
/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.c107 handle.ha_fid.fid_len = sizeof(xfs_fid_t) - in xfs_find_handle()
108 sizeof(handle.ha_fid.fid_len); in xfs_find_handle()
164 if (handle.ha_fid.fid_len != in xfs_handle_to_dentry()
165 sizeof(handle.ha_fid) - sizeof(handle.ha_fid.fid_len)) in xfs_handle_to_dentry()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h635 __u16 fid_len; /* length of remainder */ member