Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dread_write.c137 size_t start_offset_in_page = (pos & ~PAGE_CACHE_MASK); in ecryptfs_write() local
138 size_t num_bytes = (PAGE_CACHE_SIZE - start_offset_in_page); in ecryptfs_write()
168 if (pos < offset || !start_offset_in_page) { in ecryptfs_write()
172 + start_offset_in_page), 0, in ecryptfs_write()
173 PAGE_CACHE_SIZE - start_offset_in_page); in ecryptfs_write()
179 + start_offset_in_page), in ecryptfs_write()
322 size_t start_offset_in_page = (pos & ~PAGE_CACHE_MASK);
323 size_t num_bytes = (PAGE_CACHE_SIZE - start_offset_in_page);
340 ((char *)ecryptfs_page_virt + start_offset_in_page),