Searched defs:offset_in_page (Results 1 - 12 of 12) sorted by last modified time

/linux-master/include/linux/
H A Dmm.h2310 #define offset_in_page macro
H A Dedac.h488 unsigned long offset_in_page; member in struct:edac_raw_error_desc
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c1092 nand_fill_column_cycles(struct nand_chip *chip, u8 *addrs, unsigned int offset_in_page) argument
1134 nand_sp_exec_read_page_op(struct nand_chip *chip, unsigned int page, unsigned int offset_in_page, void *buf, unsigned int len) argument
1177 nand_lp_exec_read_page_op(struct nand_chip *chip, unsigned int page, unsigned int offset_in_page, void *buf, unsigned int len) argument
1246 nand_lp_exec_cont_read_page_op(struct nand_chip *chip, unsigned int page, unsigned int offset_in_page, void *buf, unsigned int len, bool check_only) argument
1338 nand_read_page_op(struct nand_chip *chip, unsigned int page, unsigned int offset_in_page, void *buf, unsigned int len) argument
1434 nand_change_read_column_op(struct nand_chip *chip, unsigned int offset_in_page, void *buf, unsigned int len, bool force_8bit) argument
1522 nand_exec_prog_page_op(struct nand_chip *chip, unsigned int page, unsigned int offset_in_page, const void *buf, unsigned int len, bool prog) argument
1602 nand_prog_page_begin_op(struct nand_chip *chip, unsigned int page, unsigned int offset_in_page, const void *buf, unsigned int len) argument
1688 nand_prog_page_op(struct nand_chip *chip, unsigned int page, unsigned int offset_in_page, const void *buf, unsigned int len) argument
1743 nand_change_write_column_op(struct nand_chip *chip, unsigned int offset_in_page, const void *buf, unsigned int len, bool force_8bit) argument
[all...]
/linux-master/fs/ext4/
H A Dmove_extent.c626 int offset_in_page; local
/linux-master/include/net/mana/
H A Dgdma.h723 u32 offset_in_page; member in struct:gdma_create_dma_region_req
/linux-master/drivers/edac/
H A Dedac_mc.c944 edac_mc_handle_error(const enum hw_event_mc_err_type type, struct mem_ctl_info *mci, const u16 error_count, const unsigned long page_frame_number, const unsigned long offset_in_page, const unsigned long syndrome, const int top_layer, const int mid_layer, const int low_layer, const char *msg, const char *other_detail) argument
/linux-master/arch/powerpc/perf/
H A Dhv-24x7.c1018 loff_t offset_in_page; local
/linux-master/fs/ecryptfs/
H A Dread_write.c57 ecryptfs_write_lower_page_segment(struct inode *ecryptfs_inode, struct page *page_for_lower, size_t offset_in_page, size_t size) argument
246 ecryptfs_read_lower_page_segment(struct page *page_for_ecryptfs, pgoff_t page_index, size_t offset_in_page, size_t size, struct inode *ecryptfs_inode) argument
/linux-master/tools/virtio/linux/
H A Dkernel.h49 #define offset_in_page(p) (((unsigned long)p) % PAGE_SIZE) macro
/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.c158 #define offset_in_page(ptr) ((unsigned long)(ptr) & ~PAGE_MASK) macro
/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h40 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
/linux-master/sound/firewire/
H A Dpackets-buffer.c26 unsigned int i, page_index, offset_in_page; local

Completed in 274 milliseconds