Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ecryptfs/
Dfile.c150 crypt_stat->flags &= ~(ECRYPTFS_I_SIZE_INITIALIZED in read_or_initialize_metadata()
Decryptfs_kernel.h229 #define ECRYPTFS_I_SIZE_INITIALIZED 0x00004000 macro
Dcrypto.c1253 crypt_stat->flags |= ECRYPTFS_I_SIZE_INITIALIZED; in ecryptfs_i_size_init()
1284 if (!(crypt_stat->flags & ECRYPTFS_I_SIZE_INITIALIZED)) in ecryptfs_read_headers_virt()
Dinode.c934 crypt_stat->flags &= ~(ECRYPTFS_I_SIZE_INITIALIZED in ecryptfs_setattr()