Lines Matching defs:root_dir
128 di_devlink_open(const char *root_dir, uint_t flags)
140 if ((hdp = handle_alloc(root_dir, OPEN_RDWR)) == NULL) {
315 handle_alloc(const char *root_dir, uint_t flags)
332 if (root_dir && root_dir[0] != '\0') {
334 if (root_dir[0] != '/') {
343 if ((realpath(root_dir, dev_dir) == NULL) ||
344 (realpath(root_dir, db_dir) == NULL)) {
422 if (enter_db_lock(&proto, root_dir) != 1) {
1995 devlink_snapshot(const char *root_dir)
2001 if ((hdp = handle_alloc(root_dir, OPEN_RDONLY)) == NULL) {
2023 (void) devlink_create(root_dir, NULL, DCA_DEVLINK_CACHE);
3078 enter_db_lock(struct di_devlink_handle *hdp, const char *root_dir)
3117 (void) devlink_create(root_dir, NULL,