Home
last modified time | relevance | path

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

/linux-4.1.27/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.c68 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()
Dxfs_trans_dquot.c79 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()
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
139 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC)
Dxfs_trans_inode.c123 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
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()
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 …]
Dxfs_icreate_item.c186 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
Dxfs_log_priv.h176 char t_flags; /* properties of reservation : 1 */ member
Dxfs_iomap.c688 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()
Dxfs_inode.c916 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()
Dxfs_fsops.c200 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_growfs_data_private()
Dxfs_bmap_util.c83 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_bmap_finish()
Dxfs_trace.h921 __entry->flags = tic->t_flags;
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1804 __u32 t_flags; member
1833 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 …]
/linux-4.1.27/fs/jbd/
Drecovery.c194 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()
Dcommit.c646 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()
/linux-4.1.27/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()
569 flags = be16_to_cpu(tag->t_flags); in do_one_pass()
Dcommit.c697 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()
/linux-4.1.27/include/linux/
Djbd2.h189 __be32 t_flags; /* See below */ member
198 __be16 t_flags; /* See below */ member
Djbd.h153 __be32 t_flags; /* See below */ member
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr.c261 args.trans->t_flags |= XFS_TRANS_RESERVE; in xfs_attr_set()
460 args.trans->t_flags |= XFS_TRANS_RESERVE; in xfs_attr_remove()
Dxfs_bmap.c1124 tp->t_flags |= XFS_TRANS_RESERVE; in xfs_bmap_add_attrfork()