Lines Matching refs:lfs_stat
68 lfs_stat(&lfs, "hi/hi/hi", &info) => 0;
360 if (lfs_stat(&lfs, "a/hello", &info) == 0) {
366 if (lfs_stat(&lfs, "b/hello", &info) == 0) {
372 if (lfs_stat(&lfs, "c/hello", &info) == 0) {
378 if (lfs_stat(&lfs, "d/hello", &info) == 0) {
388 if (lfs_stat(&lfs, "a/hello", &info) == 0 && info.size > 0) {
390 } else if (lfs_stat(&lfs, "b/hello", &info) == 0) {
392 } else if (lfs_stat(&lfs, "c/hello", &info) == 0) {
394 } else if (lfs_stat(&lfs, "d/hello", &info) == 0) {
823 if (lfs_stat(&lfs, "a/hi", &info) == 0) {
828 if (lfs_stat(&lfs, "b/hi", &info) == 0) {
833 if (lfs_stat(&lfs, "c/hi", &info) == 0) {
838 if (lfs_stat(&lfs, "d/hi", &info) == 0) {
847 if (lfs_stat(&lfs, "a/hi", &info) == 0) {
849 } else if (lfs_stat(&lfs, "b/hi", &info) == 0) {
851 } else if (lfs_stat(&lfs, "c/hi", &info) == 0) {
853 } else if (lfs_stat(&lfs, "d/hi", &info) == 0) {
963 lfs_stat(&lfs, "a", &info) => 0;
964 lfs_stat(&lfs, "b", &info) => LFS_ERR_NOENT;
965 lfs_stat(&lfs, "c", &info) => LFS_ERR_NOENT;
966 lfs_stat(&lfs, "d", &info) => 0;