Searched refs:PAGE_CACHE_SIZE (Results 101 - 125 of 200) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.c567 PAGE_CACHE_SIZE,
576 next = (skip + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
590 ret = btrfs_delalloc_reserve_space(inode, PAGE_CACHE_SIZE);
626 btrfs_delalloc_release_space(inode, PAGE_CACHE_SIZE);
631 page_end = page_start + PAGE_CACHE_SIZE - 1;
693 btrfs_delalloc_release_space(inode, PAGE_CACHE_SIZE);
1914 if (alloc_size > PAGE_CACHE_SIZE)
H A Dfile-item.c172 if (bio->bi_size > PAGE_CACHE_SIZE * 8)
821 memcpy(eb_token + ((unsigned long)item & (PAGE_CACHE_SIZE - 1)),
833 if (item < item_end && bytenr + PAGE_CACHE_SIZE ==
H A Ddisk-io.c356 ret = btree_read_extent_buffer_pages(root, eb, start + PAGE_CACHE_SIZE,
465 end = min_t(u64, eb->len, PAGE_CACHE_SIZE);
706 PAGE_CACHE_SIZE);
712 root->fs_info->dirty_metadata_bytes += PAGE_CACHE_SIZE;
1306 em = lookup_extent_mapping(em_tree, offset, PAGE_CACHE_SIZE);
1773 4 * 1024 * 1024 / PAGE_CACHE_SIZE);
H A Dfree-space-cache.c27 #define BITS_PER_BITMAP (PAGE_CACHE_SIZE * 8)
280 bitmap_bytes = (block_group->total_bitmaps + 1) * PAGE_CACHE_SIZE;
580 info->bitmap = kzalloc(PAGE_CACHE_SIZE, GFP_NOFS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dinode.c532 cmd->size = PAGE_CACHE_SIZE + path_len;
537 __func__, (char *)data, page, pi->ino, cmd->start, PAGE_CACHE_SIZE);
557 __func__, page, page->index << PAGE_CACHE_SHIFT, PAGE_CACHE_SIZE, err);
579 start = pos & (PAGE_CACHE_SIZE - 1);
598 if (len != PAGE_CACHE_SIZE) {
601 memset(kaddr + start, 0, PAGE_CACHE_SIZE - start);
628 unsigned from = pos & (PAGE_CACHE_SIZE - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dsplice.c328 req_pages = (len + loff + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
395 this_len = min_t(unsigned long, len, PAGE_CACHE_SIZE - loff);
618 nr_pages = (len + offset + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
628 this_len = min_t(size_t, len, PAGE_CACHE_SIZE - offset);
744 if (this_len + offset > PAGE_CACHE_SIZE)
745 this_len = PAGE_CACHE_SIZE - offset;
1030 nr_pages = (ret + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dinode.c337 len = PAGE_CACHE_SIZE;
380 if (len != PAGE_CACHE_SIZE)
381 zero_user(page, len, PAGE_CACHE_SIZE - len);
575 len = PAGE_CACHE_SIZE;
729 if (!PageUptodate(page) && (len != PAGE_CACHE_SIZE)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Dinode.c810 ra_pages = arg->max_readahead / PAGE_CACHE_SIZE;
827 ra_pages = fc->max_read / PAGE_CACHE_SIZE;
847 arg->max_readahead = fc->bdi.ra_pages * PAGE_CACHE_SIZE;
875 fc->bdi.ra_pages = (VM_MAX_READAHEAD * 1024) / PAGE_CACHE_SIZE;
938 sb->s_blocksize = PAGE_CACHE_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dinode.c348 offset = (cpu_key_k_offset(&key) - 1) & (PAGE_CACHE_SIZE - 1);
532 tail_start = tail_offset & (PAGE_CACHE_SIZE - 1);
1999 unsigned long offset = (inode->i_size) & (PAGE_CACHE_SIZE - 1);
2069 unsigned long offset = inode->i_size & (PAGE_CACHE_SIZE - 1);
2222 p += (byte_offset - 1) & (PAGE_CACHE_SIZE - 1);
2330 int bh_per_page = PAGE_CACHE_SIZE / s->s_blocksize;
2357 last_offset = inode->i_size & (PAGE_CACHE_SIZE - 1);
2363 zero_user_segment(page, last_offset, PAGE_CACHE_SIZE);
2694 start = pos & (PAGE_CACHE_SIZE - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dmultipath.c304 PAGE_CACHE_SIZE - 1);
476 PAGE_CACHE_SIZE - 1);
H A Dlinear.c183 PAGE_CACHE_SIZE - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dbnode.c428 min((int)PAGE_CACHE_SIZE, (int)tree->node_size));
432 memset(kmap(*++pagep), 0, PAGE_CACHE_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_file.c68 offset = (pos & (PAGE_CACHE_SIZE -1)); /* Within page */
69 bytes = PAGE_CACHE_SIZE - offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dlowcomms.c604 cbuf_init(&con->cb, PAGE_CACHE_SIZE);
626 iov[0].iov_len = PAGE_CACHE_SIZE - cbuf_data(&con->cb);
656 PAGE_CACHE_SIZE);
1242 (PAGE_CACHE_SIZE - e->end < len)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Ddev_mtd.c47 BUG_ON(len > PAGE_CACHE_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dpagelist.c258 if (prev->wb_pgbase + prev->wb_bytes != PAGE_CACHE_SIZE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dscsiglue.c134 max_sectors = PAGE_CACHE_SIZE >> 9;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbuffer_head.h44 #define MAX_BUF_PER_PAGE (PAGE_CACHE_SIZE / 512)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dsuper.c94 buf->f_frsize = PAGE_CACHE_SIZE;
969 if (client->mount_args->rsize >= PAGE_CACHE_SIZE)
971 (client->mount_args->rsize + PAGE_CACHE_SIZE - 1)
H A Dxattr.c648 memcpy(kaddr, value + i*PAGE_CACHE_SIZE,
649 min(PAGE_CACHE_SIZE, size-i*PAGE_CACHE_SIZE));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Djournal.c316 ret = block_prepare_write(page, 0, PAGE_CACHE_SIZE, hfsplus_get_block);
323 PAGE_CACHE_SIZE, NULL, hfsplus_do_journal_get_write_access);
326 PAGE_CACHE_SIZE, NULL, hfsplus_commit_write_fn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dnodelist.c91 if (frag->node && (frag->ofs & (PAGE_CACHE_SIZE - 1)) == 0) {
383 if (newfrag->ofs & (PAGE_CACHE_SIZE-1)) {
392 if ((newfrag->ofs+newfrag->size) & (PAGE_CACHE_SIZE-1)) {
H A Dgc.c1132 min = start & ~(PAGE_CACHE_SIZE-1);
1133 max = min + PAGE_CACHE_SIZE;
1275 writebuf = pg_ptr + (offset & (PAGE_CACHE_SIZE -1));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage-writeback.c762 if (ratelimit_pages * PAGE_CACHE_SIZE > 4096 * 1024)
763 ratelimit_pages = (4096 * 1024) / PAGE_CACHE_SIZE;
1126 task_io_account_write(PAGE_CACHE_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dheartbeat.c273 vec_start = (cs << bits) % PAGE_CACHE_SIZE;
278 vec_len = min(PAGE_CACHE_SIZE - vec_start,
279 (max_slots-cs) * (PAGE_CACHE_SIZE/spp) );
287 cs += vec_len / (PAGE_CACHE_SIZE/spp);
1203 reg->hr_slots_per_page = PAGE_CACHE_SIZE >> reg->hr_block_bits;

Completed in 172 milliseconds

12345678