db_root_stage 95 drivers/target/target_core_configfs.c static char db_root_stage[DB_ROOT_LEN]; db_root_stage 123 drivers/target/target_core_configfs.c read_bytes = snprintf(db_root_stage, DB_ROOT_LEN, "%s", page); db_root_stage 128 drivers/target/target_core_configfs.c if (db_root_stage[read_bytes - 1] == '\n') db_root_stage 129 drivers/target/target_core_configfs.c db_root_stage[read_bytes - 1] = '\0'; db_root_stage 132 drivers/target/target_core_configfs.c fp = filp_open(db_root_stage, O_RDONLY, 0); db_root_stage 135 drivers/target/target_core_configfs.c pr_err("db_root: cannot open: %s\n", db_root_stage); db_root_stage 141 drivers/target/target_core_configfs.c pr_err("db_root: not a directory: %s\n", db_root_stage); db_root_stage 146 drivers/target/target_core_configfs.c strncpy(db_root, db_root_stage, read_bytes); db_root_stage 3440 drivers/target/target_core_configfs.c snprintf(db_root_stage, DB_ROOT_LEN, DB_ROOT_PREFERRED); db_root_stage 3441 drivers/target/target_core_configfs.c fp = filp_open(db_root_stage, O_RDONLY, 0); db_root_stage 3443 drivers/target/target_core_configfs.c pr_err("db_root: cannot open: %s\n", db_root_stage); db_root_stage 3448 drivers/target/target_core_configfs.c pr_err("db_root: not a valid directory: %s\n", db_root_stage); db_root_stage 3453 drivers/target/target_core_configfs.c strncpy(db_root, db_root_stage, DB_ROOT_LEN);