Searched refs:cluster (Results 1 - 5 of 5) sorted by path

/include/linux/
H A Dblkdev.h303 unsigned char cluster; member in struct:queue_limits
632 return q->limits.cluster;
H A Ddlm.h48 * cluster: cluster name, null terminated, up to DLM_LOCKSPACE_LEN (not
49 * including terminating null). Optional. When cluster is null, it
50 * is not used. When set, dlm_new_lockspace() returns -EBADR if cluster
51 * is not equal to the dlm cluster name.
85 int dlm_new_lockspace(const char *name, const char *cluster,
/include/media/
H A Dv4l2-ctrls.h99 * @cluster: Point to start of cluster array.
100 * @ncontrols: Number of controls in cluster array.
110 * @is_auto: If set, then this control selects whether the other cluster
121 * @has_volatiles: If set, then one or more members of the cluster are volatile.
128 * value, then the whole cluster is in manual mode. Drivers should
168 struct v4l2_ctrl **cluster; member in struct:v4l2_ctrl
548 /** v4l2_ctrl_cluster() - Mark all controls in the cluster as belonging to that cluster.
549 * @ncontrols: The number of controls in this cluster
[all...]
/include/trace/events/
H A Dbtrfs.h915 struct btrfs_free_cluster *cluster, u64 size, int bitmap),
917 TP_ARGS(block_group, cluster, size, bitmap),
931 __entry->start = cluster->window_start;
932 __entry->max_size = cluster->max_size;
/include/uapi/linux/
H A Dtipc.h64 unsigned int cluster,
67 return (zone << 24) | (cluster << 12) | node;
63 tipc_addr(unsigned int zone, unsigned int cluster, unsigned int node) argument

Completed in 471 milliseconds