HomeSort by: relevance | last modified time | path
    Searched refs:lfh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_vfsops.c 2030 struct lfid lfh; local
2036 memcpy(&lfh, fhp, sizeof(lfh));
2037 if (lfh.lfid_ino < LFS_IFILE_INUM)
2041 if (lfh.lfid_ident != lfs_sb_getident(fs))
2044 if (lfh.lfid_ino >
2049 return (ulfs_fhtovp(mp, &lfh.lfid_ufid, lktype, vpp));
2060 struct lfid lfh; local
2068 memset(&lfh, 0, sizeof(lfh));
    [all...]
  /src/sys/fs/nfs/client/
nfs_clstate.c 2453 struct nfscllockownerfhhead lfh; local
2718 SLIST_INIT(&lfh);
2726 nfscl_cleanupkext(clp, &lfh);
2735 SLIST_FOREACH_SAFE(lfhp, &lfh, nfslfh_list, nlfhp) {
2745 SLIST_INIT(&lfh);

Completed in 19 milliseconds