Home
last modified time | relevance | path

Searched refs:FR_DENIED (Results 1 – 2 of 2) sorted by relevance

/third_party/FatFs/source/
Dff.c1579 if (res == FR_NO_FILE) res = FR_DENIED; /* No directory entry to allocate */ in dir_alloc()
2044 if (n == 100) return FR_DENIED; /* Abort if too many collisions */ in dir_register()
3404 res = FR_DENIED; in f_open()
4516 LEAVE_FF(fs,FR_DENIED); in f_getclustinfo()
4682 LEAVE_FF(fs_bak,FR_DENIED); in f_unlink()
4684 LEAVE_FF(fs,FR_DENIED); in f_unlink()
4700 res = FR_DENIED; /* Cannot remove R/O object */ in f_unlink()
4708 res = FR_DENIED; in f_unlink()
4961 LEAVE_FF(fs_bak,FR_DENIED);
4963 LEAVE_FF(fs,FR_DENIED);
[all …]
Dff.h386 FR_DENIED, /* (7) Access denied due to prohibited access or directory full */ enumerator