File: create_inode_libarchive.h

package info (click to toggle)
e2fsprogs 1.47.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,236 kB
  • sloc: ansic: 134,194; sh: 7,343; makefile: 5,324; awk: 524; perl: 376; cpp: 207; sed: 186; python: 23
file content (11 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#ifndef _CREATE_INODE_LIBARCHIVE_H
#define _CREATE_INODE_LIBARCHIVE_H

errcode_t __populate_fs_from_tar(ext2_filsys fs, ext2_ino_t root_ino,
				 const char *source_tar, ext2_ino_t root,
				 struct hdlinks_s *hdlinks,
				 struct file_info *target,
				 int flags,
				 struct fs_ops_callbacks *fs_callbacks);

#endif /* _CREATE_INODE_LIBARCHIVE_H */