Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dioctl.c116 PAGE_CACHE_ALIGN(destoff + len)-1); in cifs_ioctl_clone()
/linux-4.1.27/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.1.27/include/linux/
Dpagemap.h93 #define PAGE_CACHE_ALIGN(addr) (((addr)+PAGE_CACHE_SIZE-1)&PAGE_CACHE_MASK) macro
/linux-4.1.27/fs/
Ddax.c556 unsigned length = PAGE_CACHE_ALIGN(from) - from; in dax_truncate_page()
/linux-4.1.27/fs/nfs/
Dpnfs.c1555 arg.length = PAGE_CACHE_ALIGN(arg.length); in pnfs_update_layout()
/linux-4.1.27/fs/btrfs/
Dioctl.c1364 cluster = (PAGE_CACHE_ALIGN(defrag_end) >> in btrfs_defrag_file()
3825 PAGE_CACHE_ALIGN(destoff + len) - 1); in btrfs_ioctl_clone()
Dsend.c4632 len = PAGE_CACHE_ALIGN(len); in send_write_or_clone()
/linux-4.1.27/mm/
Dshmem.c77 #define VM_ACCT(size) (PAGE_CACHE_ALIGN(size) >> PAGE_SHIFT)