Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c905 int time_min = OBD_RECOVERY_TIME_MIN; in lmd_parse() local
921 simple_strtoul(s1 + 19, NULL, 10), time_min); in lmd_parse()
925 simple_strtoul(s1 + 19, NULL, 10), time_min); in lmd_parse()
/linux-4.4.14/fs/nfs/
Dnfs4state.c525 unsigned long time_min, time_max; in nfs4_gc_state_owners() local
530 time_min = (long)time_max - (long)clp->cl_lease_time; in nfs4_gc_state_owners()
533 if (time_in_range(sp->so_expires, time_min, time_max)) in nfs4_gc_state_owners()