Lines Matching refs:open_path
267 int open_path(pathname_t *, int);
1082 int open_path(pathname_t * name, int oflag) in open_path() function
1093 rval = open_path(&newname, oflag); in open_path()
1438 fd = open_path(&f, O_RDWR); in allocsp_f()
1789 fd = open_path(&f, O_RDONLY); in dread_f()
1890 fd = open_path(&f, O_WRONLY); in dwrite_f()
1977 fd = open_path(&f, O_WRONLY); in fdatasync_f()
2013 fd = open_path(&f, O_RDWR); in freesp_f()
2062 fd = open_path(&f, O_WRONLY); in fsync_f()
2242 fd = open_path(&f, O_RDONLY); in read_f()
2378 fd = open_path(&f, O_RDWR); in resvsp_f()
2590 fd = open_path(&f, O_RDWR); in unresvsp_f()
2644 fd = open_path(&f, O_WRONLY); in write_f()