Home
last modified time | relevance | path

Searched refs:get_seconds (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_krb5_unseal.c127 now = get_seconds(); in gss_verify_mic_v1()
197 now = get_seconds(); in gss_verify_mic_v2()
Dgss_krb5_seal.c142 now = get_seconds(); in gss_get_mic_v1()
209 now = get_seconds(); in gss_get_mic_v2()
Dgss_krb5_wrap.c175 now = get_seconds(); in gss_wrap_kerberos_v1()
364 now = get_seconds(); in gss_unwrap_kerberos_v1()
488 now = get_seconds(); in gss_wrap_kerberos_v2()
564 now = get_seconds(); in gss_unwrap_kerberos_v2()
/Linux-v4.19/include/linux/
Dtimekeeping32.h10 unsigned long get_seconds(void);
/Linux-v4.19/kernel/
Dtsacct.c48 stats->ac_btime = get_seconds() - delta; in bacct_add_tsk()
Dacct.c451 ac->ac_btime = get_seconds() - elapsed; in fill_ac()
/Linux-v4.19/include/linux/sunrpc/
Dcache.h156 return get_seconds() - boot.tv_sec; in seconds_since_boot()
/Linux-v4.19/fs/hfs/
Dhfs_fs.h257 #define hfs_mtime() __hfs_u_to_mtime(get_seconds())
/Linux-v4.19/fs/xfs/
Dxfs_dquot.c144 d->d_btimer = cpu_to_be32(get_seconds() + in xfs_qm_adjust_dqtimers()
167 d->d_itimer = cpu_to_be32(get_seconds() + in xfs_qm_adjust_dqtimers()
190 d->d_rtbtimer = cpu_to_be32(get_seconds() + in xfs_qm_adjust_dqtimers()
Dxfs_trans_dquot.c649 if ((timer != 0 && get_seconds() > timer) || in xfs_trans_dqresv()
676 if ((timer != 0 && get_seconds() > timer) || in xfs_trans_dqresv()
/Linux-v4.19/fs/hfsplus/
Dhfsplus_fs.h539 #define hfsp_now2mt() __hfsp_ut2mt(get_seconds())
/Linux-v4.19/fs/afs/
Dinode.c216 inode->i_ctime.tv_sec = get_seconds(); in afs_iget_pseudo_dir()
/Linux-v4.19/fs/nfsd/
Dnfsproc.c97 time_t delta = iap->ia_atime.tv_sec - get_seconds(); in nfsd_proc_setattr()
Dnfs4state.c163 clp->cl_time = get_seconds(); in renew_client_locked()
2108 verf[0] = (__force __be32)get_seconds(); in gen_confirm()
2166 clp->cl_time = get_seconds(); in create_client()
3805 oo->oo_time = get_seconds(); in move_to_close_lru()
3900 dp->dl_time = get_seconds(); in nfsd4_cb_recall_prepare()
4705 unsigned long now = get_seconds(); in clients_still_reclaiming()
4730 time_t cutoff = get_seconds() - nn->nfsd4_lease; in nfs4_laundromat()
7156 nn->boot_time = get_seconds(); in nfs4_state_create_net()
/Linux-v4.19/kernel/time/
Dtimekeeping.c2177 unsigned long get_seconds(void) in get_seconds() function
2183 EXPORT_SYMBOL(get_seconds);
/Linux-v4.19/fs/cachefiles/
Dnamei.c339 (uint32_t) get_seconds(), in cachefiles_bury_object()
/Linux-v4.19/fs/fat/
Dinode.c518 inode->i_generation = get_seconds(); in fat_fill_inode()
/Linux-v4.19/drivers/firewire/
Dohci.c1768 ohci->bus_time = (lower_32_bits(get_seconds()) & ~0x7f) | in update_bus_time()