Lines Matching refs:pathname
40 * Return the vnode of the block driver specified by 'pathname'
43 * pathname - the full path to the block driver to be opened
51 * EINVAL - pathname or pvnode is NULL
53 * ENOTBLK - The vnode associated with the pathname is not a block driver
60 extern int find_blockdriver(const char *pathname, int mountflags, struct Vnode **vpp);
62 int open_blockdriver(const char *pathname, int mountflags,
84 ret = find_blockdriver(pathname, mountflags, &vnode_ptr);
87 PRINT_DEBUG("Failed to file %s block driver\n", pathname);
122 PRINT_DEBUG("%s driver open failed\n", pathname);
143 PRINT_DEBUG("%s driver open failed\n", pathname);