Lines Matching refs:sf
45 sync_fp sf = (sync_fp) f; in sync_openfile_read() local
46 std::string syncName = appendColor(filename, sf->nfiles); in sync_openfile_read()
51 int* file = sf->file; in sync_openfile_read()
52 initphmpiio(&nfields, &nppf, &(sf->nfiles), file, mode); in sync_openfile_read()
59 sync_fp sf = (sync_fp) f; in sync_openfile_write() local
60 std::string syncName = appendColor(filename, sf->nfiles); in sync_openfile_write()
62 int* file = sf->file; in sync_openfile_write()
63 initphmpiio(&(sf->nfields), &(sf->nppf), in sync_openfile_write()
64 &(sf->nfiles), file, mode); in sync_openfile_write()
69 sync_fp sf = (sync_fp) f; in sync_closefile() local
70 const char m = sf->mode; in sync_closefile()
72 close(sf, "read"); in sync_closefile()
74 close(sf, "write"); in sync_closefile()