Home
last modified time | relevance | path

Searched refs:i_srcpath (Results 1 – 4 of 4) sorted by relevance

/external/erofs-utils/lib/
Dinode.c382 fd = open(inode->i_srcpath, O_RDONLY | O_BINARY); in erofs_write_file()
789 strncpy(inode->i_srcpath, path, sizeof(inode->i_srcpath) - 1); in erofs_fill_inode()
790 inode->i_srcpath[sizeof(inode->i_srcpath) - 1] = '\0'; in erofs_fill_inode()
798 inode->i_srcpath); in erofs_fill_inode()
934 ret = readlink(dir->i_srcpath, symlink, dir->i_size); in erofs_mkfs_build_tree()
955 _dir = opendir(dir->i_srcpath); in erofs_mkfs_build_tree()
958 __func__, dir->i_srcpath, erofs_strerror(errno)); in erofs_mkfs_build_tree()
977 if (erofs_is_exclude_path(dir->i_srcpath, dp->d_name)) in erofs_mkfs_build_tree()
1018 dir->i_srcpath, d->name); in erofs_mkfs_build_tree()
1039 dir->i_srcpath, d->name, (unsigned long long)d->nid, in erofs_mkfs_build_tree()
Dcompress.c174 inode->i_srcpath, in vle_compress_one()
404 fd = open(inode->i_srcpath, O_RDONLY | O_BINARY); in erofs_write_compressed_file()
463 inode->i_srcpath, (unsigned long long)inode->i_size, in erofs_write_compressed_file()
Dxattr.c414 ret = read_xattrs_from_file(inode->i_srcpath, inode->i_mode, ixattrs); in erofs_prepare_xattr_ibody()
/external/erofs-utils/include/erofs/
Dinternal.h140 char i_srcpath[PATH_MAX + 1]; member