Lines Matching full:s
876 // update with what's found so far in lfs_dir_fetchmatch()
1498 // it's not worth the code size in lfs_dir_compact()
1543 // welp, we tried, if we ran out of space there's not much in lfs_dir_compact()
1910 LFS_TRACE("lfs_mkdir(%p, \"%s\")", (void*)lfs, path); in lfs_mkdir()
1968 // it's possible our predecessor has to be relocated, and if in lfs_mkdir()
1969 // our parent is our predecessor's predecessor, this could have in lfs_mkdir()
2009 LFS_TRACE("lfs_dir_open(%p, %p, \"%s\")", (void*)lfs, (void*)dir, path); in lfs_dir_open()
2386 LFS_TRACE("lfs_file_opencfg(%p, %p, \"%s\", %x, %p {" in lfs_file_opencfg()
2455 // try to load what's on disk, if it's inlined we'll fix it later in lfs_file_opencfg()
2539 LFS_TRACE("lfs_file_open(%p, %p, \"%s\", %x)", in lfs_file_open()
2739 // it's not safe to do anything if our file errored in lfs_file_sync()
3138 LFS_TRACE("lfs_stat(%p, \"%s\", %p)", (void*)lfs, path, (void*)info); in lfs_stat()
3152 LFS_TRACE("lfs_remove(%p, \"%s\")", (void*)lfs, path); in lfs_remove()
3194 // I know it's crazy but yes, dir can be changed by our parent's in lfs_remove()
3233 LFS_TRACE("lfs_rename(%p, \"%s\", \"%s\")", (void*)lfs, oldpath, newpath); in lfs_rename()
3262 // if we're in the same pair there's a few special cases... in lfs_rename()
3315 // I know it's crazy but yes, dir can be changed by our parent's in lfs_rename()
3379 LFS_TRACE("lfs_getattr(%p, \"%s\", %"PRIu8", %p, %"PRIu32")", in lfs_getattr()
3442 LFS_TRACE("lfs_setattr(%p, \"%s\", %"PRIu8", %p, %"PRIu32")", in lfs_setattr()
3455 LFS_TRACE("lfs_removeattr(%p, \"%s\", %"PRIu8")", (void*)lfs, path, type); in lfs_removeattr()
4448 // setup dir in case it's valid in lfs1_dir_fetch()