Searched refs:PF_FSTRANS (Results 1 – 6 of 6) sorted by relevance
83 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) in kmem_zalloc_large()89 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()266 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); in xfs_trans_reserve()924 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); in __xfs_trans_commit()954 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); in __xfs_trans_commit()1008 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()
127 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); in xfs_setfilesize_trans_alloc()172 current_set_flags_nested(&tp->t_pflags, PF_FSTRANS); in xfs_setfilesize_ioend()982 if (WARN_ON_ONCE(current->flags & PF_FSTRANS)) in xfs_vm_writepage()
2086 #define PF_FSTRANS 0x00020000 /* inside a filesystem transaction */ macro
2543 unsigned long new_pflags = PF_FSTRANS; in xfs_btree_split_worker()