| lfs_vfsops.c | 1979 struct lfid lfh; local in function:lfs_fhtovp 1985 memcpy(&lfh, fhp, sizeof(lfh)); 1986 if (lfh.lfid_ino < LFS_IFILE_INUM) 1990 if (lfh.lfid_ident != lfs_sb_getident(fs)) 1993 if (lfh.lfid_ino > 1998 return (ulfs_fhtovp(mp, &lfh.lfid_ufid, lktype, vpp)); 2009 struct lfid lfh; local in function:lfs_vptofh 2017 memset(&lfh, 0, sizeof(lfh)); [all...] |