It implementes the syncfs file system interface:
https://linux.die.net/man/2/syncfs
On 2/14/2024 8:16 AM, Saurav Pal wrote:
Hi all,
I was going through the codebase of different file systems, and I haven't
yet understood the syncfs() method of mountpt operations.
There aren't any existing fi
Hi,
Let me show something "magic" :
$ cd nuttx/arch/arm/src/stm32/hardware/
$ git grep STM32F427
Now you have super power!!! ;-)
Best Regards,
Alan
On Wed, Feb 14, 2024 at 2:25 AM Janardhan Silwal <
janardhansil...@outlook.com> wrote:
> I looked into the folder "arch/arm/src/stm32/hardware"
Hi all,
I was going through the codebase of different file systems, and I haven't
yet understood the syncfs() method of mountpt operations.
There aren't any existing filesystems in the codebase that implement it,
and I couldn't understand what exactly is required from this method (like
what it do