OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lfh
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_vfsops.c
2025
struct lfid
lfh
;
local
2031
memcpy(&
lfh
, fhp, sizeof(
lfh
));
2032
if (
lfh
.lfid_ino < LFS_IFILE_INUM)
2036
if (
lfh
.lfid_ident != lfs_sb_getident(fs))
2039
if (
lfh
.lfid_ino >
2044
return (ulfs_fhtovp(mp, &
lfh
.lfid_ufid, lktype, vpp));
2055
struct lfid
lfh
;
local
2063
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 22 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026