Searched refs:ha_fid (Results 1 – 2 of 2) sorted by relevance
166 handle.ha_fid.xfs_fid_len = sizeof(xfs_fid_t) - in xfs_find_handle()167 sizeof(handle.ha_fid.xfs_fid_len); in xfs_find_handle()168 handle.ha_fid.xfs_fid_pad = 0; in xfs_find_handle()169 handle.ha_fid.xfs_fid_gen = ip->i_d.di_gen; in xfs_find_handle()170 handle.ha_fid.xfs_fid_ino = ip->i_ino; in xfs_find_handle()250 if (handlep->ha_fid.xfs_fid_len != in xfs_vget_fsop_handlereq()252 - sizeof(handlep->ha_fid.xfs_fid_len)) in xfs_vget_fsop_handlereq()253 || handlep->ha_fid.xfs_fid_pad) in xfs_vget_fsop_handlereq()260 xfid = (struct xfs_fid *)&handlep->ha_fid; in xfs_vget_fsop_handlereq()
431 xfs_fid_t ha_fid; /* file system specific file ID */ member435 #define XFS_HSIZE(handle) (((char *) &(handle).ha_fid.xfs_fid_pad \437 + (handle).ha_fid.xfs_fid_len)