Searched refs:authenticated (Results 1 – 3 of 3) sorted by relevance
544 int authenticated = !!(sup_flags & UBIFS_FLG_AUTHENTICATION); in authenticate_sb_node() local548 if (c->authenticated && !authenticated) { in authenticate_sb_node()553 if (!c->authenticated && authenticated) { in authenticate_sb_node()559 c->authenticated ? "" : "un"); in authenticate_sb_node()561 if (!c->authenticated) in authenticate_sb_node()
361 c->authenticated = true; in ubifs_init_authentication()
1296 unsigned int authenticated:1; member1511 return (IS_ENABLED(CONFIG_UBIFS_FS_AUTHENTICATION)) && c->authenticated; in ubifs_authenticated()