Home
last modified time | relevance | path

Searched refs:ntp (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_trans.c89 struct xfs_trans *ntp; in xfs_trans_dup() local
93 ntp = kmem_zone_zalloc(xfs_trans_zone, 0); in xfs_trans_dup()
98 ntp->t_magic = XFS_TRANS_HEADER_MAGIC; in xfs_trans_dup()
99 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
100 INIT_LIST_HEAD(&ntp->t_items); in xfs_trans_dup()
101 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup()
102 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup()
103 ntp->t_firstblock = NULLFSBLOCK; in xfs_trans_dup()
108 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
113 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
[all …]
Dxfs_trans_dquot.c68 struct xfs_trans *ntp) in xfs_trans_dup_dqinfo() argument
78 xfs_trans_alloc_dqinfo(ntp); in xfs_trans_dup_dqinfo()
85 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo()
89 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
/Linux-v5.4/kernel/time/
DMakefile3 obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
/Linux-v5.4/Documentation/power/
Ds2ram.rst80 correct date/time! It is therefore advisable to use a program like ntp-date
/Linux-v5.4/Documentation/admin-guide/
Drtc.rst93 don't synchronize the kernel time with an external source (via ntp or
/Linux-v5.4/Documentation/ioctl/
Dioctl-number.rst99 … <ftp://ftp.de.kernel.org/pub/linux/daemons/ntp/PPS/>
/Linux-v5.4/
DMAINTAINERS16338 F: kernel/time/ntp.c