OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lfh
(Results
1 - 3
of
3
) 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
);
/src/external/public-domain/sqlite/dist/
shell.c
9430
** First 4 bytes of a valid
LFH
record.
9939
** Decode the
LFH
record in buffer aBuf into (*pLFH). Return SQLITE_ERROR
10164
ZipfileLFH
lfh
;
local
10171
if( rc==SQLITE_OK ) rc = zipfileReadLFH(aRead, &
lfh
);
10174
pNew->iDataOff +=
lfh
.nFile +
lfh
.nExtra;
10180
*pzErr = sqlite3_mprintf("failed to read
LFH
at offset %d",
10666
/* Write the
LFH
itself */
11406
/* Append the
LFH
to the body of the new archive */
Completed in 59 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026