| /linux/fs/xfs/ |
| H A D | xfs_trans.c | 76 if (!(tp->t_flags & XFS_TRANS_NO_WRITECOUNT)) in xfs_trans_free() 109 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_dup() 112 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup() 113 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup() 114 (tp->t_flags & XFS_TRANS_NO_WRITECOUNT) | in xfs_trans_dup() 115 (tp->t_flags & XFS_TRANS_RES_FDBLKS); in xfs_trans_dup() 117 tp->t_flags |= XFS_TRANS_NO_WRITECOUNT; in xfs_trans_dup() 153 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve() 173 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve() 175 &tp->t_ticket, (tp->t_flags & XFS_TRANS_PERM_LOG_RES)); in xfs_trans_reserve() [all …]
|
| H A D | xfs_filestream.c | 238 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_filestream_lookup_association() 293 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_create_association() 356 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_select_ag()
|
| H A D | xfs_trans_buf.c | 284 if (tp->t_flags & XFS_TRANS_DIRTY) in xfs_trans_read_buf_map() 310 if (tp && (tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_read_buf_map() 534 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_dirty_buf() 620 ASSERT(tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_binval() 636 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_binval()
|
| H A D | xfs_trans.h | 132 unsigned int t_flags; /* misc flags */ member 162 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC)
|
| H A D | xfs_iunlink_item.c | 173 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_iunlink_log_inode()
|
| H A D | xfs_icreate_item.c | 114 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
|
| H A D | xfs_log.c | 162 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation() 166 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation() 1849 xfs_warn(mp, " flags = 0x%x", tp->t_flags); in xlog_print_trans() 2673 ASSERT(ticket->t_flags & XLOG_TIC_PERM_RESERV); in xfs_log_ticket_ungrant() 3145 tic->t_flags |= XLOG_TIC_PERM_RESERV; in xlog_ticket_alloc()
|
| H A D | xfs_log_priv.h | 174 uint8_t t_flags; /* properties of reservation */ member
|
| H A D | xfs_trans_dquot.c | 66 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
|
| H A D | xfs_log_cil.c | 1838 if (tp->t_flags & XFS_TRANS_HAS_INTENT_DONE) in xlog_cil_commit()
|
| H A D | xfs_qm.c | 2008 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_qm_vop_chown()
|
| H A D | xfs_inode.c | 1053 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_itruncate_extents_flags()
|
| H A D | xfs_trace.h | 1551 __entry->flags = tic->t_flags; 4442 __entry->flags = tp->t_flags;
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_defer.c | 259 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_defer_create_done() 264 tp->t_flags |= XFS_TRANS_HAS_INTENT_DONE; in xfs_defer_create_done() 293 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_defer_create_intent() 540 ASSERT((*tpp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_relog() 662 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_finish_noroll() 696 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish_noroll() 744 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish() 758 (*tp)->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_finish() 847 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_add() 874 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_add_barrier() [all …]
|
| H A D | xfs_btree_mem.c | 307 tp->t_flags = (tp->t_flags & ~XFS_TRANS_DIRTY) | in xfbtree_trans_commit() 344 tp->t_flags = (tp->t_flags & ~XFS_TRANS_DIRTY) | in xfbtree_trans_cancel()
|
| H A D | xfs_trans_inode.c | 98 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
|
| H A D | xfs_bmap_btree.c | 251 cur->bc_tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmbt_alloc_block()
|
| H A D | xfs_bmap.c | 3208 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc_select_lengths() 3530 ap->tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmap_btalloc_low_space() 3554 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc_filestreams() 3612 if (ap->aeof && !(ap->tp->t_flags & XFS_TRANS_LOWMODE)) { in xfs_bmap_btalloc_best_length() 4892 if (!(tp->t_flags & XFS_TRANS_RTBITMAP_LOCKED)) { in xfs_bmap_free_rtblocks() 4893 tp->t_flags |= XFS_TRANS_RTBITMAP_LOCKED; in xfs_bmap_free_rtblocks()
|
| H A D | xfs_alloc.c | 2841 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_alloc_fix_freelist()
|
| /linux/fs/jbd2/ |
| H A D | recovery.c | 215 if (!(tag.t_flags & cpu_to_be16(JBD2_FLAG_SAME_UUID))) in count_tags() 218 if (tag.t_flags & cpu_to_be16(JBD2_FLAG_LAST_TAG)) in count_tags() 515 flags = be16_to_cpu(tag.t_flags); in jbd2_do_replay()
|
| H A D | commit.c | 678 tag->t_flags = cpu_to_be16(tag_flag); in jbd2_journal_commit_transaction() 705 tag->t_flags |= cpu_to_be16(JBD2_FLAG_LAST_TAG); in jbd2_journal_commit_transaction()
|
| /linux/include/linux/ |
| H A D | jbd2.h | 188 __be32 t_flags; /* See below */ member 197 __be16 t_flags; /* See below */ member
|
| /linux/fs/xfs/scrub/ |
| H A D | orphanage.c | 622 !!(sc->tp->t_flags & XFS_TRANS_DIRTY)); in xrep_adoption_trans_roll()
|
| H A D | iscan.c | 462 if (sc->tp && !(sc->tp->t_flags & XFS_TRANS_NO_WRITECOUNT)) in xchk_iscan_iget()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 394 - t_flags 465 - t_flags 482 tag, after t_flags or t_blocknr_high. This field is not present if the
|