OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mounted_for
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/autofs/
autounmountd.c
183
time_t
mounted_for
, mounted_max = -1;
local in function:expire_automounted
191
mounted_for
= (time_t)difftime(now, af->af_mount_time);
193
if (
mounted_for
< expiration_time) {
198
(intmax_t)
mounted_for
);
200
if (
mounted_for
> mounted_max)
201
mounted_max =
mounted_for
;
209
af->af_fsid.__fsid_val[1], (intmax_t)
mounted_for
);
212
if (
mounted_for
> mounted_max)
213
mounted_max =
mounted_for
;
autounmountd.c
183
time_t
mounted_for
, mounted_max = -1;
local in function:expire_automounted
191
mounted_for
= (time_t)difftime(now, af->af_mount_time);
193
if (
mounted_for
< expiration_time) {
198
(intmax_t)
mounted_for
);
200
if (
mounted_for
> mounted_max)
201
mounted_max =
mounted_for
;
209
af->af_fsid.__fsid_val[1], (intmax_t)
mounted_for
);
212
if (
mounted_for
> mounted_max)
213
mounted_max =
mounted_for
;
Completed in 55 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025