Searched refs:mk_decrypted_inodes (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/crypto/
H A Dkeyring.c107 * ->mk_decrypted_inodes is empty.
110 WARN_ON_ONCE(!list_empty(&mk->mk_decrypted_inodes));
444 INIT_LIST_HEAD(&mk->mk_decrypted_inodes);
899 list_for_each_entry(ci, &mk->mk_decrypted_inodes, ci_master_key_link) {
931 list_for_each(pos, &mk->mk_decrypted_inodes)
942 list_first_entry(&mk->mk_decrypted_inodes,
969 * Thus, we first have to clean the inodes in ->mk_decrypted_inodes.
H A Dfscrypt_private.h492 * key is still in the keyring; ->mk_decrypted_inodes is nonempty; and
493 * ->mk_active_refs > 0, being equal to the size of ->mk_decrypted_inodes.
495 * This state transitions to ABSENT if ->mk_decrypted_inodes becomes empty,
500 * ->mk_decrypted_inodes is empty, ->mk_active_refs == 0, ->mk_secret is
522 * one active ref for each inode in ->mk_decrypted_inodes.
568 struct list_head mk_decrypted_inodes; member in struct:fscrypt_master_key
H A Dkeysetup.c434 * that only one task links the fscrypt_inode_info into ->mk_decrypted_inodes
610 &mk->mk_decrypted_inodes);

Completed in 107 milliseconds