Searched refs:swap_mode (Results 1 – 1 of 1) sorted by relevance
169 int swap_mode = -1; // protection bits for swap file in readfile() local425 swap_mode = (st.st_mode & 0644) | 0600; in readfile()615 if (swap_mode > 0 && curbuf->b_ml.ml_mfp != NULL in readfile()627 if ((swap_mode & 044) == 040) in readfile()638 swap_mode &= 0600; in readfile()641 (void)mch_setperm(swap_fname, (long)swap_mode); in readfile()