Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/xfs/
A Dxfs_trans.c110 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
111 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup()
115 tp->t_flags |= XFS_TRANS_NO_WRITECOUNT; in xfs_trans_dup()
183 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
231 tp->t_flags &= ~XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
276 tp->t_flags = flags; in xfs_trans_alloc()
460 tp->t_flags |= flags; in xfs_trans_mod_sb()
611 (tp->t_flags & XFS_TRANS_SB_DIRTY)) in xfs_trans_unreserve_and_mod_sb()
638 if (!(tp->t_flags & XFS_TRANS_SB_DIRTY)) in xfs_trans_unreserve_and_mod_sb()
982 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_filestream.c242 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_filestream_lookup_association()
297 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_create_association()
368 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_select_ag()
A Dxfs_trans.h134 unsigned int t_flags; /* misc flags */ member
163 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC)
A Dxfs_extfree_item.c379 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_free_extent()
419 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_extent_free_log_item()
555 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_agfl_free_finish_item()
673 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_efi_item_relog()
A Dxfs_refcount_item.c269 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_log_finish_refcount_update()
321 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_refcount_update_log_item()
595 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_cui_item_relog()
A Dxfs_rmap_item.c310 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_log_finish_rmap_update()
343 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rmap_update_log_item()
603 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rui_item_relog()
A Dxfs_bmap_item.c262 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_log_finish_bmap_update()
316 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item()
567 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bui_item_relog()
A Dxfs_iunlink_item.c176 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_iunlink_log_inode()
A Dxfs_attr_item.c343 args->trans->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_xattri_finish_update()
363 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_attr_log_item()
676 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_attri_item_relog()
A Dxfs_icreate_item.c116 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
A Dxfs_log_priv.h154 uint8_t t_flags; /* properties of reservation */ member
A Dxfs_log.c227 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation()
231 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation()
2209 xfs_warn(mp, " flags = 0x%x", tp->t_flags); in xlog_print_trans()
3094 ASSERT(ticket->t_flags & XLOG_TIC_PERM_RESERV); in xfs_log_ticket_ungrant()
3565 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_log_cil.c1634 if (tp->t_flags & XFS_TRANS_HAS_INTENT_DONE) in xlog_cil_commit()
A Dxfs_qm.c1827 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_qm_vop_chown()
A Dxfs_inode.c1343 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_itruncate_extents_flags()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_defer.c454 if ((*tpp)->t_flags & XFS_TRANS_DIRTY) in xfs_defer_relog()
527 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_finish_noroll()
593 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish()
604 (*tp)->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_finish()
628 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_add()
677 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
678 stp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_move()
720 tp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_ops_capture()
825 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_ops_continue()
826 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.c241 cur->bc_tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmbt_alloc_block()
A Dxfs_bmap.c3198 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc_select_lengths()
3544 ap->tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmap_btalloc_low_space()
3568 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc_filestreams()
3625 if (ap->aeof && !(ap->tp->t_flags & XFS_TRANS_LOWMODE)) { in xfs_bmap_btalloc_best_length()
/linux-6.3-rc2/fs/jbd2/
A Drecovery.c218 if (!(tag.t_flags & cpu_to_be16(JBD2_FLAG_SAME_UUID))) in count_tags()
221 if (tag.t_flags & cpu_to_be16(JBD2_FLAG_LAST_TAG)) in count_tags()
623 flags = be16_to_cpu(tag.t_flags); in do_one_pass()
A Dcommit.c687 tag->t_flags = cpu_to_be16(tag_flag); in jbd2_journal_commit_transaction()
714 tag->t_flags |= cpu_to_be16(JBD2_FLAG_LAST_TAG); in jbd2_journal_commit_transaction()
/linux-6.3-rc2/include/linux/
A Djbd2.h188 __be32 t_flags; /* See below */ member
197 __be16 t_flags; /* See below */ member
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Djournal.rst389 - t_flags
460 - t_flags
477 tag, after t_flags or t_blocknr_high. This field is not present if the

Completed in 66 milliseconds

12