Searched refs:ftr_size (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A Dcryptfs.h49 __le32 ftr_size; /* in bytes, not including key following */ member in struct:crypt_mnt_ftr
H A Dcryptfs.c318 if (crypt_ftr->ftr_size > sizeof(struct crypt_mnt_ftr)) {
322 if (lseek(fd, crypt_ftr->ftr_size - sizeof(struct crypt_mnt_ftr), SEEK_CUR) == -1) {
993 ftr->ftr_size = sizeof(struct crypt_mnt_ftr);

Completed in 5 milliseconds