HomeSort by relevance Sort by last modified time
    Searched defs:address_space (Results 1 - 2 of 2) sorted by null

  /external/llvm/bindings/ocaml/llvm/
llvm.mli 539 (** [address_space pty] returns the address space qualifier of the pointer type
541 val address_space : lltype -> int var
    [all...]
  /external/kernel-headers/original/linux/
fs.h 524 struct address_space;
586 int (*writepages)(struct address_space *, struct writeback_control *);
591 int (*readpages)(struct file *filp, struct address_space *mapping,
594 int (*write_begin)(struct file *, struct address_space *mapping,
597 int (*write_end)(struct file *, struct address_space *mapping,
602 sector_t (*bmap)(struct address_space *, sector_t);
608 int (*get_xip_mem)(struct address_space *, pgoff_t, int,
611 int (*migratepage) (struct address_space *,
616 int (*error_remove_page)(struct address_space *, struct page *);
625 int pagecache_write_begin(struct file *, struct address_space *mapping
634 struct address_space { struct
    [all...]

Completed in 160 milliseconds