Home
last modified time | relevance | path

Searched defs:mode_data (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Daction.h258 struct mode_data { struct
259 struct mode_data *next; argument
260 int operation;
261 int mode;
262 unsigned int mask;
263 char X;
Daction.c1199 struct mode_data *mode_data; in parse_octal_mode_args() local
1247 struct mode_data *mode_data; in parse_sym_mode_arg() local
1411 static int mode_execute(struct mode_data *mode_data, int st_mode) in mode_execute()