Searched refs:sparse (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dpci-sysfs.c18 enum pci_mmap_state mmap_type, int sparse)
23 base = sparse ? hose->sparse_mem_base : hose->dense_mem_base;
25 base = sparse ? hose->sparse_io_base : hose->dense_io_base;
36 struct vm_area_struct *vma, int sparse)
39 int shift = sparse ? 5 : 0;
49 current->comm, sparse ? " sparse" : "", start, start + nr,
59 * @sparse: address space type
65 struct vm_area_struct *vma, int sparse)
80 if (!__pci_mmap_fits(pdev, i, vma, sparse))
16 hose_mmap_page_range(struct pci_controller *hose, struct vm_area_struct *vma, enum pci_mmap_state mmap_type, int sparse) argument
35 __pci_mmap_fits(struct pci_dev *pdev, int num, struct vm_area_struct *vma, int sparse) argument
63 pci_mmap_resource(struct kobject *kobj, struct bin_attribute *attr, struct vm_area_struct *vma, int sparse) argument
154 pci_create_one_attr(struct pci_dev *pdev, int num, char *name, char *suffix, struct bin_attribute *res_attr, unsigned long sparse) argument
252 __legacy_mmap_fits(struct pci_controller *hose, struct vm_area_struct *vma, unsigned long res_size, int sparse) argument
286 int sparse = has_sparse(hose, mmap_type); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A DMakefile12 obj-$(CONFIG_INPUT_SPARSEKMAP) += sparse-keymap.o
H A Dsparse-keymap.c2 * Generic support for sparse keymaps
17 #include <linux/input/sparse-keymap.h>
21 MODULE_DESCRIPTION("Generic support for sparse keymaps");
26 * sparse_keymap_entry_from_scancode - perform sparse keymap lookup
27 * @dev: Input device using sparse keymap
31 * input device using sparse keymap.
47 * sparse_keymap_entry_from_keycode - perform sparse keymap lookup
48 * @dev: Input device using sparse keymap
52 * input device using sparse keymap.
107 * sparse_keymap_setup - set up sparse keyma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A DMakefile25 obj-$(CONFIG_SPARSEMEM) += sparse.o
26 obj-$(CONFIG_SPARSEMEM_VMEMMAP) += sparse-vmemmap.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/pci/
H A Dpci.c140 new_space (u64 phys_base, int sparse) argument
151 io_space[i].sparse == sparse)
162 io_space[i].sparse = sparse;
173 unsigned int sparse = 0, space_nr, len; local
193 sparse = 1;
195 space_nr = new_space(addr->translation_offset, sparse);
205 * The SDM guarantees the legacy 0-64K space is sparse, but if the
207 * mark it as sparse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.h123 char sparse; member in struct:inode
230 char sparse; member in struct:squashfs_file
H A Dunsquash-4.c153 i.sparse = 0;
173 i.sparse = inode->sparse != 0;
H A Dunsquashfs.c745 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse) argument
750 if(sparse && lseek_broken == FALSE) {
757 if((sparse == FALSE || lseek_broken) && zero_data == NULL) {
764 if(sparse == FALSE || lseek_broken) {
828 file->sparse = inode->sparse;
841 if(block_list[i] == 0) /* sparse file */
1656 if(block->buffer == 0) { /* sparse file */
1671 block->offset, block->size, hole, file->sparse);
1688 if(file->sparse
[all...]
H A Dunsquash-3.c196 i.sparse = 1;
221 i.sparse = 1;
H A Dsquashfs_fs.h395 long long sparse; member in struct:squashfs_lreg_inode_header
H A Dunsquash-2.c212 i.sparse = 0;
H A Dmksquashfs.c1202 struct fragment *fragment, struct directory *dir_in, long long sparse)
1220 sparse || IS_XATTR(xattr))
1288 if(sparse && sparse >= byte_size)
1289 sparse = byte_size - 1;
1290 reg->sparse = sparse;
2015 if(bytes == 0) /* sparse block */
2881 long long sparse = 0; local
2908 sparse
1199 create_inode(squashfs_inode *i_no, struct dir_info *dir_info, struct dir_ent *dir_ent, int type, long long byte_size, long long start_block, unsigned int offset, unsigned int *block_list, struct fragment *fragment, struct directory *dir_in, long long sparse) argument
2971 long long sparse = 0; local
3073 long long sparse = 0; local
[all...]
H A Dunsquash-1.c148 i.sparse = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dfile.c378 int bytes, i, offset = 0, sparse = 0; local
410 sparse = 1;
454 int avail = sparse ? 0 : min_t(int, bytes, PAGE_CACHE_SIZE);
479 if (!sparse)
H A Dsquashfs_fs.h364 __le64 sparse; member in struct:squashfs_lreg_inode
H A Dinode.c212 le64_to_cpu(sqsh_ino->sparse) - 1) >> 9) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dio.h50 int sparse; member in struct:io_space
135 if (space->sparse)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c239 int sparse, old_sparse, filetype, old_filetype; local
258 sparse = sb->s_feature_ro_compat &
311 if ((sparse != old_sparse) ||
658 bb_error_msg("\nThe filesystem already has sparse superblocks");
670 bb_error_msg("\nThe filesystem already has sparse superblocks disabled");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h248 const BOOL compressed, const BOOL encrypted, const BOOL sparse,
314 * would be after eventual decompression and filling in of holes if sparse).
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dmsi-wmi.c26 #include <linux/input/sparse-keymap.h>
H A Deeepc-wmi.c34 #include <linux/input/sparse-keymap.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Ddm355evm_keys.c15 #include <linux/input/sparse-keymap.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex78 \varname{[sparse]} flag. This flag determines whether or not the
83 byte 8: [ X 1 ] [sparse] flag (1 bit)
91 1) if([sparse] is set) \{
105 \} else the sparse flag is not set \{
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Ddefault-rsync.lua78 sparse = true,
426 sparse = 'S',
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c218 * Otherwise, we are dealing with a sparse run and we
223 * we have sparse runs in uncompressed files as well?
224 * - Yes we can, in sparse files! But not necessarily
255 * Otherwise, we are dealing with a sparse run and we just
259 * we have sparse runs in uncompressed files as well?
260 * - Yes we can, in sparse files! But not necessarily size of
318 * @sparse:
328 const BOOL compressed, const BOOL encrypted, const BOOL sparse,
340 if (sparse)
345 if (compressed || sparse) {
327 ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, const BOOL compressed, const BOOL encrypted, const BOOL sparse, const s64 allocated_size, const s64 data_size, const s64 initialized_size, const s64 compressed_size, const u8 compression_unit) argument
4212 int sparse, ret = 0; local
[all...]

Completed in 296 milliseconds

12