Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Dmmap.c132 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()
/linux/net/core/
H A Dskbuff.c4322 st->lower_offset = from; in skb_prepare_seq_read()
4359 unsigned int block_limit, abs_offset = consumed + st->lower_offset; in skb_seq_read()
/linux/include/linux/
H A Dskbuff.h1424 __u32 lower_offset; member