OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pgoff_t
(Results
1 - 8
of
8
) sorted by null
/external/kernel-headers/original/linux/
pagemap.h
79
unsigned find_get_pages(struct address_space *mapping,
pgoff_t
start,
81
unsigned find_get_pages_contig(struct address_space *mapping,
pgoff_t
start,
83
unsigned find_get_pages_tag(struct address_space *mapping,
pgoff_t
*index,
124
static inline
pgoff_t
linear_page_index(struct vm_area_struct *vma,
127
pgoff_t
pgoff = (address - vma->vm_start) >> PAGE_SHIFT;
swap.h
25
* encoded into pte's and into
pgoff_t
's in the swapcache. Using five bits
27
* on 32-bit-
pgoff_t
architectures. And that assumes that the architecture packs
102
pgoff_t
start_page;
103
pgoff_t
nr_pages;
244
extern sector_t map_swap_page(struct swap_info_struct *,
pgoff_t
);
types.h
159
#ifndef
pgoff_t
160
#define
pgoff_t
unsigned long
macro
mm.h
252
pgoff_t
index; /* Our offset within mapping. */
591
static inline
pgoff_t
page_index(struct page *page)
705
pgoff_t
first_index; /* Lowest page->index to unmap */
706
pgoff_t
last_index; /* Highest page->index to unmap */
916
unsigned long end,
pgoff_t
pgoff, struct vm_area_struct *insert);
919
unsigned long vm_flags, struct anon_vma *, struct file *,
pgoff_t
,
929
unsigned long addr, unsigned long len,
pgoff_t
pgoff);
[
all
...]
fs.h
617
int (*get_xip_mem)(struct address_space *,
pgoff_t
, int,
656
pgoff_t
writeback_index;/* writeback starts here */
954
pgoff_t
start; /* where readahead started */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
types.h
131
#ifndef
pgoff_t
132
#define
pgoff_t
unsigned long
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
types.h
131
#ifndef
pgoff_t
132
#define
pgoff_t
unsigned long
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
types.h
131
#ifndef
pgoff_t
132
#define
pgoff_t
unsigned long
macro
Completed in 1502 milliseconds