Searched refs:tmp_file (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/time/ |
D | udelay_test.sh | 26 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-v4.19/scripts/ |
D | leaking_addresses.pl | 224 my $tmp_file = ""; 231 my $tmp_file = "/tmp/tmpkconf"; 233 if (system("gunzip < /proc/config.gz > $tmp_file")) { 237 @config_files = ($tmp_file); 253 if ($tmp_file ne "") { 254 system("rm -f $tmp_file");
|
D | recordmcount.c | 312 char tmp_file[strlen(fname) + 4]; in write_file() local 318 sprintf(tmp_file, "%s.rc", fname); in write_file() 325 fd_map = open(tmp_file, O_WRONLY | O_TRUNC | O_CREAT, sb.st_mode); in write_file() 343 if (rename(tmp_file, fname) < 0) { in write_file()
|
/Linux-v4.19/fs/nfsd/ |
D | state.h | 605 stateid_t *stateid, int flags, struct file **filp, bool *tmp_file);
|
D | nfs4state.c | 5094 struct file **filpp, bool *tmp_file, int flags) in nfs4_check_file() argument 5115 if (tmp_file) in nfs4_check_file() 5116 *tmp_file = true; in nfs4_check_file() 5128 stateid_t *stateid, int flags, struct file **filpp, bool *tmp_file) in nfs4_preprocess_stateid_op() argument 5138 if (tmp_file) in nfs4_preprocess_stateid_op() 5139 *tmp_file = false; in nfs4_preprocess_stateid_op() 5177 status = nfs4_check_file(rqstp, fhp, s, filpp, tmp_file, flags); in nfs4_preprocess_stateid_op()
|