Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dfile.c150 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.c1256 crypt_stat->flags |= ECRYPTFS_I_SIZE_INITIALIZED; in ecryptfs_i_size_init()
1287 if (!(crypt_stat->flags & ECRYPTFS_I_SIZE_INITIALIZED)) in ecryptfs_read_headers_virt()
H A Dinode.c930 crypt_stat->flags &= ~(ECRYPTFS_I_SIZE_INITIALIZED in ecryptfs_setattr()