Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dkmem.c82 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()
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()
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()
Dkmem.h53 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) in kmem_flags_convert()
Dxfs_aops.c128 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()
/linux-4.1.27/include/linux/
Dsched.h1981 #define PF_FSTRANS 0x00020000 /* inside a filesystem transaction */ macro
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_btree.c2528 unsigned long new_pflags = PF_FSTRANS; in xfs_btree_split_worker()