auth_tok_list_item 1192 fs/ecryptfs/keystore.c 	struct ecryptfs_auth_tok_list_item *auth_tok_list_item;
auth_tok_list_item 1195 fs/ecryptfs/keystore.c 	list_for_each_entry_safe(auth_tok_list_item, auth_tok_list_item_tmp,
auth_tok_list_item 1197 fs/ecryptfs/keystore.c 		list_del(&auth_tok_list_item->list);
auth_tok_list_item 1199 fs/ecryptfs/keystore.c 				auth_tok_list_item);
auth_tok_list_item 1229 fs/ecryptfs/keystore.c 	struct ecryptfs_auth_tok_list_item *auth_tok_list_item;
auth_tok_list_item 1261 fs/ecryptfs/keystore.c 	auth_tok_list_item =
auth_tok_list_item 1264 fs/ecryptfs/keystore.c 	if (!auth_tok_list_item) {
auth_tok_list_item 1269 fs/ecryptfs/keystore.c 	(*new_auth_tok) = &auth_tok_list_item->auth_tok;
auth_tok_list_item 1322 fs/ecryptfs/keystore.c 	list_add(&auth_tok_list_item->list, auth_tok_list);
auth_tok_list_item 1326 fs/ecryptfs/keystore.c 	memset(auth_tok_list_item, 0,
auth_tok_list_item 1329 fs/ecryptfs/keystore.c 			auth_tok_list_item);
auth_tok_list_item 1361 fs/ecryptfs/keystore.c 	struct ecryptfs_auth_tok_list_item *auth_tok_list_item;
auth_tok_list_item 1396 fs/ecryptfs/keystore.c 	auth_tok_list_item =
auth_tok_list_item 1398 fs/ecryptfs/keystore.c 	if (!auth_tok_list_item) {
auth_tok_list_item 1403 fs/ecryptfs/keystore.c 	(*new_auth_tok) = &auth_tok_list_item->auth_tok;
auth_tok_list_item 1498 fs/ecryptfs/keystore.c 	list_add(&auth_tok_list_item->list, auth_tok_list);
auth_tok_list_item 1502 fs/ecryptfs/keystore.c 	memset(auth_tok_list_item, 0,
auth_tok_list_item 1505 fs/ecryptfs/keystore.c 			auth_tok_list_item);
auth_tok_list_item 1766 fs/ecryptfs/keystore.c 	struct ecryptfs_auth_tok_list_item *auth_tok_list_item;
auth_tok_list_item 1865 fs/ecryptfs/keystore.c 	list_for_each_entry(auth_tok_list_item, &auth_tok_list, list) {
auth_tok_list_item 1866 fs/ecryptfs/keystore.c 		candidate_auth_tok = &auth_tok_list_item->auth_tok;
auth_tok_list_item 1927 fs/ecryptfs/keystore.c 		list_for_each_entry_safe(auth_tok_list_item,
auth_tok_list_item 1931 fs/ecryptfs/keystore.c 			    == &auth_tok_list_item->auth_tok) {
auth_tok_list_item 1932 fs/ecryptfs/keystore.c 				list_del(&auth_tok_list_item->list);
auth_tok_list_item 1935 fs/ecryptfs/keystore.c 					auth_tok_list_item);