Home
last modified time | relevance | path

Searched refs:ECRYPTFS_I_SIZE_INITIALIZED (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ecryptfs/
H A Dfile.c169 crypt_stat->flags &= ~(ECRYPTFS_I_SIZE_INITIALIZED in read_or_initialize_metadata()
H A Decryptfs_kernel.h229 #define ECRYPTFS_I_SIZE_INITIALIZED 0x00004000 macro
H A Dcrypto.c1229 crypt_stat->flags |= ECRYPTFS_I_SIZE_INITIALIZED; in ecryptfs_i_size_init()
1260 if (!(crypt_stat->flags & ECRYPTFS_I_SIZE_INITIALIZED)) in ecryptfs_read_headers_virt()
H A Dinode.c944 crypt_stat->flags &= ~(ECRYPTFS_I_SIZE_INITIALIZED in ecryptfs_setattr()