Home
last modified time | relevance | path

Searched refs:t_flags (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_trans.c71 if (!(tp->t_flags & XFS_TRANS_NO_WRITECOUNT)) in xfs_trans_free()
105 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_dup()
108 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
109 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup()
110 (tp->t_flags & XFS_TRANS_NO_WRITECOUNT); in xfs_trans_dup()
112 tp->t_flags |= XFS_TRANS_NO_WRITECOUNT; in xfs_trans_dup()
154 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve()
185 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
189 ASSERT(!(tp->t_flags & XFS_TRANS_PERM_LOG_RES)); in xfs_trans_reserve()
235 tp->t_flags &= ~XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
[all …]
Dxfs_trans_dquot.c57 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
84 if (otp->t_flags & XFS_TRANS_DQ_DIRTY) in xfs_trans_dup_dqinfo()
85 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo()
269 tp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_mod_dquot()
316 if (!(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_apply_dquot_deltas()
496 if (!tp->t_dqinfo || !(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_unreserve_and_mod_dquots()
858 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
Dxfs_trans_buf.c281 if (tp->t_flags & XFS_TRANS_DIRTY) in xfs_trans_read_buf_map()
324 if (tp && (tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_read_buf_map()
516 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_dirty_buf()
602 ASSERT(tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_binval()
618 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_binval()
Dxfs_trans.h116 unsigned int t_flags; /* misc flags */ member
150 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC)
Dxfs_icreate_item.c107 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
Dxfs_log.c199 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation()
202 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation()
525 (((ticket->t_flags & XLOG_TIC_INITED) == 0) && in xfs_log_done()
548 ticket->t_flags |= XLOG_TIC_INITED; in xfs_log_done()
854 tic->t_flags = 0; in xfs_log_write_unmount_record()
2073 xfs_warn(mp, " flags = 0x%x", tp->t_flags); in xlog_print_trans()
2124 if (ticket->t_flags & XLOG_TIC_INITED) in xlog_write_calc_vec_length()
2157 if (!(ticket->t_flags & XLOG_TIC_INITED)) in xlog_write_start_rec()
2166 ticket->t_flags &= ~XLOG_TIC_INITED; in xlog_write_start_rec()
2369 if (ticket->t_flags & XLOG_TIC_INITED) in xlog_write()
[all …]
Dxfs_extfree_item.c384 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_free_extent()
449 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_extent_free_log_item()
564 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_agfl_free_finish_item()
Dxfs_bmap_item.c260 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_bmap_update()
339 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item()
Dxfs_refcount_item.c264 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_refcount_update()
341 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_refcount_update_log_item()
Dxfs_rmap_item.c330 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_rmap_update()
388 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rmap_update_log_item()
Dxfs_log_priv.h163 char t_flags; /* properties of reservation : 1 */ member
Dxfs_filestream.c379 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_new_ag()
Dxfs_inode.c980 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_dir_ialloc()
1040 tflags = tp->t_flags & XFS_TRANS_DQ_DIRTY; in xfs_dir_ialloc()
1041 tp->t_flags &= ~(XFS_TRANS_DQ_DIRTY); in xfs_dir_ialloc()
1051 tp->t_flags |= tflags; in xfs_dir_ialloc()
1525 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_itruncate_extents_flags()
Dxfs_trace.h956 __entry->flags = tic->t_flags;
3347 __entry->flags = tp->t_flags;
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_defer.c313 tp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_reset()
368 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_finish_noroll()
470 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish()
502 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_add()
551 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
Dxfs_trans_inode.c131 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
Dxfs_bmap_btree.c226 } else if (cur->bc_tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmbt_alloc_block()
253 cur->bc_tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmbt_alloc_block()
Dxfs_bmap.c702 } else if (tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_extents_to_btree()
3476 } else if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc()
3511 if (!(ap->tp->t_flags & XFS_TRANS_LOWMODE) && ap->aeof) { in xfs_bmap_btalloc()
3603 ap->tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmap_btalloc()
Dxfs_alloc.c2238 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_alloc_fix_freelist()
/Linux-v5.4/fs/jbd2/
Drecovery.c214 if (!(tag->t_flags & cpu_to_be16(JBD2_FLAG_SAME_UUID))) in count_tags()
217 if (tag->t_flags & cpu_to_be16(JBD2_FLAG_LAST_TAG)) in count_tags()
564 flags = be16_to_cpu(tag->t_flags); in do_one_pass()
Dcommit.c680 tag->t_flags = cpu_to_be16(tag_flag); in jbd2_journal_commit_transaction()
707 tag->t_flags |= cpu_to_be16(JBD2_FLAG_LAST_TAG); in jbd2_journal_commit_transaction()
/Linux-v5.4/include/linux/
Djbd2.h187 __be32 t_flags; /* See below */ member
196 __be16 t_flags; /* See below */ member
/Linux-v5.4/Documentation/filesystems/ext4/
Djournal.rst460 tag, after t_flags or t_blocknr_high. This field is not present if the