OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cn_ttl
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libpuffs/
pnode.c
196
puffs_newinfo_setcnttl(struct puffs_newinfo *pni, struct timespec *
cn_ttl
)
199
pni->pni_cn_ttl->tv_sec =
cn_ttl
->tv_sec;
200
pni->pni_cn_ttl->tv_nsec =
cn_ttl
->tv_nsec;
/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
...]
/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);
Completed in 19 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026