Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_trans.c66 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 …]
Dxfs_trans_extfree.c69 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_efi_extent()
136 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_free_extent()
Dxfs_trans_dquot.c79 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
106 if (otp->t_flags & XFS_TRANS_DQ_DIRTY) in xfs_trans_dup_dqinfo()
107 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo()
291 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()
519 if (!tp->t_dqinfo || !(tp->t_flags & XFS_TRANS_DQ_DIRTY)) in xfs_trans_unreserve_and_mod_dquots()
874 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
Dxfs_trans_buf.c314 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()
Dxfs_trans.h107 unsigned int t_flags; /* misc flags */ member
137 #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.c186 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
Dxfs_log.c221 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()
549 ticket->t_flags |= XLOG_TIC_INITED; in xfs_log_done()
848 tic->t_flags = 0; in xfs_log_unmount_write()
2103 if (ticket->t_flags & XLOG_TIC_INITED) in xlog_write_calc_vec_length()
2136 if (!(ticket->t_flags & XLOG_TIC_INITED)) in xlog_write_start_rec()
2145 ticket->t_flags &= ~XLOG_TIC_INITED; in xlog_write_start_rec()
2348 if (ticket->t_flags & XLOG_TIC_INITED) in xlog_write()
3079 ASSERT(ticket->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ungrant_log_space()
[all …]
Dxfs_iomap.c214 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_iomap_write_direct()
726 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_iomap_write_allocate()
890 tp->t_flags |= XFS_TRANS_RESERVE | XFS_TRANS_FREEZE_PROT; in xfs_iomap_write_unwritten()
Dxfs_log_priv.h176 char t_flags; /* properties of reservation : 1 */ member
Dxfs_inode.c966 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_dir_ialloc()
1026 tflags = tp->t_flags & XFS_TRANS_DQ_DIRTY; in xfs_dir_ialloc()
1027 tp->t_flags &= ~(XFS_TRANS_DQ_DIRTY); in xfs_dir_ialloc()
1039 tp->t_flags |= tflags; in xfs_dir_ialloc()
1566 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_itruncate_extents()
1799 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_inactive_ifree()
Dxfs_fsops.c202 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_growfs_data_private()
Dxfs_bmap_util.c109 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_bmap_finish()
Dxfs_trace.h970 __entry->flags = tic->t_flags;
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1790 __u32 t_flags; member
1819 return thread->t_flags == 0; in thread_is_init()
1824 return !!(thread->t_flags & SVC_STOPPED); in thread_is_stopped()
1829 return !!(thread->t_flags & SVC_STOPPING); in thread_is_stopping()
1834 return !!(thread->t_flags & SVC_STARTING); in thread_is_starting()
1839 return !!(thread->t_flags & SVC_RUNNING); in thread_is_running()
1844 return !!(thread->t_flags & SVC_EVENT); in thread_is_event()
1849 return !!(thread->t_flags & SVC_SIGNAL); in thread_is_signal()
1854 thread->t_flags &= ~flags; in thread_clear_flags()
1859 thread->t_flags = flags; in thread_set_flags()
[all …]
/linux-4.4.14/fs/jbd2/
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()
568 flags = be16_to_cpu(tag->t_flags); in do_one_pass()
Dcommit.c695 tag->t_flags = cpu_to_be16(tag_flag); in jbd2_journal_commit_transaction()
722 tag->t_flags |= cpu_to_be16(JBD2_FLAG_LAST_TAG); in jbd2_journal_commit_transaction()
/linux-4.4.14/include/linux/
Djbd2.h190 __be32 t_flags; /* See below */ member
199 __be16 t_flags; /* See below */ member
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr.c263 args.trans->t_flags |= XFS_TRANS_RESERVE; in xfs_attr_set()
459 args.trans->t_flags |= XFS_TRANS_RESERVE; in xfs_attr_remove()
Dxfs_bmap.c1125 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_bmap_add_attrfork()