OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targ_fileid
(Results
1 - 1
of
1
) sorted by relevancy
/src/share/examples/puffs/pgfs/
pgfs_puffs.c
594
fileid_t
targ_fileid
= cookie_to_fileid(targ_opc);
local
598
DPRINTF("%llu %llu %s\n", dir_fileid,
targ_fileid
, pcn->pcn_name);
601
error = getattr(xc,
targ_fileid
, &va, GETATTR_TYPE);
609
error = linkfile(xc, dir_fileid, pcn->pcn_name,
targ_fileid
);
613
error = update_ctime(xc,
targ_fileid
);
636
fileid_t
targ_fileid
= cookie_to_fileid(targ);
local
642
error = getattr(xc,
targ_fileid
, &va, GETATTR_TYPE);
650
error = unlinkfile(xc, fileid, pcn->pcn_name,
targ_fileid
);
674
fileid_t
targ_fileid
= cookie_to_fileid(targ);
local
681
error = getattr(xc,
targ_fileid
, &va, GETATTR_TYPE)
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026