Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_trans.c120 xfs_trans_t *ntp; in xfs_trans_dup() local
122 ntp = kmem_zone_zalloc(xfs_trans_zone, KM_SLEEP); in xfs_trans_dup()
127 ntp->t_magic = XFS_TRANS_HEADER_MAGIC; in xfs_trans_dup()
128 ntp->t_type = tp->t_type; in xfs_trans_dup()
129 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
130 INIT_LIST_HEAD(&ntp->t_items); in xfs_trans_dup()
131 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup()
136 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
141 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
142 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()
[all …]
Dxfs_trans_dquot.c90 xfs_trans_t *ntp) in xfs_trans_dup_dqinfo() argument
100 xfs_trans_alloc_dqinfo(ntp); in xfs_trans_dup_dqinfo()
107 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo()
111 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
/linux-4.4.14/kernel/time/
DMakefile2 obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
/linux-4.4.14/Documentation/power/
Ds2ram.txt78 correct date/time! It is therefore advisable to use a program like ntp-date
/linux-4.4.14/Documentation/
Drtc.txt93 don't synchronize the kernel time with an external source (via ntp or
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt89 <ftp://ftp.de.kernel.org/pub/linux/daemons/ntp/PPS/>
/linux-4.4.14/
DMAINTAINERS9382 F: kernel/time/ntp.c