Searched refs:PF_FSTRANS (Results 1 – 6 of 6) sorted by relevance
82 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) in kmem_zalloc_large()88 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) in kmem_zalloc_large()
179 current_set_flags_nested(&tp->t_pflags, PF_FSTRANS); in xfs_trans_reserve()189 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); in xfs_trans_reserve()273 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); in xfs_trans_reserve()941 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); in xfs_trans_commit()971 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); in xfs_trans_commit()1032 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); in xfs_trans_cancel()
53 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) in kmem_flags_convert()
128 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); in xfs_setfilesize_trans_alloc()173 current_set_flags_nested(&tp->t_pflags, PF_FSTRANS); in xfs_setfilesize_ioend()977 if (WARN_ON_ONCE(current->flags & PF_FSTRANS)) in xfs_vm_writepage()
1981 #define PF_FSTRANS 0x00020000 /* inside a filesystem transaction */ macro
2528 unsigned long new_pflags = PF_FSTRANS; in xfs_btree_split_worker()