Searched refs:t_flags (Results 1 – 20 of 20) sorted by relevance
695 tp->t_flags |= XFS_TRANS_FREEZE_PROT; in xfs_trans_alloc()731 if (tp->t_flags & XFS_TRANS_FREEZE_PROT) in xfs_trans_free()762 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_dup()765 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()766 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup()767 (tp->t_flags & XFS_TRANS_FREEZE_PROT); in xfs_trans_dup()769 tp->t_flags &= ~XFS_TRANS_FREEZE_PROT; in xfs_trans_dup()807 int rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve()837 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()841 ASSERT(!(tp->t_flags & XFS_TRANS_PERM_LOG_RES)); in xfs_trans_reserve()[all …]
75 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_dir_ialloc()141 tflags = tp->t_flags & XFS_TRANS_DQ_DIRTY; in xfs_dir_ialloc()142 tp->t_flags &= ~(XFS_TRANS_DQ_DIRTY); in xfs_dir_ialloc()179 tp->t_flags |= tflags; in xfs_dir_ialloc()
85 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()113 if(otp->t_flags & XFS_TRANS_DQ_DIRTY) in xfs_trans_dup_dqinfo()114 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo()290 tp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_mod_dquot()338 if (!(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_apply_dquot_deltas()521 if (!tp->t_dqinfo || !(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_unreserve_and_mod_dquots()870 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
329 if (tp->t_flags & XFS_TRANS_DIRTY) in xfs_trans_read_buf_map()366 if (tp->t_flags & XFS_TRANS_DIRTY) in xfs_trans_read_buf_map()372 if (xfs_do_error && !(tp->t_flags & XFS_TRANS_DIRTY)) { in xfs_trans_read_buf_map()604 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_buf()665 ASSERT(tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_binval()681 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_binval()
68 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_efi_extent()124 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_efd_extent()
223 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation()226 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation()527 (((ticket->t_flags & XLOG_TIC_INITED) == 0) && in xfs_log_done()530 if (ticket->t_flags & XLOG_TIC_PERM_RESERV) { in xfs_log_done()536 if ((ticket->t_flags & XLOG_TIC_PERM_RESERV) == 0 || in xfs_log_done()554 ticket->t_flags |= XLOG_TIC_INITED; in xfs_log_done()782 tic->t_flags = 0; in xfs_log_unmount_write()1962 if (ticket->t_flags & XLOG_TIC_INITED) in xlog_write_calc_vec_length()1991 if (!(ticket->t_flags & XLOG_TIC_INITED)) in xlog_write_start_rec()2000 ticket->t_flags &= ~XLOG_TIC_INITED; in xlog_write_start_rec()[all …]
115 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
401 unsigned int t_flags; /* misc flags */ member434 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC)
686 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_iomap_write_allocate()853 tp->t_flags |= XFS_TRANS_RESERVE | XFS_TRANS_FREEZE_PROT; in xfs_iomap_write_unwritten()
250 char t_flags; /* properties of reservation : 1 */ member
294 args.trans->t_flags |= XFS_TRANS_RESERVE; in xfs_attr_set_int()518 args.trans->t_flags |= XFS_TRANS_RESERVE; in xfs_attr_remove_int()
205 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_growfs_data_private()
1559 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_free_file_space()
826 __entry->flags = tic->t_flags;
866 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_bmap_finish()1416 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_bmap_add_attrfork()
1486 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_itruncate_extents()
194 if (!(tag->t_flags & cpu_to_be32(JFS_FLAG_SAME_UUID))) in count_tags()197 if (tag->t_flags & cpu_to_be32(JFS_FLAG_LAST_TAG)) in count_tags()434 flags = be32_to_cpu(tag->t_flags); in do_one_pass()
646 tag->t_flags = cpu_to_be32(tag_flag); in journal_commit_transaction()670 tag->t_flags |= cpu_to_be32(JFS_FLAG_LAST_TAG); in journal_commit_transaction()
218 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()566 flags = be16_to_cpu(tag->t_flags); in do_one_pass()
697 tag->t_flags = cpu_to_be16(tag_flag); in jbd2_journal_commit_transaction()724 tag->t_flags |= cpu_to_be16(JBD2_FLAG_LAST_TAG); in jbd2_journal_commit_transaction()