Home
last modified time | relevance | path

Searched refs:current_restore_flags_nested (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/xfs/
Dxfs_trans.c167 current_restore_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS); in xfs_trans_reserve()
244 current_restore_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS); in xfs_trans_reserve()
881 current_restore_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS); in __xfs_trans_commit()
913 current_restore_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS); in __xfs_trans_commit()
974 current_restore_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS); in xfs_trans_cancel()
Dxfs_linux.h107 #define current_restore_flags_nested(sp, f) \ macro
Dxfs_aops.c65 current_restore_flags_nested(&tp->t_pflags, PF_MEMALLOC_NOFS); in xfs_setfilesize_trans_alloc()
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_btree.c2834 current_restore_flags_nested(&pflags, new_pflags); in xfs_btree_split_worker()