Home
last modified time | relevance | path

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

/linux-4.19.296/fs/udf/
Dsuper.c1000 bool umap, utable, fmap, ftable; in check_partition_desc() local
1018 ftable = phd->freedSpaceTable.extLength; in check_partition_desc()
1022 if (!utable && !umap && !ftable && !fmap) in check_partition_desc()
1026 if (ftable || fmap) in check_partition_desc()
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dmessage.c248 } ftable[] = { variable
539 for (i = 0, ret = _BAD_MSG; i < ARRAY_SIZE(ftable); i++) { in api_put()
541 if (ftable[i].command == msg->header.command) { in api_put()
544 if (!api_parse(msg->info.b, (word)(msg->header.length - 12), ftable[i].format, msg_parms)) { in api_put()
558 c = ftable[i].function(GET_DWORD(&msg->header.controller), in api_put()