Searched refs:need_trunc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmopen.c72 char need_trunc; /* Used with GDBM_NEWDB and locking to avoid local
125 need_trunc = FALSE;
138 need_trunc = TRUE;
196 if (need_trunc && file_stat.st_size != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Ddir.c986 int need_trunc; local
989 need_trunc = inode->i_size > offset;
993 if (need_trunc) {

Completed in 37 milliseconds