Lines Matching refs:path
489 int lfs_remove(lfs_t *lfs, const char *path);
506 int lfs_stat(lfs_t *lfs, const char *path, struct lfs_info *info);
520 lfs_ssize_t lfs_getattr(lfs_t *lfs, const char *path,
531 int lfs_setattr(lfs_t *lfs, const char *path,
541 int lfs_removeattr(lfs_t *lfs, const char *path, uint8_t type);
555 const char *path, int flags);
572 const char *path, int flags,
646 int lfs_mkdir(lfs_t *lfs, const char *path);
653 int lfs_dir_open(lfs_t *lfs, lfs_dir_t *dir, const char *path);
718 // the expensive block allocation scan to a less time-critical code path.