Le dim. 3 nov. 2019 à 08:57, r0ller <r0l...@freemail.hu> a écrit : > As you can see on the attached screenshot, "line 4741" gets printed out. So I > went on to check what happens in VOP_FALLOCATE but it gets really internal > there. > > Does anyone have any hint?
fallocate VOP is not implemented for FFS: > grep fallocate * ffs_vnops.c: { &vop_fallocate_desc, genfs_eopnotsupp }, /* fallocate */ ffs_vnops.c: { &vop_fallocate_desc, spec_fallocate }, /* fallocate */ ffs_vnops.c: { &vop_fallocate_desc, vn_fifo_bypass }, /* fallocate */ Jaromir