Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h99 #define __SPL_PF_FSTRANS (PF_FSTRANS) macro
101 #define __SPL_PF_FSTRANS (0) macro
104 #define SPL_FSTRANS (__SPL_PF_FSTRANS|__SPL_PF_MEMALLOC_NOIO)
143 return (current->flags & __SPL_PF_FSTRANS); in __spl_pf_fstrans_check()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c318 current->flags &= ~(__SPL_PF_FSTRANS); in zfs_file_fsync()
323 current->flags |= __SPL_PF_FSTRANS; in zfs_file_fsync()
347 current->flags &= ~(__SPL_PF_FSTRANS); in zfs_file_fallocate()
358 current->flags |= __SPL_PF_FSTRANS; in zfs_file_fallocate()