/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_trans.c | 71 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() 111 (tp->t_flags & XFS_TRANS_RES_FDBLKS); in xfs_trans_dup() 113 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() [all …]
|
D | xfs_trans_dquot.c | 64 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot() 91 if (otp->t_flags & XFS_TRANS_DQ_DIRTY) in xfs_trans_dup_dqinfo() 92 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo() 277 tp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_mod_dquot() 354 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() 862 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
|
D | xfs_trans_buf.c | 269 if (tp->t_flags & XFS_TRANS_DIRTY) in xfs_trans_read_buf_map() 295 if (tp && (tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_read_buf_map() 477 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_dirty_buf() 563 ASSERT(tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_binval() 579 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_binval()
|
D | xfs_trans.h | 132 unsigned int t_flags; /* misc flags */ member 166 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC)
|
D | xfs_extfree_item.c | 383 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_free_extent() 423 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_extent_free_log_item() 557 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_agfl_free_finish_item() 659 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_efi_item_relog()
|
D | xfs_refcount_item.c | 262 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_refcount_update() 314 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_refcount_update_log_item() 577 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_cui_item_relog()
|
D | xfs_rmap_item.c | 330 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_rmap_update() 363 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rmap_update_log_item() 600 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rui_item_relog()
|
D | xfs_bmap_item.c | 258 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_bmap_update() 312 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item() 559 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bui_item_relog()
|
D | xfs_icreate_item.c | 115 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
|
D | xfs_filestream.c | 347 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_new_ag()
|
D | xfs_log_priv.h | 159 char t_flags; /* properties of reservation : 1 */ member
|
D | xfs_log.c | 177 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation() 180 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation() 2037 xfs_warn(mp, " flags = 0x%x", tp->t_flags); in xlog_print_trans() 3035 ASSERT(ticket->t_flags & XLOG_TIC_PERM_RESERV); in xfs_log_ticket_ungrant() 3448 tic->t_flags |= XLOG_TIC_PERM_RESERV; in xlog_ticket_alloc()
|
D | xfs_inode.c | 965 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_dir_ialloc() 1025 tflags = tp->t_flags & XFS_TRANS_DQ_DIRTY; in xfs_dir_ialloc() 1026 tp->t_flags &= ~(XFS_TRANS_DQ_DIRTY); in xfs_dir_ialloc() 1036 tp->t_flags |= tflags; in xfs_dir_ialloc() 1504 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_itruncate_extents_flags()
|
D | xfs_trace.h | 1103 __entry->flags = tic->t_flags; 3418 __entry->flags = tp->t_flags;
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_defer.c | 364 ASSERT((*tpp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_relog() 396 if ((*tpp)->t_flags & XFS_TRANS_DIRTY) in xfs_defer_relog() 465 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_finish_noroll() 524 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish() 535 (*tp)->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_finish() 559 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_add() 608 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move() 609 stp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_move() 647 dfc->dfc_tpflags = tp->t_flags & XFS_TRANS_LOWMODE; in xfs_defer_ops_capture() 648 tp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_ops_capture() [all …]
|
D | xfs_trans_inode.c | 105 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
|
D | xfs_bmap_btree.c | 226 } 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()
|
D | xfs_bmap.c | 703 } else if (tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_extents_to_btree() 3563 } else if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc() 3596 if (!(ap->tp->t_flags & XFS_TRANS_LOWMODE) && ap->aeof) { in xfs_bmap_btalloc() 3688 ap->tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmap_btalloc()
|
D | xfs_alloc.c | 2497 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_alloc_fix_freelist()
|
/kernel/linux/linux-5.10/fs/jbd2/ |
D | recovery.c | 213 if (!(tag->t_flags & cpu_to_be16(JBD2_FLAG_SAME_UUID))) in count_tags() 216 if (tag->t_flags & cpu_to_be16(JBD2_FLAG_LAST_TAG)) in count_tags() 617 flags = be16_to_cpu(tag->t_flags); in do_one_pass()
|
D | commit.c | 728 tag->t_flags = cpu_to_be16(tag_flag); in jbd2_journal_commit_transaction() 755 tag->t_flags |= cpu_to_be16(JBD2_FLAG_LAST_TAG); in jbd2_journal_commit_transaction()
|
/kernel/linux/linux-5.10/include/linux/ |
D | jbd2.h | 189 __be32 t_flags; /* See below */ member 198 __be16 t_flags; /* See below */ member
|
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
D | journal.rst | 477 tag, after t_flags or t_blocknr_high. This field is not present if the
|