Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dkmem.c83 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()
Dxfs_trans.c179 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()
Dkmem.h53 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) in kmem_flags_convert()
Dxfs_aops.c127 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()
/linux-4.4.14/include/linux/
Dsched.h2086 #define PF_FSTRANS 0x00020000 /* inside a filesystem transaction */ macro
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_btree.c2543 unsigned long new_pflags = PF_FSTRANS; in xfs_btree_split_worker()