Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_trans.c255 PFLAGS_RESTORE_FSTRANS(&tp->t_pflags); in xfs_trans_reserve()
328 PFLAGS_RESTORE_FSTRANS(&tp->t_pflags); in xfs_trans_reserve()
742 PFLAGS_RESTORE_FSTRANS(&tp->t_pflags); in xfs_trans_commit()
831 PFLAGS_RESTORE_FSTRANS(&tp->t_pflags); in xfs_trans_commit()
873 PFLAGS_RESTORE_FSTRANS(&tp->t_pflags); in xfs_trans_commit()
1124 PFLAGS_RESTORE_FSTRANS(&tp->t_pflags); in xfs_trans_cancel()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dkmem.h73 #define PFLAGS_RESTORE_FSTRANS(STATEP) do { \ macro