DB_ROOT_LEN        94 drivers/target/target_core_configfs.c char db_root[DB_ROOT_LEN] = DB_ROOT_DEFAULT;
DB_ROOT_LEN        95 drivers/target/target_core_configfs.c static char db_root_stage[DB_ROOT_LEN];
DB_ROOT_LEN       116 drivers/target/target_core_configfs.c 	if (count > (DB_ROOT_LEN - 1)) {
DB_ROOT_LEN       119 drivers/target/target_core_configfs.c 		       (int)count, DB_ROOT_LEN - 1);
DB_ROOT_LEN       123 drivers/target/target_core_configfs.c 	read_bytes = snprintf(db_root_stage, DB_ROOT_LEN, "%s", page);
DB_ROOT_LEN      3440 drivers/target/target_core_configfs.c 	snprintf(db_root_stage, DB_ROOT_LEN, DB_ROOT_PREFERRED);
DB_ROOT_LEN      3453 drivers/target/target_core_configfs.c 	strncpy(db_root, db_root_stage, DB_ROOT_LEN);