Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h111 #define SPL_FSTRANS (__SPL_PF_FSTRANS|__SPL_PF_MEMALLOC_NOIO) macro
118 BUILD_BUG_ON(SPL_FSTRANS == 0); in spl_fstrans_mark()
121 cookie.saved_flags = current->flags & SPL_FSTRANS; in spl_fstrans_mark()
122 current->flags |= SPL_FSTRANS; in spl_fstrans_mark()
131 ASSERT((current->flags & SPL_FSTRANS) == SPL_FSTRANS); in spl_fstrans_unmark()
133 current->flags &= ~SPL_FSTRANS; in spl_fstrans_unmark()
140 return (current->flags & SPL_FSTRANS); in spl_fstrans_check()