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