Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ecryptfs/
Dread_write.c131 size_t start_offset_in_page = (pos & ~PAGE_CACHE_MASK); in ecryptfs_write() local
132 size_t num_bytes = (PAGE_CACHE_SIZE - start_offset_in_page); in ecryptfs_write()
167 if (pos < offset || !start_offset_in_page) { in ecryptfs_write()
171 + start_offset_in_page), 0, in ecryptfs_write()
172 PAGE_CACHE_SIZE - start_offset_in_page); in ecryptfs_write()
178 + start_offset_in_page), in ecryptfs_write()
191 start_offset_in_page, in ecryptfs_write()