Searched refs:ubifs_auth_node_sz (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ubifs/
H A Djournal.c84 ubifs_add_dirt(c, lnum, ubifs_auth_node_sz(c));
228 int auth_node_size = ubifs_auth_node_sz(c);
703 len += ALIGN(host_ui->data_len, 8) + ubifs_auth_node_sz(c);
868 auth_len = ubifs_auth_node_sz(c);
992 write_len += ALIGN(ilen, 8) + ubifs_auth_node_sz(c);
1210 len += ubifs_auth_node_sz(c);
1401 len += ubifs_auth_node_sz(c);
1705 dn_size + ubifs_auth_node_sz(c);
1756 len += ALIGN(dlen, 8) + ubifs_auth_node_sz(c);
1869 write_len = len + ubifs_auth_node_sz(
[all...]
H A Dgc.c359 ubifs_auth_node_sz(c);
381 ubifs_auth_node_sz(c);
413 auth = kmalloc(ubifs_auth_node_sz(c), GFP_NOFS);
427 ubifs_auth_node_sz(c));
433 ubifs_add_dirt(c, wbuf->lnum, ubifs_auth_node_sz(c));
H A Dauth.c85 ubifs_prepare_node(c, auth, ubifs_auth_node_sz(c), 0);
H A Dubifs.h1709 * ubifs_auth_node_sz - returns the size of an authentication node
1716 static inline int ubifs_auth_node_sz(const struct ubifs_info *c) function

Completed in 154 milliseconds