Searched refs:PF_FSTRANS (Results 1 – 2 of 2) sorted by relevance
51 #define PFLAGS_TEST_FSTRANS() (current->flags & PF_FSTRANS)64 current->flags |= PF_FSTRANS; \69 current->flags &= ~PF_FSTRANS; \74 current->flags = ((current->flags & ~PF_FSTRANS) | \75 (*(STATEP) & PF_FSTRANS)); \
437 #define PF_FSTRANS 0x00008000 /* inside a filesystem transaction */ macro