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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c6522 int open_flag = 0, full_erase_flag = 0; local
6614 if (eofflag && !full_erase_flag) {
6615 full_erase_flag = 1;
6619 else if (!eofflag && full_erase_flag)
6620 full_erase_flag = 0;
6632 full_erase_flag = 0;
6682 if (eofflag && !full_erase_flag) {
6683 full_erase_flag = 1;
6687 else if (!eofflag && full_erase_flag)
6688 full_erase_flag
[all...]

Completed in 33 milliseconds