Lines Matching refs:lfs_stat
36 lfs_stat(&lfs, "parent/orphan", &info) => LFS_ERR_NOENT;
37 lfs_stat(&lfs, "parent/child", &info) => 0;
42 lfs_stat(&lfs, "parent/orphan", &info) => LFS_ERR_NOENT;
43 lfs_stat(&lfs, "parent/child", &info) => 0;
48 lfs_stat(&lfs, "parent/orphan", &info) => LFS_ERR_NOENT;
49 lfs_stat(&lfs, "parent/child", &info) => 0;
50 lfs_stat(&lfs, "parent/otherchild", &info) => 0;
55 lfs_stat(&lfs, "parent/orphan", &info) => LFS_ERR_NOENT;
56 lfs_stat(&lfs, "parent/child", &info) => 0;
57 lfs_stat(&lfs, "parent/otherchild", &info) => 0;
235 int res = lfs_stat(&lfs, full_path, &info);
250 lfs_stat(&lfs, path, &info) => 0;
268 lfs_stat(&lfs, full_path, &info) => LFS_ERR_NOENT;