Searched refs:ntp (Results 1 – 9 of 9) sorted by relevance
120 xfs_trans_t *ntp; in xfs_trans_dup() local122 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 …]
81 xfs_trans_t *ntp; /* new transaction pointer */ in xfs_bmap_finish() local88 ntp = *tp; in xfs_bmap_finish()89 efi = xfs_trans_get_efi(ntp, flist->xbf_count); in xfs_bmap_finish()91 xfs_trans_log_efi_extent(ntp, efi, free->xbfi_startblock, in xfs_bmap_finish()94 tres.tr_logres = ntp->t_log_res; in xfs_bmap_finish()95 tres.tr_logcount = ntp->t_log_count; in xfs_bmap_finish()97 ntp = xfs_trans_dup(*tp); in xfs_bmap_finish()99 *tp = ntp; in xfs_bmap_finish()112 xfs_log_ticket_put(ntp->t_ticket); in xfs_bmap_finish()114 error = xfs_trans_reserve(ntp, &tres, 0, 0); in xfs_bmap_finish()[all …]
90 xfs_trans_t *ntp) in xfs_trans_dup_dqinfo() argument99 xfs_trans_alloc_dqinfo(ntp); in xfs_trans_dup_dqinfo()106 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo()110 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
908 xfs_trans_t *ntp; in xfs_dir_ialloc() local988 ntp = xfs_trans_dup(tp); in xfs_dir_ialloc()990 tp = ntp; in xfs_dir_ialloc()1005 *tpp = ntp; in xfs_dir_ialloc()1028 *tpp = ntp; in xfs_dir_ialloc()1558 struct xfs_trans *ntp; in xfs_itruncate_extents() local1624 ntp = xfs_trans_dup(tp); in xfs_itruncate_extents()1626 tp = ntp; in xfs_itruncate_extents()
2 obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
78 correct date/time! It is therefore advisable to use a program like ntp-date
93 don't synchronize the kernel time with an external source (via ntp or
86 <ftp://ftp.de.kernel.org/pub/linux/daemons/ntp/PPS/>
8655 F: kernel/time/ntp.c