Home
last modified time | relevance | path

Searched refs:c_expiry (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_capa.c85 return cfs_time_sub(ocapa->c_expiry, in capa_renewal_time()
114 update_capa_timer(ocapa, ocapa->c_expiry); in have_expired_capa()
130 if (cfs_time_aftereq(ocapa->c_expiry, tmp->c_expiry)) { in sort_add_capa()
261 ocapa->c_expiry); in capa_thread_main()
451 if (cfs_time_after(ocapa->c_expiry, tmp->c_expiry)) { in inode_add_oss_capa()
517 oc->c_expiry = cfs_time_add(oc->c_expiry, cfs_time_seconds(delay)); in delay_capa_renew()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_capa.h85 unsigned long c_expiry; /* jiffies */ member
271 ocapa->c_expiry = cfs_time_add(cfs_time_current(), in set_capa_expiry()
282 return time_before_eq(ocapa->c_expiry, cfs_time_current()); in capa_is_expired()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c146 return time_before(cfs_time_sub(oc->c_expiry, in capa_is_to_expire()