Home
last modified time | relevance | path

Searched refs:authenticated (Results 1 – 3 of 3) sorted by relevance

/fs/ubifs/
Dsb.c544 int authenticated = !!(sup_flags & UBIFS_FLG_AUTHENTICATION); in authenticate_sb_node() local
548 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()
Dauth.c361 c->authenticated = true; in ubifs_init_authentication()
Dubifs.h1296 unsigned int authenticated:1; member
1511 return (IS_ENABLED(CONFIG_UBIFS_FS_AUTHENTICATION)) && c->authenticated; in ubifs_authenticated()