Home
last modified time | relevance | path

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

/fs/ecryptfs/
A Dmiscdev.c218 size_t total_length; in ecryptfs_miscdev_read() local
273 total_length = (PKT_TYPE_SIZE + PKT_CTR_SIZE + packet_length_size in ecryptfs_miscdev_read()
275 if (count < total_length) { in ecryptfs_miscdev_read()
279 "pending message\n", __func__, count, total_length); in ecryptfs_miscdev_read()

Completed in 7 milliseconds