OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:va_ttl
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libpuffs/
pnode.c
188
puffs_newinfo_setvattl(struct puffs_newinfo *pni, struct timespec *
va_ttl
)
191
pni->pni_va_ttl->tv_sec =
va_ttl
->tv_sec;
192
pni->pni_va_ttl->tv_nsec =
va_ttl
->tv_nsec;
/src/sys/fs/puffs/
puffs_vnops.c
642
struct timespec *
va_ttl
= &lookup_msg->pvnr_va_ttl;
local
645
va_ttl
, cn_ttl, SETATTR_CHSIZE);
750
struct timespec *
va_ttl
= &create_msg->pvnr_va_ttl;
local
755
va_ttl
, cn_ttl, SETATTR_CHSIZE);
811
struct timespec *
va_ttl
= &mknod_msg->pvnr_va_ttl;
local
816
va_ttl
, cn_ttl, SETATTR_CHSIZE);
956
struct timespec *
va_ttl
, struct timespec *cn_ttl, int flags)
1006
if ((
va_ttl
!= NULL) && TTL_VALID(
va_ttl
)) {
1012
pn->pn_va_timeout = TTL_TO_TIMEOUT(
va_ttl
);
1045
struct timespec *
va_ttl
= NULL;
local
1180
struct timespec *
va_ttl
= &setattr_msg->pvnr_
va_ttl
;
local
1883
struct timespec *
va_ttl
= &mkdir_msg->pvnr_
va_ttl
;
local
2054
struct timespec *
va_ttl
= &symlink_msg->pvnr_
va_ttl
;
local
[
all
...]
/src/lib/libperfuse/
ops.c
355
struct timespec
va_ttl
;
local
357
va_ttl
.tv_sec = fao->attr_valid;
358
va_ttl
.tv_nsec = fao->attr_valid_nsec;
360
puffs_newinfo_setvattl(pni, &
va_ttl
);
364
struct timespec
va_ttl
;
local
369
va_ttl
.tv_sec = feo->attr_valid;
370
va_ttl
.tv_nsec = feo->attr_valid_nsec;
374
puffs_newinfo_setvattl(pni, &
va_ttl
);
1569
struct timespec *
va_ttl
)
1631
if (
va_ttl
!= NULL)
[
all
...]
Completed in 19 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026