Home
last modified time | relevance | path

Searched hist:a04aa80e773a4bfdc4e72bab85d6e16f0083745e (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddebugfs.hdiff a04aa80e773a4bfdc4e72bab85d6e16f0083745e Fri Dec 30 10:57:49 CET 2022 Jean-Sébastien Pédron <dumbbell@FreeBSD.org> 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
/freebsd/sys/compat/lindebugfs/
H A Dlindebugfs.cdiff a04aa80e773a4bfdc4e72bab85d6e16f0083745e Fri Dec 30 10:57:49 CET 2022 Jean-Sébastien Pédron <dumbbell@FreeBSD.org> 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