Home
last modified time | relevance | path

Searched refs:time_min (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c1018 int time_min = OBD_RECOVERY_TIME_MIN; in lmd_parse() local
1034 simple_strtoul(s1 + 19, NULL, 10), time_min); in lmd_parse()
1038 simple_strtoul(s1 + 19, NULL, 10), time_min); in lmd_parse()
/linux-4.1.27/fs/nfs/
Dnfs4state.c526 unsigned long time_min, time_max; in nfs4_gc_state_owners() local
531 time_min = (long)time_max - (long)clp->cl_lease_time; in nfs4_gc_state_owners()
534 if (time_in_range(sp->so_expires, time_min, time_max)) in nfs4_gc_state_owners()