Home
last modified time | relevance | path

Searched refs:t_flags (Results 1 - 25 of 49) sorted by relevance

12

/kernel/linux/linux-5.10/fs/xfs/
H A 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()
112 (tp->t_flags & XFS_TRANS_RES_FDBLKS); in xfs_trans_dup()
114 tp->t_flags |= XFS_TRANS_NO_WRITECOUNT; in xfs_trans_dup()
156 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve()
182 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
186 ASSERT(!(tp->t_flags in xfs_trans_reserve()
[all...]
H A Dxfs_trans_dquot.c65 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
92 if (otp->t_flags & XFS_TRANS_DQ_DIRTY) in xfs_trans_dup_dqinfo()
93 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo()
278 tp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_mod_dquot()
355 if (!(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_apply_dquot_deltas()
497 if (!tp->t_dqinfo || !(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_unreserve_and_mod_dquots()
868 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
H 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()
H 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()
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()
H 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()
577 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_cui_item_relog()
H A Dxfs_bmap_item.c258 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()
H 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()
600 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rui_item_relog()
H A Dxfs_trans.h132 unsigned int t_flags; /* misc flags */ member
166 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC)
H A Dxfs_icreate_item.c115 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans.c73 if (!(tp->t_flags & XFS_TRANS_NO_WRITECOUNT)) in xfs_trans_free()
107 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_dup()
110 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
111 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup()
112 (tp->t_flags & XFS_TRANS_NO_WRITECOUNT) | in xfs_trans_dup()
113 (tp->t_flags & XFS_TRANS_RES_FDBLKS); in xfs_trans_dup()
115 tp->t_flags |= XFS_TRANS_NO_WRITECOUNT; in xfs_trans_dup()
157 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve()
183 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
187 ASSERT(!(tp->t_flags in xfs_trans_reserve()
[all...]
H 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()
H A Dxfs_filestream.c241 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_filestream_lookup_association()
296 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_create_association()
367 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_select_ag()
H A Dxfs_extfree_item.c406 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_free_extent()
456 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_extent_free_log_item()
620 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_agfl_free_finish_item()
764 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_efi_item_relog()
H A Dxfs_refcount_item.c270 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()
625 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_cui_item_relog()
H A Dxfs_trans.h134 unsigned int t_flags; /* misc flags */ member
163 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC)
H A Dxfs_iunlink_item.c174 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_iunlink_log_inode()
H A Dxfs_bmap_item.c263 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_log_finish_bmap_update()
317 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item()
604 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bui_item_relog()
H A Dxfs_rmap_item.c311 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()
631 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rui_item_relog()
H 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()
677 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_attri_item_relog()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_defer.c364 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 in xfs_defer_ops_capture()
[all...]
H A Dxfs_trans_inode.c105 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_defer.c430 ASSERT((*tpp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_relog()
462 if ((*tpp)->t_flags & XFS_TRANS_DIRTY) in xfs_defer_relog()
536 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_finish_noroll()
602 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish()
613 (*tp)->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_finish()
637 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_add()
686 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
687 stp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_move()
728 dfc->dfc_tpflags = tp->t_flags in xfs_defer_ops_capture()
[all...]
H A Dxfs_trans_inode.c96 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
/kernel/linux/linux-5.10/fs/jbd2/
H 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()
626 flags = be16_to_cpu(tag->t_flags); in do_one_pass()
/kernel/linux/linux-6.6/fs/jbd2/
H A Drecovery.c219 if (!(tag.t_flags & cpu_to_be16(JBD2_FLAG_SAME_UUID))) in count_tags()
222 if (tag.t_flags & cpu_to_be16(JBD2_FLAG_LAST_TAG)) in count_tags()
632 flags = be16_to_cpu(tag.t_flags); in do_one_pass()

Completed in 20 milliseconds

12