masklog.c (b74b953b998bcc2db91b694446f3a2619ec32de6) masklog.c (41b41a26d4d6e4e3ad877d02377844ab9552dc16)
1/* -*- mode: c; c-basic-offset: 8; -*-
2 * vim: noexpandtab sw=8 ts=8 sts=0:
3 *
4 * Copyright (C) 2004, 2005 Oracle. All rights reserved.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public
8 * License as published by the Free Software Foundation; either

--- 99 unchanged lines hidden (view full) ---

108 define_mask(DCACHE),
109 define_mask(CONN),
110 define_mask(QUORUM),
111 define_mask(EXPORT),
112 define_mask(XATTR),
113 define_mask(QUOTA),
114 define_mask(REFCOUNT),
115 define_mask(BASTS),
1/* -*- mode: c; c-basic-offset: 8; -*-
2 * vim: noexpandtab sw=8 ts=8 sts=0:
3 *
4 * Copyright (C) 2004, 2005 Oracle. All rights reserved.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public
8 * License as published by the Free Software Foundation; either

--- 99 unchanged lines hidden (view full) ---

108 define_mask(DCACHE),
109 define_mask(CONN),
110 define_mask(QUORUM),
111 define_mask(EXPORT),
112 define_mask(XATTR),
113 define_mask(QUOTA),
114 define_mask(REFCOUNT),
115 define_mask(BASTS),
116 define_mask(RESERVATIONS),
117 define_mask(CLUSTER),
116 define_mask(ERROR),
117 define_mask(NOTICE),
118 define_mask(KTHREAD),
118 define_mask(ERROR),
119 define_mask(NOTICE),
120 define_mask(KTHREAD),
119 define_mask(RESERVATIONS),
120};
121
122static struct attribute *mlog_attr_ptrs[MLOG_MAX_BITS] = {NULL, };
123
124static ssize_t mlog_show(struct kobject *obj, struct attribute *attr,
125 char *buf)
126{
127 struct mlog_attribute *mlog_attr = to_mlog_attr(attr);

--- 45 unchanged lines hidden ---
121};
122
123static struct attribute *mlog_attr_ptrs[MLOG_MAX_BITS] = {NULL, };
124
125static ssize_t mlog_show(struct kobject *obj, struct attribute *attr,
126 char *buf)
127{
128 struct mlog_attribute *mlog_attr = to_mlog_attr(attr);

--- 45 unchanged lines hidden ---