Searched refs:lower_offset (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/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 | 417 loff_t lower_offset; in ecryptfs_encrypt_page() local 445 lower_offset = lower_offset_for_page(crypt_stat, folio); in ecryptfs_encrypt_page() 447 rc = ecryptfs_write_lower(ecryptfs_inode, enc_extent_virt, lower_offset, in ecryptfs_encrypt_page() 486 loff_t lower_offset; in ecryptfs_decrypt_page() local 494 lower_offset = lower_offset_for_page(crypt_stat, folio); in ecryptfs_decrypt_page() 496 rc = ecryptfs_read_lower(page_virt, lower_offset, PAGE_SIZE, in ecryptfs_decrypt_page()
|
| /linux-6.15/net/core/ |
| H A D | skbuff.c | 4294 st->lower_offset = from; in skb_prepare_seq_read() 4331 unsigned int block_limit, abs_offset = consumed + st->lower_offset; in skb_seq_read()
|
| /linux-6.15/include/linux/ |
| H A D | skbuff.h | 1441 __u32 lower_offset; member
|