Searched refs:t_flags (Results 1 – 23 of 23) sorted by relevance
66 tp->t_flags |= XFS_TRANS_FREEZE_PROT; in xfs_trans_alloc()102 if (tp->t_flags & XFS_TRANS_FREEZE_PROT) in xfs_trans_free()133 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_dup()136 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()137 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup()138 (tp->t_flags & XFS_TRANS_FREEZE_PROT); in xfs_trans_dup()140 tp->t_flags &= ~XFS_TRANS_FREEZE_PROT; in xfs_trans_dup()176 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve()207 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()211 ASSERT(!(tp->t_flags & XFS_TRANS_PERM_LOG_RES)); in xfs_trans_reserve()[all …]
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()
79 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()105 if(otp->t_flags & XFS_TRANS_DQ_DIRTY) in xfs_trans_dup_dqinfo()106 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo()289 tp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_mod_dquot()336 if (!(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_apply_dquot_deltas()513 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()
314 if (tp && (tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_read_buf_map()542 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_buf()609 ASSERT(tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_binval()625 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_binval()
107 unsigned int t_flags; /* misc flags */ member139 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC)
123 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
221 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation()224 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation()526 (((ticket->t_flags & XLOG_TIC_INITED) == 0) && in xfs_log_done()529 if (ticket->t_flags & XLOG_TIC_PERM_RESERV) { in xfs_log_done()535 if ((ticket->t_flags & XLOG_TIC_PERM_RESERV) == 0 || in xfs_log_done()553 ticket->t_flags |= XLOG_TIC_INITED; in xfs_log_done()833 tic->t_flags = 0; in xfs_log_unmount_write()2083 if (ticket->t_flags & XLOG_TIC_INITED) in xlog_write_calc_vec_length()2116 if (!(ticket->t_flags & XLOG_TIC_INITED)) in xlog_write_start_rec()2125 ticket->t_flags &= ~XLOG_TIC_INITED; in xlog_write_start_rec()[all …]
186 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
176 char t_flags; /* properties of reservation : 1 */ member
688 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_iomap_write_allocate()852 tp->t_flags |= XFS_TRANS_RESERVE | XFS_TRANS_FREEZE_PROT; in xfs_iomap_write_unwritten()
916 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_dir_ialloc()984 tflags = tp->t_flags & XFS_TRANS_DQ_DIRTY; in xfs_dir_ialloc()985 tp->t_flags &= ~(XFS_TRANS_DQ_DIRTY); in xfs_dir_ialloc()1023 tp->t_flags |= tflags; in xfs_dir_ialloc()1572 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_itruncate_extents()1827 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_inactive_ifree()
200 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_growfs_data_private()
83 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_bmap_finish()
921 __entry->flags = tic->t_flags;
1804 __u32 t_flags; member1833 return thread->t_flags == 0; in thread_is_init()1838 return !!(thread->t_flags & SVC_STOPPED); in thread_is_stopped()1843 return !!(thread->t_flags & SVC_STOPPING); in thread_is_stopping()1848 return !!(thread->t_flags & SVC_STARTING); in thread_is_starting()1853 return !!(thread->t_flags & SVC_RUNNING); in thread_is_running()1858 return !!(thread->t_flags & SVC_EVENT); in thread_is_event()1863 return !!(thread->t_flags & SVC_SIGNAL); in thread_is_signal()1868 thread->t_flags &= ~flags; in thread_clear_flags()1873 thread->t_flags = flags; in thread_set_flags()[all …]
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()569 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()
189 __be32 t_flags; /* See below */ member198 __be16 t_flags; /* See below */ member
153 __be32 t_flags; /* See below */ member
261 args.trans->t_flags |= XFS_TRANS_RESERVE; in xfs_attr_set()460 args.trans->t_flags |= XFS_TRANS_RESERVE; in xfs_attr_remove()
1124 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_bmap_add_attrfork()