Searched defs:squashfs_file (Results 1 – 1 of 1) sorted by relevance
199 struct squashfs_file { struct200 int fd;201 int blocks;202 long long file_size;203 int mode;204 uid_t uid;205 gid_t gid;206 time_t time;207 char *pathname;208 char sparse;[all …]