Searched refs:SPL_FSTRANS (Results 1 – 1 of 1) sorted by relevance
104 #define SPL_FSTRANS (__SPL_PF_FSTRANS|__SPL_PF_MEMALLOC_NOIO) macro111 BUILD_BUG_ON(SPL_FSTRANS == 0); in spl_fstrans_mark()114 cookie.saved_flags = current->flags & SPL_FSTRANS; in spl_fstrans_mark()115 current->flags |= SPL_FSTRANS; in spl_fstrans_mark()124 ASSERT((current->flags & SPL_FSTRANS) == SPL_FSTRANS); in spl_fstrans_unmark()126 current->flags &= ~SPL_FSTRANS; in spl_fstrans_unmark()133 return (current->flags & SPL_FSTRANS); in spl_fstrans_check()