RTEMS | imfs/imfs_statvfs: Added the statvfs functionality (!504)

Gedare Bloom (@gedare) gitlab at rtems.org
Wed Jun 25 03:58:22 UTC 2025




Gedare Bloom started a new discussion on cpukit/include/rtems/imfs.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/504#note_125240

 > + * f_blocks - Size of fs in f_frsize units
 > + * f_frsize - Fragment size:
 > + * f_bfree - Number of free blocks
 > + * f_files - Number of inodes
 > + * f_fsid - Filesystem ID
 > + * f_flag - Mount flags
 > + * f_namemax - Maximum filename Length
 > + * @retval 0 Successful operation.
 > + * @retval -1 An error occurred.  The @c errno indicates the error.
 > + */
 > +extern int IMFS_statvfs(
 > +  const rtems_filesystem_location_info_t *loc,
 > +  struct statvfs *buf
 > +);
 > +
 >  

should only be one blank line here

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/504#note_125240
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250625/89aed5ae/attachment.htm>


More information about the bugs mailing list