Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.c1576 if (res == FR_NO_FILE) res = FR_DENIED; /* No directory entry to allocate */ in dir_alloc()
2042 if (n == 100) return FR_DENIED; /* Abort if too many collisions */ in dir_register()
3379 res = FR_DENIED; in f_open()
4487 LEAVE_FF(fs,FR_DENIED); in f_getclustinfo()
4653 LEAVE_FF(fs_bak,FR_DENIED); in f_unlink()
4655 LEAVE_FF(fs,FR_DENIED); in f_unlink()
4671 res = FR_DENIED; /* Cannot remove R/O object */ in f_unlink()
4679 res = FR_DENIED; in f_unlink()
4932 LEAVE_FF(fs_bak,FR_DENIED);
4934 LEAVE_FF(fs,FR_DENIED);
[all …]
Dff.h387 FR_DENIED, /* (7) Access denied due to prohibited access or directory full */ enumerator