Searched refs:fhclose (Results 1 – 4 of 4) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | fileops.c | 183 fhclose(fd, ft, fs); in ffsb_readfile() 212 fhclose(fd, ft, fs); in ffsb_readall() 277 fhclose(fd, ft, fs); in ffsb_writefile_core() 333 fhclose(fd, ft, fs); in ffsb_writeall_core() 392 fhclose(fd, ft, fs); in ffsb_appendfile_core() 460 fhclose(fd, ft, fs); in ffsb_createfile_core() 526 fhclose(fd, ft, fs); in ffsb_open_close()
|
D | fh.h | 36 void fhclose(int, struct ffsb_thread *, struct ffsb_fs *);
|
D | fh.c | 224 void fhclose(int fd, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhclose() function
|
D | ffsb_fs.c | 134 fhclose(fd, NULL, fs); in add_files()
|