Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_trans.c76 if (!(tp->t_flags & XFS_TRANS_NO_WRITECOUNT)) in xfs_trans_free()
113 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
114 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup()
118 tp->t_flags |= XFS_TRANS_NO_WRITECOUNT; in xfs_trans_dup()
186 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
236 tp->t_flags &= ~XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
281 tp->t_flags = flags; in xfs_trans_alloc()
465 tp->t_flags |= flags; in xfs_trans_mod_sb()
595 (tp->t_flags & XFS_TRANS_SB_DIRTY)) in xfs_trans_unreserve_and_mod_sb()
864 if (!(tp->t_flags & XFS_TRANS_DIRTY)) in __xfs_trans_commit()
[all …]
A Dxfs_trans_buf.c269 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()
A Dxfs_extfree_item.c383 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_free_extent()
423 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()
676 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_efi_item_relog()
A Dxfs_trans.h126 unsigned int t_flags; /* misc flags */ member
155 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC)
A Dxfs_bmap_item.c257 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_bmap_update()
311 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item()
574 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bui_item_relog()
A Dxfs_refcount_item.c262 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()
590 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_cui_item_relog()
A Dxfs_rmap_item.c330 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()
620 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rui_item_relog()
A Dxfs_icreate_item.c115 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
A Dxfs_filestream.c347 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_new_ag()
A Dxfs_log_priv.h168 char t_flags; /* properties of reservation : 1 */ member
A Dxfs_log.c176 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation()
179 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation()
2201 xfs_warn(mp, " flags = 0x%x", tp->t_flags); in xlog_print_trans()
3158 ASSERT(ticket->t_flags & XLOG_TIC_PERM_RESERV); in xfs_log_ticket_ungrant()
3628 tic->t_flags |= XLOG_TIC_PERM_RESERV; in xlog_ticket_alloc()
A Dxfs_trans_dquot.c65 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
A Dxfs_qm.c1804 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_qm_vop_chown()
A Dxfs_trace.h1242 __entry->flags = tic->t_flags;
3556 __entry->flags = tp->t_flags;
A Dxfs_inode.c1369 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_itruncate_extents_flags()
/linux/fs/xfs/libxfs/
A Dxfs_defer.c425 if ((*tpp)->t_flags & XFS_TRANS_DIRTY) in xfs_defer_relog()
494 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_finish_noroll()
553 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish()
564 (*tp)->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_finish()
588 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_add()
637 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
638 stp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_move()
678 tp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_ops_capture()
777 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_ops_continue()
778 ASSERT(!(tp->t_flags & XFS_TRANS_DIRTY)); in xfs_defer_ops_continue()
[all …]
A Dxfs_trans_inode.c105 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
A Dxfs_bmap_btree.c228 } else if (cur->bc_tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmbt_alloc_block()
255 cur->bc_tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmbt_alloc_block()
A Dxfs_bmap.c653 } else if (tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_extents_to_btree()
3600 } else if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc()
3619 if (!(ap->tp->t_flags & XFS_TRANS_LOWMODE) && ap->aeof) { in xfs_bmap_btalloc()
3711 ap->tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmap_btalloc()
A Dxfs_alloc.c2591 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_alloc_fix_freelist()
/linux/fs/jbd2/
A Drecovery.c213 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()
A Dcommit.c728 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()
/linux/include/linux/
A Djbd2.h189 __be32 t_flags; /* See below */ member
198 __be16 t_flags; /* See below */ member
/linux/Documentation/filesystems/ext4/
A Djournal.rst477 tag, after t_flags or t_blocknr_high. This field is not present if the

Completed in 76 milliseconds