Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h106 #define __SPL_PF_FSTRANS (PF_FSTRANS) macro
108 #define __SPL_PF_FSTRANS (0) macro
111 #define SPL_FSTRANS (__SPL_PF_FSTRANS|__SPL_PF_MEMALLOC_NOIO)
150 return (current->flags & __SPL_PF_FSTRANS); in __spl_pf_fstrans_check()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c273 current->flags &= ~(__SPL_PF_FSTRANS); in zfs_file_fsync()
278 current->flags |= __SPL_PF_FSTRANS; in zfs_file_fsync()
299 current->flags &= ~(__SPL_PF_FSTRANS); in zfs_file_deallocate()
311 current->flags |= __SPL_PF_FSTRANS; in zfs_file_deallocate()