Home | History | Annotate | Download | only in lfs

Lines Matching defs:lfh

1972 	struct lfid lfh;
1978 memcpy(&lfh, fhp, sizeof(lfh));
1979 if (lfh.lfid_ino < LFS_IFILE_INUM)
1983 if (lfh.lfid_ident != lfs_sb_getident(fs))
1986 if (lfh.lfid_ino >
1991 return (ulfs_fhtovp(mp, &lfh.lfid_ufid, lktype, vpp));
2002 struct lfid lfh;
2010 memset(&lfh, 0, sizeof(lfh));
2011 lfh.lfid_len = sizeof(struct lfid);
2012 lfh.lfid_ino = ip->i_number;
2013 lfh.lfid_gen = ip->i_gen;
2014 lfh.lfid_ident = lfs_sb_getident(ip->i_lfs);
2015 memcpy(fhp, &lfh, sizeof(lfh));