Lines Matching refs:lfs_stat
75 lfs_stat(&lfs, "hi/hi/hi", &info) => 0;
382 if (lfs_stat(&lfs, "a/hello", &info) == 0) {
388 if (lfs_stat(&lfs, "b/hello", &info) == 0) {
394 if (lfs_stat(&lfs, "c/hello", &info) == 0) {
400 if (lfs_stat(&lfs, "d/hello", &info) == 0) {
410 if (lfs_stat(&lfs, "a/hello", &info) == 0 && info.size > 0) {
412 } else if (lfs_stat(&lfs, "b/hello", &info) == 0) {
414 } else if (lfs_stat(&lfs, "c/hello", &info) == 0) {
416 } else if (lfs_stat(&lfs, "d/hello", &info) == 0) {
864 if (lfs_stat(&lfs, "a/hi", &info) == 0) {
869 if (lfs_stat(&lfs, "b/hi", &info) == 0) {
874 if (lfs_stat(&lfs, "c/hi", &info) == 0) {
879 if (lfs_stat(&lfs, "d/hi", &info) == 0) {
888 if (lfs_stat(&lfs, "a/hi", &info) == 0) {
890 } else if (lfs_stat(&lfs, "b/hi", &info) == 0) {
892 } else if (lfs_stat(&lfs, "c/hi", &info) == 0) {
894 } else if (lfs_stat(&lfs, "d/hi", &info) == 0) {
1010 lfs_stat(&lfs, "a", &info) => 0;
1011 lfs_stat(&lfs, "b", &info) => LFS_ERR_NOENT;
1012 lfs_stat(&lfs, "c", &info) => LFS_ERR_NOENT;
1013 lfs_stat(&lfs, "d", &info) => 0;