Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_trans.c72 if (!(tp->t_flags & XFS_TRANS_NO_WRITECOUNT)) in xfs_trans_free()
106 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_dup()
109 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
110 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup()
111 (tp->t_flags & XFS_TRANS_NO_WRITECOUNT); in xfs_trans_dup()
113 tp->t_flags |= XFS_TRANS_NO_WRITECOUNT; in xfs_trans_dup()
155 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve()
186 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
190 ASSERT(!(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()
[all …]
Dxfs_trans_dquot.c67 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
94 if (otp->t_flags & XFS_TRANS_DQ_DIRTY) in xfs_trans_dup_dqinfo()
95 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo()
279 tp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_mod_dquot()
326 if (!(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_apply_dquot_deltas()
507 if (!tp->t_dqinfo || !(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_unreserve_and_mod_dquots()
869 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
Dxfs_trans_extfree.c80 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_free_extent()
145 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_extent_free_log_item()
261 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_agfl_free_finish_item()
Dxfs_trans_refcount.c64 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_refcount_update()
141 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_refcount_update_log_item()
Dxfs_trans_bmap.c66 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_bmap_update()
145 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item()
Dxfs_trans_buf.c299 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()
Dxfs_trans_rmap.c105 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_rmap_update()
163 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rmap_update_log_item()
Dxfs_trans.h109 unsigned int t_flags; /* misc flags */ member
143 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC)
Dxfs_trans_inode.c132 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
Dxfs_icreate_item.c174 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
Dxfs_log.c210 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation()
213 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation()
513 (((ticket->t_flags & XLOG_TIC_INITED) == 0) && in xfs_log_done()
536 ticket->t_flags |= XLOG_TIC_INITED; in xfs_log_done()
872 tic->t_flags = 0; in xfs_log_write_unmount_record()
2134 xfs_warn(mp, " flags = 0x%x", tp->t_flags); in xlog_print_trans()
2185 if (ticket->t_flags & XLOG_TIC_INITED) in xlog_write_calc_vec_length()
2218 if (!(ticket->t_flags & XLOG_TIC_INITED)) in xlog_write_start_rec()
2227 ticket->t_flags &= ~XLOG_TIC_INITED; in xlog_write_start_rec()
2430 if (ticket->t_flags & XLOG_TIC_INITED) in xlog_write()
[all …]
Dxfs_log_priv.h165 char t_flags; /* properties of reservation : 1 */ member
Dxfs_filestream.c382 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_new_ag()
Dxfs_inode.c986 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_dir_ialloc()
1046 tflags = tp->t_flags & XFS_TRANS_DQ_DIRTY; in xfs_dir_ialloc()
1047 tp->t_flags &= ~(XFS_TRANS_DQ_DIRTY); in xfs_dir_ialloc()
1057 tp->t_flags |= tflags; in xfs_dir_ialloc()
1536 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_itruncate_extents_flags()
Dxfs_trace.h938 __entry->flags = tic->t_flags;
3325 __entry->flags = tp->t_flags;
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_defer.c307 tp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_reset()
360 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_finish_noroll()
463 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish()
494 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_add()
550 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
Dxfs_bmap_btree.c229 } else if (cur->bc_tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmbt_alloc_block()
256 cur->bc_tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmbt_alloc_block()
Dxfs_bmap.c705 } else if (tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_extents_to_btree()
3477 } else if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc()
3512 if (!(ap->tp->t_flags & XFS_TRANS_LOWMODE) && ap->aeof) { in xfs_bmap_btalloc()
3604 ap->tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmap_btalloc()
/linux-4.19.296/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.c677 tag->t_flags = cpu_to_be16(tag_flag); in jbd2_journal_commit_transaction()
704 tag->t_flags |= cpu_to_be16(JBD2_FLAG_LAST_TAG); in jbd2_journal_commit_transaction()
/linux-4.19.296/include/linux/
Djbd2.h190 __be32 t_flags; /* See below */ member
199 __be16 t_flags; /* See below */ member