freebsd-dev/sys/compat/lindebugfs
Jean-Sébastien Pédron a04aa80e77
lindebugfs: Add debugfs_create_file_size()
This is the same as `debugfs_create_file()` but takes the initial size
of the file. In FreeBSD, the given size is ignored and
`debugfs_create_file()` is called.

Reviewed by:	emaste, manu
Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D37914
2023-01-25 23:23:16 +01:00
..
lindebugfs.c lindebugfs: Add debugfs_create_file_size() 2023-01-25 23:23:16 +01:00