Lines Matching refs:lite
121 int lite = 0; /* -L flag */
281 if (lite) {
444 tf->fd = open(tf->path, O_RDWR | (lite ? 0 : O_CREAT | O_TRUNC),
741 if (lite) {
802 if (lite) {
931 if (lite ? 0 : ftruncate(fd, file_size) == -1) {
976 unsigned long op = rv % (3 + !lite + mapped_writes);
1001 if (lite ? 0 : op == 3 && (style & 1) == 0) /* vanilla truncate? */
1006 if (lite ? 0 : op == 3)
1010 if (op == 1 || op == (lite ? 3 : 4)) {
1214 lite = 1;
1289 if (lite) {
1321 if (lite) { /* zero entire existing file */