Home | History | Annotate | Download | only in genext2fs

Lines Matching defs:full_name

1666 	char full_name[2048];
1678 int tmp = snprintf(full_name, sizeof(full_name),
1680 if(tmp >= (int)sizeof(full_name))
1682 fix_stat(full_name, &st);
1684 full_name[0] = '\0';
1712 add2fs_from_dir(fs, full_name, this_nod, squash_uids, squash_perms, fixstats, fs_timestamp, stats);
1726 add2fs_from_dir(fs, full_name, nod, squash_uids, squash_perms, fixstats, fs_timestamp, stats);
1772 add2fs_from_dir(fs, full_name, nod, squash_uids, squash_perms, fixstats, fs_timestamp, stats);