Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_trans.c308 PFLAGS_DUP(&tp->t_pflags, &ntp->t_pflags); in xfs_trans_dup()
347 PFLAGS_SET_FSTRANS(&tp->t_pflags); in xfs_trans_reserve()
359 PFLAGS_RESTORE_FSTRANS(&tp->t_pflags); in xfs_trans_reserve()
432 PFLAGS_RESTORE_FSTRANS(&tp->t_pflags); in xfs_trans_reserve()
827 PFLAGS_RESTORE_FSTRANS(&tp->t_pflags); in _xfs_trans_commit()
892 PFLAGS_RESTORE_FSTRANS(&tp->t_pflags); in _xfs_trans_commit()
934 PFLAGS_RESTORE_FSTRANS(&tp->t_pflags); in _xfs_trans_commit()
1190 PFLAGS_RESTORE_FSTRANS(&tp->t_pflags); in xfs_trans_cancel()
Dxfs_trans.h383 unsigned long t_pflags; /* saved process flags state */ member