Searched refs:lower_offset (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ecryptfs/ |
| H A D | mmap.c | 132 loff_t lower_offset = in ecryptfs_copy_up_encrypted_with_header() local 137 folio, (lower_offset >> PAGE_SHIFT), in ecryptfs_copy_up_encrypted_with_header() 138 (lower_offset & ~PAGE_MASK), in ecryptfs_copy_up_encrypted_with_header() 144 lower_offset, rc); in ecryptfs_copy_up_encrypted_with_header()
|
| H A D | crypto.c | 356 loff_t lower_offset; in ecryptfs_encrypt_page() local 384 lower_offset = lower_offset_for_page(crypt_stat, folio); in ecryptfs_encrypt_page() 386 rc = ecryptfs_write_lower(ecryptfs_inode, enc_extent_virt, lower_offset, in ecryptfs_encrypt_page() 425 loff_t lower_offset; in ecryptfs_decrypt_page() local 433 lower_offset = lower_offset_for_page(crypt_stat, folio); in ecryptfs_decrypt_page() 435 rc = ecryptfs_read_lower(page_virt, lower_offset, PAGE_SIZE, in ecryptfs_decrypt_page()
|
| /linux/net/core/ |
| H A D | skbuff.c | 4365 st->lower_offset = from; in skb_prepare_seq_read() 4402 unsigned int block_limit, abs_offset = consumed + st->lower_offset; in skb_seq_read()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 1484 __u32 lower_offset; member
|