Home | History | Annotate | Download | only in inode

Lines Matching refs:file_id

82 int file_id;
452 file_id = creat(new_string, FILE_MODE);
453 if (file_id == -1) {
473 write(file_id, new_string, len);
481 close(file_id);
606 file_id = open(path_string, READ);
607 if (file_id <= 0) {
625 read(file_id, read_string, len);
642 close(file_id);
806 close(file_id);