Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg102 UNLINK_SUSPEND_PROGRESS UNSUPPORTED zfs_unlink_suspend_progress
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode_os.c75 static int zfs_unlink_suspend_progress = 0; variable
1351 if (!zfs_is_readonly(zfsvfs) && !zfs_unlink_suspend_progress) { in zfs_zinactive()
1980 module_param(zfs_unlink_suspend_progress, int, 0644);
1981 MODULE_PARM_DESC(zfs_unlink_suspend_progress, "Set to prevent async unlinks "