OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:omtime
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/nfs/
nfs_kq.c
60
struct timespec
omtime
; /* old modification time */
member in struct:kevq
149
ke->
omtime
= attr.va_mtime;
150
} else if (attr.va_mtime.tv_sec != ke->
omtime
.tv_sec
151
|| attr.va_mtime.tv_nsec != ke->
omtime
.tv_nsec) {
153
ke->
omtime
= attr.va_mtime;
358
ke->
omtime
= attr.va_mtime;
nfs_clntsubs.c
394
const struct timespec *
omtime
= &np->n_vattr->va_mtime;
local in function:nfs_check_wccdata
398
if (timespeccmp(
omtime
, mtime, <=)) {
437
(unsigned int)
omtime
->tv_sec,
438
(unsigned int)
omtime
->tv_nsec,
Completed in 11 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025