fh_args           389 xfs/xfs_syscalls-common.c     struct xfs_fh_args fh_args;
fh_args           401 xfs/xfs_syscalls-common.c     SCARG(&fh_args, fsid)   = mnt->mnt_stat.f_fsid;
fh_args           402 xfs/xfs_syscalls-common.c     SCARG(&fh_args, fileid) = vattr.va_fileid;
fh_args           403 xfs/xfs_syscalls-common.c     SCARG(&fh_args, gen)    = vattr.va_gen;
fh_args           405 xfs/xfs_syscalls-common.c     xfs_handle.len = sizeof(fh_args);
fh_args           406 xfs/xfs_syscalls-common.c     memcpy (xfs_handle.fhdata, &fh_args, sizeof(fh_args));
fh_args           333 xfs/xfs_vfsops-bsd.c     struct xfs_fh_args *fh_args = (struct xfs_fh_args *)fhp->fhdata;
fh_args           344 xfs/xfs_vfsops-bsd.c     fsid = SCARG(fh_args, fsid);
fh_args           352 xfs/xfs_vfsops-bsd.c 	uint32_t ino = SCARG(fh_args, fileid);
fh_args           356 xfs/xfs_vfsops-bsd.c     error = VFS_VGET(mp, SCARG(fh_args, fileid), vpp);
fh_args           371 xfs/xfs_vfsops-bsd.c     if (vattr.va_gen != SCARG(fh_args, gen)) {