Home
last modified time | relevance | path

Searched refs:t_pflags (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans.h159 unsigned long t_pflags; /* saved process flags state */ member
276 tp->t_pflags = memalloc_nofs_save(); in xfs_trans_set_context()
285 memalloc_nofs_restore(tp->t_pflags); in xfs_trans_clear_context()
296 new_tp->t_pflags = old_tp->t_pflags; in xfs_trans_switch_context()
297 old_tp->t_pflags = 0; in xfs_trans_switch_context()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans.h156 unsigned long t_pflags; /* saved process flags state */ member
279 tp->t_pflags = memalloc_nofs_save(); in xfs_trans_set_context()
288 memalloc_nofs_restore(tp->t_pflags); in xfs_trans_clear_context()
299 new_tp->t_pflags = old_tp->t_pflags; in xfs_trans_switch_context()
300 old_tp->t_pflags = 0; in xfs_trans_switch_context()

Completed in 2 milliseconds