Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_trans.h148 unsigned long t_pflags; /* saved process flags state */ member
268 tp->t_pflags = memalloc_nofs_save(); in xfs_trans_set_context()
277 memalloc_nofs_restore(tp->t_pflags); in xfs_trans_clear_context()
288 new_tp->t_pflags = old_tp->t_pflags; in xfs_trans_switch_context()
289 old_tp->t_pflags = 0; in xfs_trans_switch_context()

Completed in 3 milliseconds