Home
last modified time | relevance | path

Searched refs:DB_ROOT_LEN (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/target/
Dtarget_core_internal.h167 #define DB_ROOT_LEN 4096 macro
Dtarget_core_configfs.c102 char db_root[DB_ROOT_LEN] = DB_ROOT_DEFAULT;
103 static char db_root_stage[DB_ROOT_LEN];
124 if (count > (DB_ROOT_LEN - 1)) { in target_core_item_dbroot_store()
127 (int)count, DB_ROOT_LEN - 1); in target_core_item_dbroot_store()
131 read_bytes = snprintf(db_root_stage, DB_ROOT_LEN, "%s", page); in target_core_item_dbroot_store()
3222 snprintf(db_root_stage, DB_ROOT_LEN, DB_ROOT_PREFERRED); in target_init_dbroot()
3235 strncpy(db_root, db_root_stage, DB_ROOT_LEN); in target_init_dbroot()