OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cn_ttl
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libperfuse/
ops.c
365
struct timespec
cn_ttl
;
local
371
cn_ttl
.tv_sec = feo->entry_valid;
372
cn_ttl
.tv_nsec = feo->entry_valid_nsec;
375
puffs_newinfo_setcnttl(pni, &
cn_ttl
);
380
timespecadd(&now, &
cn_ttl
, &pnd->pnd_cn_expire);
/src/sys/fs/puffs/
puffs_vnops.c
643
struct timespec *
cn_ttl
= &lookup_msg->pvnr_cn_ttl;
local
645
va_ttl,
cn_ttl
, SETATTR_CHSIZE);
751
struct timespec *
cn_ttl
= &create_msg->pvnr_cn_ttl;
local
755
va_ttl,
cn_ttl
, SETATTR_CHSIZE);
812
struct timespec *
cn_ttl
= &mknod_msg->pvnr_cn_ttl;
local
816
va_ttl,
cn_ttl
, SETATTR_CHSIZE);
956
struct timespec *va_ttl, struct timespec *
cn_ttl
, int flags)
962
if (TTL_VALID(
cn_ttl
)) {
963
pn->pn_cn_timeout = TTL_TO_TIMEOUT(
cn_ttl
);
1884
struct timespec *
cn_ttl
= &mkdir_msg->pvnr_cn_ttl
local
2055
struct timespec *
cn_ttl
= &symlink_msg->pvnr_
cn_ttl
;
local
[
all
...]
Completed in 55 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026