Home
last modified time | relevance | path

Searched refs:FF_MIN_SS (Results 1 – 8 of 8) sorted by relevance

/components/dfs/dfs_v1/filesystems/elmfat/
A Dffconf.h222 #define FF_MIN_SS 512 macro
A Dff.h142 #if FF_MAX_SS != FF_MIN_SS
A Dff.c259FF_MIN_SS) || (FF_MAX_SS != 512 && FF_MAX_SS != 1024 && FF_MAX_SS != 2048 && FF_MAX_SS != 4096) ||…
262 #if FF_MAX_SS == FF_MIN_SS
3261 …if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS /* Properness of sector size (512-4096 …
3383 #if FF_MAX_SS != FF_MIN_SS /* Get sector size (multiple sector size cfg only) */
3385 if (SS(fs) > FF_MAX_SS || SS(fs) < FF_MIN_SS || (SS(fs) & (SS(fs) - 1))) return FR_DISK_ERR;
5700 #if FF_MAX_SS != FF_MIN_SS
5702 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;
5856 #if FF_MAX_SS != FF_MIN_SS
5858 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;
A Ddfs_elm.c33 #if FF_MAX_SS == FF_MIN_SS
/components/dfs/dfs_v2/filesystems/elmfat/
A Dffconf.h222 #define FF_MIN_SS 512 macro
A Dff.h143 #if FF_MAX_SS != FF_MIN_SS
A Dff.c259FF_MIN_SS) || (FF_MAX_SS != 512 && FF_MAX_SS != 1024 && FF_MAX_SS != 2048 && FF_MAX_SS != 4096) ||…
262 #if FF_MAX_SS == FF_MIN_SS
3249 if (hlen < 92 || hlen > FF_MIN_SS) return 0;
3314 …if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS /* Properness of sector size (512-4096 …
3435 #if FF_MAX_SS != FF_MIN_SS /* Get sector size (multiple sector size cfg only) */
3437 if (SS(fs) > FF_MAX_SS || SS(fs) < FF_MIN_SS || (SS(fs) & (SS(fs) - 1))) return FR_DISK_ERR;
5780 #if FF_MAX_SS != FF_MIN_SS
5782 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;
5940 #if FF_MAX_SS != FF_MIN_SS
5942 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;
A Ddfs_elm.c55 #if FF_MAX_SS == FF_MIN_SS

Completed in 121 milliseconds