Home
last modified time | relevance | path

Searched refs:PAGE_CACHE_ALIGN (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/fs/cifs/
Dioctl.c121 PAGE_CACHE_ALIGN(destoff + len)-1); in cifs_ioctl_clone()
/linux-4.4.14/fs/logfs/
Ddev_mtd.c51 page_end = PAGE_CACHE_ALIGN(ofs + len) - 1; in loffs_mtd_write()
Dsegment.c132 pgoff_t index = PAGE_CACHE_ALIGN(ofs) >> PAGE_CACHE_SHIFT; in pad_full_pages()
/linux-4.4.14/include/linux/
Dpagemap.h100 #define PAGE_CACHE_ALIGN(addr) (((addr)+PAGE_CACHE_SIZE-1)&PAGE_CACHE_MASK) macro
/linux-4.4.14/fs/
Ddax.c784 unsigned length = PAGE_CACHE_ALIGN(from) - from; in dax_truncate_page()
/linux-4.4.14/fs/btrfs/
Dioctl.c1373 cluster = (PAGE_CACHE_ALIGN(defrag_end) >> in btrfs_defrag_file()
2946 int num_pages = PAGE_CACHE_ALIGN(len) >> PAGE_CACHE_SHIFT; in btrfs_cmp_data_prepare()
3997 PAGE_CACHE_ALIGN(destoff + len) - 1); in btrfs_ioctl_clone()
Dsend.c4806 ext_len = PAGE_CACHE_ALIGN(ext_len); in clone_range()
4888 len = PAGE_CACHE_ALIGN(len); in send_write_or_clone()
/linux-4.4.14/fs/nfs/
Dpnfs.c1612 arg.length = PAGE_CACHE_ALIGN(arg.length); in pnfs_update_layout()
/linux-4.4.14/fs/gfs2/
Drgrp.c937 rgd->rd_gl->gl_vm.end = PAGE_CACHE_ALIGN((rgd->rd_addr + in read_rindex_entry()
/linux-4.4.14/mm/
Dshmem.c79 #define VM_ACCT(size) (PAGE_CACHE_ALIGN(size) >> PAGE_SHIFT)