Searched refs:PF_FSTRANS (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/fs/xfs/
H A Dkmem.c82 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) kmem_zalloc_large()
88 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) kmem_zalloc_large()
H A Dkmem.h53 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) kmem_flags_convert()
H A Dxfs_trans.c179 current_set_flags_nested(&tp->t_pflags, PF_FSTRANS); xfs_trans_reserve()
189 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); xfs_trans_reserve()
273 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); xfs_trans_reserve()
941 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); xfs_trans_commit()
971 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); xfs_trans_commit()
1032 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); xfs_trans_cancel()
H A Dxfs_aops.c128 current_restore_flags_nested(&tp->t_pflags, PF_FSTRANS); xfs_setfilesize_trans_alloc()
173 current_set_flags_nested(&tp->t_pflags, PF_FSTRANS); xfs_setfilesize_ioend()
977 if (WARN_ON_ONCE(current->flags & PF_FSTRANS)) xfs_vm_writepage()
/linux-4.1.27/include/linux/
H A Dsched.h1981 #define PF_FSTRANS 0x00020000 /* inside a filesystem transaction */ macro
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_btree.c2528 unsigned long new_pflags = PF_FSTRANS; xfs_btree_split_worker()

Completed in 376 milliseconds