Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dkmem.h51 #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)); \
/linux-2.4.37.9/include/linux/
Dsched.h437 #define PF_FSTRANS 0x00008000 /* inside a filesystem transaction */ macro