Lines Matching refs:open_path
294 int open_path(pathname_t *, int);
1109 int open_path(pathname_t * name, int oflag) in open_path() function
1120 rval = open_path(&newname, oflag); in open_path()
1463 fd = open_path(&f, O_RDWR); in allocsp_f()
1814 fd = open_path(&f, O_RDONLY); in dread_f()
1915 fd = open_path(&f, O_WRONLY); in dwrite_f()
2002 fd = open_path(&f, O_WRONLY); in fdatasync_f()
2038 fd = open_path(&f, O_RDWR); in freesp_f()
2087 fd = open_path(&f, O_WRONLY); in fsync_f()
2267 fd = open_path(&f, O_RDONLY); in read_f()
2403 fd = open_path(&f, O_RDWR); in resvsp_f()
2615 fd = open_path(&f, O_RDWR); in unresvsp_f()
2669 fd = open_path(&f, O_WRONLY); in write_f()