Home
last modified time | relevance | path

Searched refs:tmp_file (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/time/
Dudelay_test.sh26 tmp_file=`mktemp`
33 tee -a $tmp_file < $UDELAY_PATH
38 if [ -f $tmp_file ]; then
39 rm $tmp_file
60 count=`grep -c FAIL $tmp_file`
/linux-4.4.14/scripts/
Drecordmcount.c266 char tmp_file[strlen(fname) + 4]; in write_file() local
272 sprintf(tmp_file, "%s.rc", fname); in write_file()
279 fd_map = open(tmp_file, O_WRONLY | O_TRUNC | O_CREAT, sb.st_mode); in write_file()
297 if (rename(tmp_file, fname) < 0) { in write_file()
/linux-4.4.14/fs/nfsd/
Dstate.h582 int flags, struct file **filp, bool *tmp_file);
Dnfs4state.c4767 struct file **filpp, bool *tmp_file, int flags) in nfs4_check_file() argument
4788 if (tmp_file) in nfs4_check_file()
4789 *tmp_file = true; in nfs4_check_file()
4801 int flags, struct file **filpp, bool *tmp_file) in nfs4_preprocess_stateid_op() argument
4812 if (tmp_file) in nfs4_preprocess_stateid_op()
4813 *tmp_file = false; in nfs4_preprocess_stateid_op()
4851 status = nfs4_check_file(rqstp, fhp, s, filpp, tmp_file, flags); in nfs4_preprocess_stateid_op()