Searched refs:cluster (Results 1 - 25 of 98) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dcluster.h2 * net/tipc/cluster.h: Include file for TIPC cluster management routines
46 * struct cluster - TIPC cluster structure
47 * @addr: network address of cluster
48 * @owner: pointer to zone that cluster belongs to
49 * @nodes: array of pointers to all nodes within cluster
50 * @highest_node: id of highest numbered node within cluster
54 struct cluster { struct
67 void tipc_cltr_remove_as_router(struct cluster *c_pt
[all...]
H A Dzone.h53 struct cluster *clusters[2]; /* currently limited to just 1 cluster */
63 void tipc_zone_attach_cluster(struct _zone *z_ptr, struct cluster *c_ptr);
H A Dzone.c42 #include "cluster.h"
79 void tipc_zone_attach_cluster(struct _zone *z_ptr, struct cluster *c_ptr)
116 struct cluster *c_ptr;
143 struct cluster *c_ptr;
167 struct cluster *c_ptr = tipc_cltr_find(addr);
H A DMakefile7 tipc-y += addr.o bcast.o bearer.o config.o cluster.o \
H A Dcluster.c2 * net/tipc/cluster.c: TIPC cluster management routines
38 #include "cluster.h"
47 static void tipc_cltr_multicast(struct cluster *c_ptr, struct sk_buff *buf,
55 struct cluster *tipc_cltr_create(u32 addr)
58 struct cluster *c_ptr;
100 void tipc_cltr_delete(struct cluster *c_ptr)
116 u32 tipc_cltr_next_node(struct cluster *c_ptr, u32 addr)
136 void tipc_cltr_attach_node(struct cluster *c_ptr, struct tipc_node *n_ptr)
152 * tipc_cltr_select_router - select router to a cluster
[all...]
H A Dnode.h42 #include "cluster.h"
49 * @owner: pointer to cluster that node belongs to
50 * @next: pointer to next node in sorted list of cluster's nodes
74 struct cluster *owner;
121 struct cluster *c_ptr = tipc_cltr_find(addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dfree-space-cache.h44 struct btrfs_free_cluster *cluster,
46 void btrfs_init_free_cluster(struct btrfs_free_cluster *cluster);
48 struct btrfs_free_cluster *cluster, u64 bytes,
52 struct btrfs_free_cluster *cluster);
H A Dfree-space-cache.c806 printk(KERN_INFO "block group has cluster?: %s\n",
828 * for a given cluster, put all of its extents back into the free
830 * pointed to by the cluster, someone else raced in and freed the
831 * cluster already. In that case, we just return without changing anything
836 struct btrfs_free_cluster *cluster)
842 spin_lock(&cluster->lock);
843 if (cluster->block_group != block_group)
846 bitmap = cluster->points_to_bitmap;
847 cluster->block_group = NULL;
848 cluster
834 __btrfs_return_cluster_to_free_space( struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster) argument
876 struct btrfs_free_cluster *cluster; local
956 btrfs_return_cluster_to_free_space( struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster) argument
988 btrfs_alloc_from_bitmap(struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster, u64 bytes, u64 min_start) argument
1041 btrfs_alloc_from_cluster(struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster, u64 bytes, u64 min_start) argument
1094 btrfs_bitmap_cluster(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *entry, struct btrfs_free_cluster *cluster, u64 offset, u64 bytes, u64 min_bytes) argument
1165 btrfs_find_space_cluster(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster, u64 offset, u64 bytes, u64 empty_size) argument
1345 btrfs_init_free_cluster(struct btrfs_free_cluster *cluster) argument
[all...]
H A Ddelayed-ref.h80 struct list_head cluster; member in struct:btrfs_delayed_ref_head
178 struct list_head *cluster, u64 search_start);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dnodemanager.c35 * cluster active at a time. Changing this will require trickling
36 * cluster references throughout where nodes are looked up */
63 struct o2nm_cluster *cluster = o2nm_single_cluster; local
65 BUG_ON(bytes < (sizeof(cluster->cl_nodes_bitmap)));
67 if (cluster == NULL)
70 read_lock(&cluster->cl_nodes_lock);
71 memcpy(map, cluster->cl_nodes_bitmap, sizeof(cluster->cl_nodes_bitmap));
72 read_unlock(&cluster->cl_nodes_lock);
78 static struct o2nm_node *o2nm_node_ip_tree_lookup(struct o2nm_cluster *cluster, argument
116 struct o2nm_cluster *cluster = o2nm_single_cluster; local
198 struct o2nm_cluster *cluster = to_o2nm_cluster_from_node(node); local
265 struct o2nm_cluster *cluster = to_o2nm_cluster_from_node(node); local
307 struct o2nm_cluster *cluster = to_o2nm_cluster_from_node(node); local
497 o2nm_cluster_attr_idle_timeout_ms_read( struct o2nm_cluster *cluster, char *page) argument
503 o2nm_cluster_attr_idle_timeout_ms_write( struct o2nm_cluster *cluster, const char *page, size_t count) argument
532 o2nm_cluster_attr_keepalive_delay_ms_read( struct o2nm_cluster *cluster, char *page) argument
538 o2nm_cluster_attr_keepalive_delay_ms_write( struct o2nm_cluster *cluster, const char *page, size_t count) argument
567 o2nm_cluster_attr_reconnect_delay_ms_read( struct o2nm_cluster *cluster, char *page) argument
573 o2nm_cluster_attr_reconnect_delay_ms_write( struct o2nm_cluster *cluster, const char *page, size_t count) argument
580 o2nm_cluster_attr_fence_method_read( struct o2nm_cluster *cluster, char *page) argument
591 o2nm_cluster_attr_fence_method_write( struct o2nm_cluster *cluster, const char *page, size_t count) argument
659 struct o2nm_cluster *cluster = to_o2nm_cluster(item); local
673 struct o2nm_cluster *cluster = to_o2nm_cluster(item); local
713 struct o2nm_cluster *cluster = to_o2nm_cluster(group->cg_item.ci_parent); local
754 struct o2nm_cluster *cluster = to_o2nm_cluster(item); local
783 struct o2nm_cluster *cluster = NULL; local
833 struct o2nm_cluster *cluster = to_o2nm_cluster(item); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/mm/
H A Dnuma.c32 for ((_cluster) = (memdesc)->cluster, (i) = 0; \
37 struct memclust_struct * cluster; local
46 for_each_mem_cluster(memdesc, cluster, i) {
48 i, cluster->usage, cluster->start_pfn,
49 cluster->start_pfn + cluster->numpages);
57 struct memclust_struct * cluster; local
79 for_each_mem_cluster(memdesc, cluster, i) {
83 if (cluster
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dcache.c6 * Mar 1999. AV. Changed cache, so that it uses the starting cluster instead
22 int fcluster; /* cluster number in the file. */
23 int dcluster; /* cluster number on disk. */
124 /* Find the same part as "new" in cluster-chain. */
218 int fat_get_cluster(struct inode *inode, int cluster, int *fclus, int *dclus) argument
230 if (cluster == 0)
233 if (fat_cache_lookup(inode, cluster, &cid, fclus, dclus) < 0) {
242 while (*fclus < cluster) {
243 /* prevent the infinite loop of cluster chain */
246 "%s: detected the cluster chai
278 fat_bmap_cluster(struct inode *inode, int cluster) argument
305 int cluster, offset; local
[all...]
H A Dfatent.c454 int fat_alloc_clusters(struct inode *inode, int *cluster, int nr_cluster) argument
490 /* make the cluster chain */
502 cluster[idx_clus] = entry;
538 fat_free_clusters(inode, cluster[0]);
543 int fat_free_clusters(struct inode *inode, int cluster) argument
551 int first_cl = cluster;
557 cluster = fat_ent_read(inode, &fatent, cluster);
558 if (cluster < 0) {
559 err = cluster;
[all...]
H A Dnamei_msdos.c240 int is_dir, int is_hid, int cluster,
259 de.start = cpu_to_le16(cluster);
260 de.starthi = cpu_to_le16(cluster >> 16);
366 int err, is_hid, cluster; local
383 cluster = fat_alloc_new_dir(dir, &ts);
384 if (cluster < 0) {
385 err = cluster;
388 err = msdos_add_entry(dir, msdos_name, 1, is_hid, cluster, &ts, &sinfo);
411 fat_free_clusters(dir, cluster);
581 /* data cluster i
239 msdos_add_entry(struct inode *dir, const unsigned char *name, int is_dir, int is_hid, int cluster, struct timespec *ts, struct fat_slot_info *sinfo) argument
[all...]
H A Ddir.c54 /* This is not a first sector of cluster, or sec_per_clus == 1 */
1039 /* Zeroing the unused blocks on this cluster */
1090 int err, cluster; local
1092 err = fat_alloc_clusters(dir, &cluster, 1);
1096 blknr = fat_clus_to_blknr(sbi, cluster);
1123 de[0].start = cpu_to_le16(cluster);
1124 de[0].starthi = cpu_to_le16(cluster >> 16);
1136 return cluster;
1139 fat_free_clusters(dir, cluster);
1155 int err, i, n, offset, cluster[ local
1314 int cluster, nr_cluster; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ux500/
H A Dclock.h42 * @cluster: peripheral cluster number
46 * @parent_cluster: pointer to parent's cluster clk struct
49 * Peripherals are organised into clusters, and each cluster has an associated
53 * (1) the parent cluster (bus) clock at the PRCMU level
58 * of the cluster and peripheral clocks, and hooking these as the parents of
66 * The prcmu_* fields are only used for the PRCMU clocks, and the cluster,
87 int cluster; member in struct:clk
118 .cluster = _pclust, \
129 .cluster
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/config/
H A DMakefile.am101 cfengine cluster-copy cluster-cron cluster-passwd cluster-shell cluster-software cluster-useradmin \
102 cluster-usermin cluster-webmin custom \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_attr.c69 struct cluster_list *cluster;
71 cluster = XMALLOC (MTYPE_CLUSTER, sizeof (struct cluster_list));
72 cluster->length = val->length;
74 if (cluster->length)
76 cluster->list = XMALLOC (MTYPE_CLUSTER_VAL, val->length);
77 memcpy (cluster->list, val->list, val->length);
80 cluster->list = NULL;
82 cluster->refcnt = 0;
84 return cluster;
92 struct cluster_list *cluster;
67 struct cluster_list *cluster; local
90 struct cluster_list *cluster; local
101 cluster_loop_check(struct cluster_list *cluster, struct in_addr originator) argument
112 cluster_hash_key_make(struct cluster_list *cluster) argument
137 cluster_free(struct cluster_list *cluster) argument
145 cluster_dup(struct cluster_list *cluster) argument
165 cluster_intern(struct cluster_list *cluster) argument
176 cluster_unintern(struct cluster_list *cluster) argument
526 struct cluster_list *cluster; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtipc.h63 unsigned int cluster,
66 return (zone << 24) | (cluster << 12) | node;
62 tipc_addr(unsigned int zone, unsigned int cluster, unsigned int node) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsetup.c256 for ((_cluster) = (memdesc)->cluster, (i) = 0; \
304 struct memclust_struct * cluster; local
315 for_each_mem_cluster(memdesc, cluster, i) {
317 i, cluster->usage, cluster->start_pfn,
318 cluster->start_pfn + cluster->numpages);
323 if (cluster->usage & 3)
326 end = cluster->start_pfn + cluster
466 struct memclust_struct * cluster; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-ctrls.c660 /* Return non-zero if one or more of the controls in the cluster has a new
668 struct v4l2_ctrl *ctrl = master->cluster[i];
902 /* By default each control starts in a cluster of its own.
903 new_ref->ctrl is basically a cluster array with one
904 element, so that's perfect to use as the cluster pointer.
906 ctrl->cluster = &new_ref->ctrl;
1143 controls[i]->cluster = controls;
1265 struct v4l2_ctrl *master = ctrl->cluster[0];
1268 /* Skip if this control was already handled by a cluster. */
1273 cur_to_new(master->cluster[
1472 struct v4l2_ctrl **cluster = helpers[from].ctrl->cluster; local
1490 struct v4l2_ctrl **cluster = helpers[from].ctrl->cluster; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dresize.c31 #include <cluster/masklog.h>
63 u32 cluster; local
68 cluster = ocfs2_blocks_to_clusters(inode->i_sb, blkno);
70 gd_blkno = ocfs2_which_cluster_group(inode, cluster);
77 ocfs2_set_bit(cluster % cl_cpg,
80 ocfs2_clear_bit(cluster % cl_cpg,
186 u32 cluster; local
195 cluster = ocfs2_blocks_to_clusters(inode->i_sb, blkno);
196 if (cluster > clusters)
430 u32 cluster local
[all...]
H A DMakefile51 # cluster/ is always needed when OCFS2_FS for masklog support
52 obj-$(CONFIG_OCFS2_FS) += cluster/
H A Dextent_map.h44 void ocfs2_extent_map_trunc(struct inode *inode, unsigned int cluster);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/pcp/
H A Dsamba.c159 if (idp->cluster == 0) {
171 else if (idp->cluster == 1) { /* statcache */
186 else if (idp->cluster == 2) { /* writecache */
243 else if (idp->cluster == 3) { /* counts */
257 else if (idp->cluster == 4) { /* times */
271 else if (idp->cluster == 5) { /* bytes */

Completed in 209 milliseconds

1234