Home
last modified time | relevance | path

Searched refs:mounting (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/doc/
H A DREADME.ubi174 with the name of the filesystem you are mounting.
/rk3399_rockchip-uboot/fs/ubifs/
H A Dio.c276 if (!must_chk_crc && type == UBIFS_DATA_NODE && !c->mounting && in ubifs_check_node()
H A Dsuper.c1413 c->mounting = 1; in mount_ubifs()
1610 c->mounting = 0; in mount_ubifs()
H A Dubifs.h2052 unsigned int mounting:1; member
H A Dtnc.c477 if (type == UBIFS_DATA_NODE && c->no_chk_data_crc && !c->mounting && in try_read_node()