Re: syncfs() method of fs

2024-02-14 Thread Gregory Nutt
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

Re: Addition of New Chip STM32F427AI

2024-02-14 Thread Alan C. Assis
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"

syncfs() method of fs

2024-02-14 Thread Saurav Pal
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